Python Programming Language
Informative Project
Submitted by: ______________________
Class: 9th Standard
Subject: Computer
What is Python?
Python is a computer language used to tell the computer what to do. It helps
us make games, apps, websites, and smart machines. It is very popular
because it looks like simple English and is easy to learn.
Who Made Python?
Creator: Guido van Rossum
Country: Netherlands
Year Created: 1991
Why 'Python'? It was named after a funny TV show: Monty Python's Flying
Circus.
What Makes Python Special?
✓ Easy to learn
✓ Looks like English
✓ Free for everyone
✓ Works on any computer
✓ Used in many fields
What Can We Do With Python?
Make smart programs
Make games
Work with data
Build websites
Control robots
Make apps
How Does Python Look? (Example Code)
print("Welcome to Python!")
a=5
b = 10
print(a + b)
This code prints a message and shows the answer 15.
Versions of Python
Python 1.0 – 1991
Python 2.0 – 2000
Python 3.0 – 2008 (most used today)
Tools to Write Python Code
IDLE – Comes with Python
Thonny – Best for beginners
VS Code – Used by experts
Jupyter Notebook – Used in science
Python in Real Life
Education – Used in schools
Web Development – Instagram, YouTube
AI – Smart robots
Games – Simple 2D games
Comparison with Other Languages
Python – Easy, looks like English
C++ – Harder, uses symbols
Java – Medium, also looks like English
Fun Facts About Python
Named after a TV show
Used by Google, Netflix, NASA
Powers AI
Taught in schools
Very popular
Advantages of Python
✓ Simple and clear
✓ Short programs
✓ Works everywhere
✓ Lots of help online
✓ Great for beginners
Disadvantages of Python
✗ Slower than some languages
✗ Not great for mobile games
✗ Can use more memory
Different Types of Python
CPython – Main version
PyPy – Fast version
MicroPython – For robots
Jython – Works with Java
Career Options with Python
Software Developer
AI Engineer
Game Developer
Data Scientist
Web Developer
Researcher
Conclusion
Python is a fun, simple, and powerful language. It is great for beginners and
helps create amazing projects.
Extra Learning Resources
www.w3schools.com
www.sololearn.com
www.code.org