- Python Full Course for Beginners
- Full Course for Beginners
- Python for Beginners
- Python 3
- Python in Hindi from beginners (in HINDI)
- Python Tutorial For Beginners In Hindi
Install Python In Your Pc/Laptop
- For Windows Users
https://www.python.org/downloads/ (downloads PYTHON from here)
https://www.youtube.com/watch?v=VWgs_iTojoA (take help of video)
- For Ubuntu Users
https://www.python.org/downloads/ (downloads PYTHON from here)
https://www.youtube.com/watch?v=Br2xt6B57SA (take help of video)
- For Mac And Linux Users
https://www.python.org/downloads/ (downloads PYTHON from here)
https://www.youtube.com/watch?v=XF_rklW9XkU (take help of video)
Open Command Line (CMD)
(Press window key + r) Then type "cmd"
type --> python --version
(if it didn't give any erro then python is succesfully install in your PC)
see the pic below
- Optional
- if You want to install some module in You computer
pip install module-name
like --- > pip install pygame
print("Hello World!")