Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 895 Bytes

setup.md

File metadata and controls

21 lines (13 loc) · 895 Bytes

Python and VS Code setup

  1. Edior: Download vs code: https://code.visualstudio.com/
  2. Python Download: https://www.python.org/

Python environment setup

  1. python program run karne ke liye pyhton donwload karne ke bad iska enviconment setup karna jaruri hai

  2. python.exe file ko set karne ke liye iska path windowns me

     C:\Users\User\AppData\Local\Programs\Python\Python310
    
  3. Is paht ko copy kar ke This PC or My Computer par right click karke properties me jana hai

  4. Yha par advance setting -> Environment varibale -> System area me -> select path then click edit -> click on new then paste the python path -> save

Vs code them color chage:

  1. go to setting (left bootom corner par setting icon hai) -> click color theme -> monokai

Download Git to connect with GitHub for version controlling:

  1. Link: Download Git