/Coursera-Michigan-Python

Coursera Michigan Python Textbook Exercises - Jupyter Notebook

Primary LanguageJupyter NotebookMIT LicenseMIT

Coursera Michigan Python For Everybody Specialization

This repository contains Python 3.6 Jupyter Notebook implementations of certain exercises from the courses by Charles Severance.

These exercises are taken directly from the course textbook 'Python for Informatics'. You may find a copy of this textbook from the below link. The exercises have been adapted for Python 3.6, which is slightly different to the Python 2.7 syntax used throughout the aforementioned course text. Please note that in order for the Jupyter Notebook to work on your local machine, you should place the ./Data files in the same directory as the Jupyter Notebooks.

Chapter 2 Exercises: Variables, expressions, and statements
Chapter 3 Exercises: Conditional execution
Chapter 4 Exercises: Functions
Chapter 5 Exercises: Iteration
Chapter 6 Exercises: Strings
Chapter 7 Exercises: Files
Chapter 8 Exercises: Lists
Chapter 9 Exercises: Dictionaries
Chapter 10 Exercises: Tuples

References:

https://www.coursera.org/specializations/python
http://www.pythonlearn.com/book.php#python-for-informatics

Credits:

Special mention to John Wittenauer for having done what I had originally intended to do here.