Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 2.11 KB

requirements.md

File metadata and controls

74 lines (40 loc) · 2.11 KB

Requirements

🎓 Course | 📝 Notes | 🔰 Beginner



🐍 Python installation


Step 1 − We have to install python on your system, For that vist python.org or click here

  • Choose the python version you want to install ( lastest version recommended)

  • Download 'Python Executable Installer' ( choose according to your system requirements).

  • Run 'Executable Installer' to install it

  • After the installation is successful, Verify Python is installed on Windows / Mac

    • open command prompt or search for your terminal of choice.

    • run ' python --version '

    • if it returns your python version, something similar to this:-

      Python 3.10.1 you are good to go

  • Verify Pip was installed

    • open command prompt or search for your terminal of choice.

    • run ' pip -V '

    • if it returns your pip version, something similar to this:-

      pip 22.0.4 you are good to go

👏🏻 Congrats Python installation was successful



VSCode installation


Step 2 - Install a Text Editor or an IDE, I like to use VScode so I'm going to install it, go to the downloads page or click here

  • Choose the Installer type you want to install (like Mac / Windows / Linux)

  • Download 'VSCode Installer' ( choose according to your system requirements).

  • Run 'Executable Installer' to install it.

  • After the installation is successful, Verify VSCode is installed on system.

    • open VSCode

👏🏻 Congrats VSCode installation was successful



VSCode Extensions :-

click here see a video example

  • open VSCode
  • open extensions Tab
  • install Python extension
  • you can install extensions pack, click Here or Search for "donjayamanne.python-extension-pack".