Skip to content

thedamian/Mastering-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering Python

Mastering Python for Professional Programmers

Slides

Google Slides

Setup your environment

  1. Sign up for Github.com
  2. Install "Git" from Git Download
  3. Make sure you have IDE. I suggest Visual studio Code
  4. Install Uv
    4a) If in windows: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  5. Install Github CLI

For all repos do the following:

  1. load your virtual enviroment: uv venv
  2. Load your dependancies: uv sync
  3. Follow the last line outputed (might be: .venv\Scripts\activate)
  4. Run your script (if it's "main.py") by running: uv run main.py

Steps we'll do from now on

  1. Fork the repo to your own github
  2. Clone your own repo
  3. uv venv
  4. Activate the VENV (follow the green line)
  5. uv sync
  6. Run the programs with uv run index.py or uv run streamlit run index.py

Links of references

About

Mastering Python for Professional Programmers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%