- Navigate to your development directory on you machine
- Open a Git terminal
- Use the following commands to clone this repo:
git clone https://github.com/HashimThePassionate/
Python-For-Absolute-Beginners.git
- The World Fastest growing programming language not just for
- Software Engineers
- Mathematicians
- Data Analysts
- Accountants
- Scientists
- Network Engineers
- or Even kids 🤣
- We can say python is a first ideal programming language we must learn first
- here is sixth reasons
- Solve complex problems in less time with fewer lines of code.
- Python is multi purpose langauages
- Data Analysis
- AI \ ML
- Automation
- Web Apps
- Mobile Apps
- Desktop Apps
- Software Testing
- Hacking
- High-Level
- Huge Community
- Cross-platform
- Large Ecosystem
- Now download the latest version
- After download click to install python
- make sure to check "Add python to PATH"
- Click on "INSTALL NOW"
- After installtion on windows open command propmt
- Type python, python interpreter activated
- for exit type "Ctrl+z'
- Open command prompt and type python --version to python version
- also type py or python to activate python
- Now python is activate run these commands
2+2
2 > 1
2 == 1
2 >
- To skip python interpreter
- Simply on windows type "Crtl + z" or use exit()
- Use Vs Code editor for editor
- Convert VS code to IDE Indegrated Development Invironment
- Install python extension in vs code
- Install autopep8 extension in vs code
- setup autopep8 settings
- Install mypy package for python type hinting errors pip install mypy
- Create folder name "Python"
- Open Folder and right click to open in vs code
- create file main.py and type
print('Welcome to Python Programming Fun 🤣')
print("*"*5)
Muhammad Hashim
"# Python-for-absolute-biggners"