Chevron Left
Back to Using Databases with Python

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

4.8
stars
21,200 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

MM

Mar 12, 2018

The course is great... You can definitely learn many things... Was kind of hard for me and i went many times back and forth through most of the lectures... However i think i learn many new things....

JG

Jun 16, 2016

This course was great! I enjoyed parsing different types of data: from documents and the web. This course is definitely (rudimentary) a must take course for anyone who wants to go into data science.

Filter by:

3126 - 3150 of 3,200 Reviews for Using Databases with Python

By Dolar G

May 30, 2019

Good course for beginners, more theoretical

By cheting c

Jan 17, 2018

Assignment could be a lot more challenging.

By LAURA T G

Jan 7, 2018

I'd rather program more than just be a user

By Chao C

Sep 6, 2016

Would be better if have harder assignment.

By Lucas T L

May 1, 2021

It is not quite what I was looking for.

By Mark H

Nov 26, 2018

Not as in-depth as the other modules.

By Christophe L G

Jan 14, 2016

Nice course but not enough exercices

By Ayodeji A

Jun 22, 2018

Not as clear as the first 3 courses

By Humza A

Jan 1, 2017

Assignments were way too simplistic

By Douglas O

Mar 20, 2017

I work seemed a little too light.

By Esron D d S

May 27, 2016

It have low practice exercises.

By Jeff S

Dec 28, 2015

Could use more hands on coding

By anupam g

Sep 20, 2023

This was challenging for me

By Amit P

Feb 11, 2017

was expecting more on this.

By Jean E

Mar 28, 2016

Good but for beginners

By Jae N

Aug 7, 2020

A little simplistic

By yassine k b

May 31, 2020

ca va aller ...

By Weerachai Y

Jun 27, 2020

thanks

By Audrey D

Oct 24, 2020

Disclaimer: I did not finish the course. I decided after week 2 to use a different course to learn about Databases and Python.

While I value the availability of this kind of courses for free, I just did not like the style of teaching of Mr Severance. I have a hard time watching 15+ minute videos after a full day of work already in front of the computer, when the teacher does not go straight to the point or make clear sentences (if a deaf person was reading the transcript, they would be struggling to follow).

I am just not that interested in the history and how people did databases before etc., but I don't criticise that, some people might be interested. However I think that stretching a simple concept over more than 10 minutes is not helping students to grasp what is going on.

On the other hand, I liked having cheap access to the book because it was faster to read about a subject than to sit for 15 minutes in front of the video, skipping ahead, trying to guess where the important bits are.

Plus, running us through a code that the teacher doesn't write as he explains is not a good way to engage. As a student you think that you understand, but you'd be hard pressed to write that code if asked.

So that's why I decide to go for a more interactive approach to learning, with lots of examples.

By Alan M R

Jan 9, 2018

As an experienced programmer, I am unimpressed. The assignments cover a good set of tools; classes and databases. I would have introduced classes much earlier to emphasize critical coding habits of productive programmers: modularity and reusability. Unfortunately, classes seem to be included here as an afterthought. They are introduced in week 1 and never seen again. Inheritance is mentioned but not explored and an important documentation feature is ignored. The lectures extoll the wonder of SQL but don't even mention outer joins. In later examples, databses are used to house data; but that data is extracted to Python variables with simple queries, where it is manipulated with Python. Programming exercises consist of running his poorly written code and posting results for peer review; students are instructed to grade leniently. Overall, the presentation looks rushed and unpolished. Example code looks like it was hobbled together until it worked and never edited for clarity. If someone I cared about wanted examples of good programming, I would tell them to avoid this.

By Srj S

Oct 12, 2020

Although I do not want to write a negativ comment, I have no other choice than saying that this course was almost useless to me and that I wouldn't have understood anything if I hadn't had the basics of SQL in university.

The SQL language isn't explained at all, only some full commands which we are supposed to copy and paste into our program. If one wants to explain SQL one should start with the basics of the language from the very beginning and talk about each single command / word of the SQL language and how it is build. Learning or copying and pasting full commands will definitely not help.

In addition, I expected to learn some basics of data visualization with certain libraries but in the end it was (as always) nothing more than copy this prepared program and just change a few little easy things so that it works.

The only good thing about this course was that sometimes Dr. Chuck broached certain topics which were quite interesting to hear about which made me notice that I have to learn more about these topics more (obviously somewhere else).

By Lindsay C

Jul 9, 2020

I definitely love the instructor, but this class is really poorly structured. I could not understand the course material, but use my instinct and basic logical thinking to pass all assignments. This course does not teach you how to write code, but to give you a very vague idea of what python can do. I was enrolled in a VBA specialization before taking this course, and that one was really good. Fair assignments, great explanation, and most important of all, I was able to write hundred lines of code (maybe exaggerated a little bit) independently after passing the course because the way it taught force you to learn and understand. But for this class, I am confused from the beginning and still confused after finishing the course. I feel like after course 3 under this specialization, everything was taught in a effortless way so that you get your certificate.

By Brett M

Mar 13, 2017

This is the only course in this specialization that doesn't seem to belong with the rest of the material. It seems out of place, and too little was done to relate it to learning python.

Moreover, learning databases and SQL is easy; rather than taking up a whole course, this content could be relegated to one week of lectures in conjunction with some external references for further reading. Four weeks were spent on this external topic while the more interesting discussion on using python with databases is glossed over haphazardly in the last week.

I am a big fan of this specialization and think Prof. Severance does a great job explaining some of the basics of python in a short amount of time, but this course needs to be restructured.

By Mohammed T

Oct 15, 2019

This course is too basic to be helpful. Many of the programs are just read through like how reading from a textbook in college. I expect the class to be better than that. Many of the concepts in programs are also skipped which gives the impression that Dr. Chuck is not thoroughly aware of these concepts.

I am disappointed by the teaching and topics covered in this class