Skip to content

Blockcipher123/Python-Tutorial-For-Beginners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Tutorial-For-Beginners

Websites FREE Available Python Course

FREE Books

Some Good YOUTUBE Tutorial To Learn PYTHON

How To install PYTHON?

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)

How to check PYTHON is install in Your PC?

  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

Python First Programme

print("Hello World!")

Posted By

About

Complete PYTHON course for beginner

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published