PYTHON
V Vidyashankar
2nd July 2025
Who Python?
■ The name comes from Monty Python. When Guido Van Rossum was creating
this language, he was also reading some scripts from BBC’s Monty Python’s
Flying Circus
■ He thought that the name was appropriately short and slightly mysterious
■ Python was created by Guido in the late 1980’s
■ He began working on it during his Christmas Holidays in 1989 at the Centrum
Wiskunde Informatica (CWI) in the Netherlands
■ His goal was to create a language that was simple, easy to read and powerful
combining features of shell scripting with the clarity of structured
programming
Pythonic Evolution
Advantages
■ Easy to learn and easy to use
■ Improved Productivity
■ Interpreted Language
■ Open-Source
■ Easily Portable
■ Massive Libraries
■ Easy to integrate with other Programming Languages
Disadvantages
■ Low Speed
■ Inefficient memory consumption
■ Weak in programming for Mobile Devices
■ Difficult-to-interact Database Layer
■ Prone to cause Runtime Errors