Skip to content

Public repository for the "Intermediate Python" course taught by Yang Pei and Wendy Ran Wei. Available at https://uplimit.com/course/intermediate-python

License

Notifications You must be signed in to change notification settings

ssuzana/uplimit_intermediate_python

 
 

Repository files navigation

Intermediate Python

Install all dependencies

  • Make you're using Python version >= 3.9.0
  • Install all the modules
pip install -r requirements.txt

Generate data

Generate test data (useful for unit testing code)

python generate_data.py --type tst

Generate small data (useful for quick testing of logic)

python generate_data.py --type sml

Generate big data (actual data)

python generate_data.py --type bg

About

Public repository for the "Intermediate Python" course taught by Yang Pei and Wendy Ran Wei. Available at https://uplimit.com/course/intermediate-python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.8%
  • Jupyter Notebook 45.5%
  • HTML 4.7%