Python Basics
Below are the top discussions from Reddit that mention this online Coursera course from University of Michigan.
Offered by University of Michigan. This course introduces the basics of Python 3, including conditional execution and iteration as control ... Enroll for free.
Reddsera may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Coursera. Thank you for using these buttons to support Reddsera.

Taught by
Paul Resnick
Michael D. Cohen Collegiate Professor
and 2 more instructors
Offered by
University of Michigan
Reddit Posts and Comments
0 posts • 6 mentions • top 6 shown below
3 points • pm_me_ur_siamesecats
I've been doing the Python Basics course on Coursera. It is free to audit the course so if you don't finish it then it didn't cost you anything. It teaches the basics of python through video and reading as well as some (non-complex) exercises. I personally find it to be a great starting point.
1 points • Thomas1315
It’s not free but here is the link. I should have stated that prior to posting:
https://www.coursera.org/learn/python-basics
1 points • RenaR0se
My latest attempt was this python class: https://www.coursera.org/learn/python-basics/home/welcome
Which uses a really interesting textbook: https://fopp.umsi.education/runestone/static/fopp/index.html
But I'm barely started, and running out of steam. Those are still the most useful resources I've found, though.
1 points • thezander8
Coursera has a University of Michigan Python basics course that you can audit for free. I started it, it seems decent:
4 points • HaoZeke
Sorry to hear that. I know that the official list of alternative materials are:
- MIT's Introduction to Python Course: https://www.edx.org/course/introduction-to-computer-science-and-programming-7
- University of Michigan's Python Basics Course: https://www.coursera.org/learn/python-basics
- Harvard's CS50 Course: https://www.edx.org/course/cs50s-introduction-to-computer-science
- Khan Academy's Computer Programming: https://www.khanacademy.org/computing/computer-programming
1 points • bankingBrah
A few good coursera/edx courses to prep for fit1045 are:
- hhttps://www.coursera.org/learn/python
- https://www.coursera.org/learn/python-data
- https://www.coursera.org/learn/python-basics
If you go thru all these 3 you're in good standing for fit1045 for coding. Maybe also try to self learn some algorithms as well as that seems to be a tough part of the course