Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 2.6 KB

README.md

File metadata and controls

49 lines (34 loc) · 2.6 KB

Bonus Python Exercises

This repo contains progressive python challenges and exercises that can be used for self study.

Here is a list of the exercises:

Each exercise has a corresponding solution file you may reference.

Some of these exerccises may require you to do some googling to figure out the solution. Some resources that are great to rely on are:

Getting started

You can download these files as a zip by clicking on the green "Code" button on the upper right of this repo and selecting Download ZIP. Once downloaded on your computer, unzip the directory and open it in vscode.

Alternatively, you can clone these files down using git and the CLI:

  • cd in your terminal to the directory you want to house this repo
  • run git clone [email protected]:prudential-infrastructure-developer/python-bonus-exercises.git to clone this repo down (this ssh cloning url can also be found when you click on the green "Code" button).
  • run cd python-bonus-exercises to change into the newly created repo.
  • run code . to open the repo in vscode or jupyter notebook to run it in the browser

More Challenges

Sources

These exercises where adapted from the following sources: