Introduction To Python
Python is a versatile, high-level programming language that is widely
used for a range of applications, from web development and data analysis
to artificial intelligence and automation.
Created by Guido van Rossum and first released in 1991, Python emphasizes
readability and simplicity, making it a popular choice for both beginners
and experienced developers.
Python’s syntax is designed to be easy to understand and write, which
helps to reduce the time and effort needed to develop complex
applications.
Python Language Had Been Used By:
- YouTube
How To Download
1. Available at https://www.python.org/
2. Click download button
3.
Click download python 3.10.7 .Python latest version will be
downloaded.
4. After installation, It opens python command line screen.
Example: Type print(“welcome to GOCOURSE”)
Python Real World Applications
- Web Development
- Game Development
Python Shell:
IDLE full form (integrated development and learning environment
).Write python coding / script using python IDLE.
How To Open Python Idle
- To open python idle command line screen, Go to start -> click IDLE (python 3.10 64-bit).
- Click open button.
- Click new file.
How To Save File:
- Click file.
- Select your location extensions filename.py Click save or Ctrl+S.
- Type print("welcome to python course")
- Click to run.
Click “Run module” or “f5”
Output:
More topic in Python