Skip to content

ryanorsinger/101-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

101 Exercises for Python Fundamentals

Rationale

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.

Using 101 Exercises online (no setup/install since it's hosted)

  1. Go to https://colab.research.google.com/github/ryanorsinger/101-exercises/blob/main/101-exercises.ipynb
  2. Save your work to your Google Drive by going to File, then "Save a Copy to Drive"

Using 101 Exercises locally (will run faster and load quicker)