Skip to content

Follow my progress as I make my way through Reuven M. Lerner's "Python Workout" book to improve my Python programming skills.

License

Notifications You must be signed in to change notification settings

cenuno/python_workout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Workout

This repo follows along the Python Workout book, which was published by Manning and written by Reuven M. Lerner.

All code and content belongs to them. This repo is merely used to allow me to store my work in one centralized place.

pywk conda environment

This project relies on you using the environment.yml file to recreate the pywk conda environment. To do so, please run the following commands:

# create pywk environment from the environment.yml file
conda env create -f environment.yml

# activate (switch into) the pywk conda environment
conda activate pywk

About

Follow my progress as I make my way through Reuven M. Lerner's "Python Workout" book to improve my Python programming skills.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages