Skip to content

javanhut/Introduction-to-Beginner-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corresponds to Introduction to Beginner Python course: https://www.youtube.com/playlist?list=PLGT0A3lw6LsoAou6iyQ3w9VzWOtRaJ2Uc

How to install requirements.txt

This contains the dependencies for let_code_1.py for easy installation.

Windows

python.exe -m pip install -r .\BasicIntro\requirements.txt

Linux

python3 -m pip install -r .\BasicIntro\requirements.txt

Most code is commented out so using Ctrl + / will uncomment it on windows or just remove # symbol from in front of code.

About

This corresponds to the Introduction to Beginner Python located here: https://www.youtube.com/watch?v=RECqfPWlDUQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages