Learn practical skills, build real-world projects, and advance your career

80+ python programming exercises

Source: https://github.com/zhiwehu/Python-programming-exercises

How to run this notebook

The recommended way to run this notebook is to click the "Run" button at the top of this page, and select "Run on Binder". This will run the notebook on mybinder.org, a free online service for running Jupyter notebooks.

How to get help

If you are stuck, you can ask for help on the community. You can get help with errors, ask for hints, and share your solutions with others.

If you're new to python programming, check out these lessons:

Saving your work

Remember to save a snapshot of your work from time to time using to your Jovian.ml account.

!pip install jovian --upgrade --quiet
import jovian
jovian.commit(project='python-programming-100-exercises')