Chevron Left
Back to Using Databases with Python

Learner Reviews & Feedback for Using Databases with Python by University of Michigan

4.8
stars
21,276 ratings

About the Course

This course will introduce students to the basics of the Structured Query Language (SQL) as well as basic database design for storing data as part of a multi-step data gathering, analysis, and processing effort. The course will use SQLite3 as its database. We will also build web crawlers and multi-step data gathering and visualization processes. We will use the D3.js library to do basic data visualization. This course will cover Chapters 14-15 of the book “Python for Everybody”. To succeed in this course, you should be familiar with the material covered in Chapters 1-13 of the textbook and the first three courses in this specialization. This course covers Python 3....
Highlights
High quality course material

(143 Reviews)

Top rated instructor

(176 Reviews)

Top reviews

AR

Invalid date

I learned how to create a database model and trying to create models for my own day to day data for practicing. It's a really great tool for sorting things out. Thanks Coursera, Thanks Dr. Chuck :)

CS

Invalid date

Well taught course, with material made easy to understand and discussed in an engaging way. The assignments really help to solidify your understanding and are like puzzles that I enjoy working at.

Filter by:

2651 - 2675 of 3,213 Reviews for Using Databases with Python

By Zihao M

Feb 27, 2016

The course is great, but I hope I can get to the final project. I have a little bit experience in python, so I skipped the first two courses of the specialisation project. But I still want to try the 5th one, which is locked to me now~

By Susmith D K

Apr 3, 2020

This course is full of database designing which was a great experience.It was a bit tough to keep up in beginning but then i got familiar.You should not need any prior knowledge on database to learn this course but need some python.

By Jason P

Nov 6, 2019

Easy and informative but could be more challenging and have us modify the code a bit more. Similar complaint about my Coursera class with IBM about databases so maybe it's a limiting factor of how things are structured and graded.

By Deleted A

Dec 25, 2018

I think Dr. Charles' lectures are really cool, but the practical excercises were not so good: they consisted, mostly, only in executing already done code and printing stuff. I think that the peer-grading were unnescessary too.

By Oliverio J S J

Jan 4, 2018

This course is a nice introduction to relational databases. However, most lessons address database design and SQL topics, and thus some people may consider that it is not fair to include this course in a Python specialization.

By Andrew P

Dec 29, 2017

Would be perfect but the issue with the Gooogle API Key in the week 5 assignment was frustrating to figure out without clear guidance. The walkthrough in the Discussion Forum could have used pictures to help debug the issue.

By Sohaib A

Jan 8, 2016

The only reason I can't give this course a 5 star rating is the final assignment is not substantial enough. Otherwise this is the best course series for any beginner or someone trying to refresh their programming knowledge.

By Archana K R

Dec 22, 2019

Loved the teaching but assignments had very little rigor involved. Towards the end, only a small piece of the code needed to be modified to obtain the result taking away much of the practical understanding of the course

By Byomokesh P P

May 7, 2019

The assessment session is very helpful, as relate to real time tasks. The classes are awesome and easy to understand. I would suggest to learn the basics of the python before entering to the Python using database course.

By Bruce P

Jan 1, 2017

Good course at an appropriate level. I'd like to see more advanced topics in a related course, like optimization, multi-threading, database management. Some discussion of non-relational databases would also make sense.

By Dominic J

Jul 4, 2016

A good introduction to the basics of SQL and an excellent, intuitive description of the workings of databases with motivations for them. Gets a little 'hand-wavy' at parts but is fine for a less experienced programmer.

By Pedro J G R

Jul 29, 2021

One of the best! This course taught me about databases (the general idea) and then how to create and visualize data with Python. Forme, one of the most useful courses from this spezialised program from Univ. Michigan.

By Phantom A

Nov 12, 2018

I thought it was very informative, but felt the assignments lacked challenge. I never spent more than 15 minutes on them because 80+ % of the code was already provided and you basically only had to fill in the blanks.

By Jaison A

Dec 18, 2016

Solid foundational database concepts in Python if you're looking to learn the basics or brush up on fundamentals. However, if you're looking for more advanced topics, you might want to look at more advanced classes.

By Zenil S

Mar 9, 2018

Get to learn basics of SQL in this course.A good chunk of code to be used in assignments is explained before in lectures, so you solve a similar if not same problem in the assignment which is shown in the lecture.

By SG

Mar 2, 2018

Having done other courses in the specialization, I found that the lectures of Week 4 and Week 5 involved very less modification to the existing code, thereby reducing the ability to try out coding on one's own.

By Todd S

Dec 15, 2015

Another great class that covers a lot of information that builds nicely on the preceding classes. I would like to see an additional Exercises per topic that more complex. Maybe add an extra credit or bonus one.

By YANG J

Jul 9, 2020

Highly recommendable and instructive. Yet the content of this course is a bit introductive so that I haven't learned that much SQL and database skills using Python. Though, it is very suitable for beginners.

By Hung-Chia Y

Mar 16, 2018

Towards the end of the course, the code starts getting a lot complex. Even though Dr. Severance said not to worry about a lot of them, I don't feel I understand the material as fully as the previous courses.

By Rony A

Aug 7, 2017

The course was interesting and broad in teaching SQL and its use in handling simple and complex databases. What I missed though, was more emphasis and hands-on exercises on the use of SQL in Python scripts.

By Ologia E

Sep 8, 2020

A very challenging, fun and useful course. Things come together as we learn how to incorporate what we've previously learned as well as a deeper understanding of the terms we've been using in course 3.

By Georgii F

Oct 11, 2017

This course is extremely simple and it is not very good. To become a better programmer you have to write a lot of code. Theory is helpful too, but practice is much more needed. More practice, please...

By Richard E A M

Mar 5, 2017

I know that Dr. Chuck mentioned that he can't cover everything about databases and SQL. But I felt that the content could have been a bit more informative.

Thanks a lot Dr. Chuck and the teaching staff.

By Brent T

Feb 1, 2020

Course is worthwhile taking and Dr. Severance is engaging in the videos. People new to Python should read book chapters prior to viewing videos so as to familiarize themselves with the subject matter.

By Sean Q Z

Sep 11, 2016

I hope this can be a little bit more challenge. All the assignments are easy to be finished, some of them can be done within minutes. Comparing with JHU's R programming, that can be too hard, though.