Skip to content

KAYTERDOESTHINGS/Python-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Python Library

  • Run CMD
  • Move to the folder Scripts path at the location of a specific Python version
cd C:\Users\..\AppData\Local\Programs\Python\Python311\Scripts
  • pip install <module>

Select Interpreter on VS Code

  • Press shortcut Ctrl + Shift + P

Run file Python by CMD/Terminal

  • Change the path to the Python file: cd D:\..\..\hello.py
  1. Default (Run the lastest Python version on your PC):
python hello.py
  1. Decide which version to run:
C:\Users\..\AppData\Local\Programs\Python\Python311\python.exe hello.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published