All Projects → ritchieng → python-for-everybody

ritchieng / python-for-everybody

Licence: other
This contains all the practices for the lectures, custom answers to the assignments and additional inline notes for "Python for Everybody Specialization" on Coursera by the University of Michigan.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects

Python for Everybody Specialisation

Details on Specialisation

This specialisation is by the University of Michigan on Coursera consisting of 4 courses and 1 capstone project.

Assignment Answers

The answers are entirely created by me. They are not the same as the suggested ones. However, they produce the same results and are roughly similar. Moreover, there are inline notes to help you to understand each step.

Additional Lecture Notes

I created python files on the go when I watched the lectures to document every important point that requires typing code. You will find this very useful when you need help in your assignments.

File names

If the file ends with _p2, this means that the file runs on Python 2.
If the file ends with _p3, this means that the file runs on Python 3.
I tried to create two versions. However, you can easily modify the syntax accordingly. Mostly it's due to the print syntax.

Inline Notes

The notes are in the python files explaining each step with extra notes on what to avoid and what to take note of for that particular script.

Links to Coursera Courses by the University of Michigan

Specialisation

  1. Getting Started with Python
  2. Python Data Structures
  3. Using Python to Access Web Data
  4. Using Databases with Python

Author of Notes and Answers

Ritchie Ng, from the sunny island called Singapore.

Awesome Lecturer

Without him, I would not have been able to create these notes and answers.
Professor Charles Severance, University of Michigan.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].