Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 647 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 647 Bytes

Python Exercises

These are a set of basic exercises in python aimed to help newbies grasp fundamentals easily.

If you are here for the first time

  • Look at Exercise-0 online (Click on the file above)
  • Clone this repository
  • Install Jupyter by shooting up a terminal(Linux)/cmd(Windows), and hitting pip install jupyter notebook
  • Open a terminal/cmd in the git folder you just cloned, and start a Notebook by typing jupyter notebook
  • Go through the exercises sequentially

If you face any problems or have suggestions, please raise an issue in the repository issues page

If you believe you can contribute, then send in a pull request :)