Python Final
Python Final
Submitted by
Project guide
Prof.AKASH GOJARE
We have guided and assisted the students for the above work, which has been
satisfactory /Good/Very Good.
It’s my pleasure to take this opportunity to thank with deep sense of gratitude to
my guide, staff members of Computer Department and everyone who have
directly or indirectly contributed to my project as a success. With immense
pleasure I express my deep sense of gratitude and vote of thanks to our project
guide Prof. Akash Gojare, for her constant interest, motivation and valuable
guidance during work and report.
I am very thankful to Prof. .Akash Gojare , and the whole staff of the Computer
Department for giving me the opportunity to work on this project and for her
extensive co-operation and guidance.
I offer sincere thanks to Prin. Dr. Sayyad Layak and Prof. Mrunali Kokate
(HOD) for their inspiration and providing full administrative support and
departmental infrastructure facilities for this report.
I am also very thankful to all those who supported me without which project would
not have been completed successfully.
Date:
I declare that this written submission represents my ideas in our own words and
where other ideas or words have been included; I have adequately cited and
referenced the original sources. I also declare that I have adhered to all principles
of academics honestly and integrity have not misrepresented or fabricated or
falsified any idea/data/fact/ sources in my submission. I understand that any
violation of the above will be cause for disciplinary action by the institute and can
also evoke penal action from the source which has thus not been properly cited or
from whom proper permission has not been taken when needed.
DATE: ____________
INDEX
2.
Project developed using Python 9-10
13
4. Output of Python project
5. Conclusion 14
INTRODUCTION TO PYTHON LANGUAGE
What is Python:
Python is a general purpose, dynamic, high-level, and interpreted programming
language.
It supports Object Oriented programming approach to develop applications. It
is simple and easy to learn and provides lots of high-level data structures.
Python is easy to learn yet powerful and versatile scripting language, which
makes it attractive for Application Development.
Python supports multiple programming pattern, including object-oriented,
imperative, and functional or procedural programming styles.
There is a fact behind choosing the name Python. Guido van Rossum was
reading the script of a popular BBC comedy series "Monty Python's Flying
Circus". It was late on-air 1970s.
Van Rossum wanted to select a name which unique, sort, and little-bit
mysterious. So he decided to select naming Python after the "Monty
Python's Flying Circus" for their newly created programming language.
History of Python:
Python laid its foundation in the late 1980s.
The implementation of Python was started in December 1989 by Guido Van
Rossum at CWI in Netherland.
In February 1991, Guido Van Rossum published the code (labeled version
0.9.0) to alt. sources.
In 1994, Python 1.0 was released with new features like lambda, map, filter,
and reduce.
Python 2.0 added new features such as list comprehensions, garbage collection
systems.
# concatenation of string
expression = expression + str(num)
global expression
equation.set(total)
# Driver code
if __name__ == "__main__":
# create a GUI window
gui = Tk()
THANK YOU