101 Exercises exists as a self-test tool for learning Python fundamentals including data types, operators, and writing user defined fuctions. There are also exercises for practicing with collections such as lists, dictionaries, and sets.
- Go to https://colab.research.google.com/github/ryanorsinger/101-exercises/blob/main/101-exercises.ipynb
- Save your work to your Google Drive by going to File, then "Save a Copy to Drive"
- Download the .zip of this repository or do
git clone [email protected]:ryanorsinger/101-exercises.git
101-exercises.ipynb
is the interactive Jupyter notebook. If you need assistance installing Jupyter, visit https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/101-exercises.py
is the Python script containing the same instructions and assertions (in case you prefer a .py script)