great course!!
Ratings and Reviews for Using Databases with Python
Back to course Page
Reviews and Ratings
Reviews
Mentor was too good in explaining things briefly. Each and every video worth the cost.
So useful, thank you!
This is a god overview on using databases with Python. It will not go in details but will give a good broad view of the matter.
Amazing experience yet again... Dr Chuck makes it so seamless to connect python, with web data retrieval, json/xml parsing and then linking it all into building a database from scratch. Thank you!
I recommend this course to
Great!!
Great course
It was great. Taught me a lot!
Good course that introduces you to the very 101 of 101 basics of DB design, as well as the related libraries in Python. The assignments should be more rigorous and require more coding from a blank slate. Hence, I'd highly recommend that students take the time to reverse engineer, as well as read through and comment out the supplied code. Furthermore, there's an issue with the database design in one of the assignments that I point out in my code comments on github: https://github.com/rahulthewaffle/python_databases_severance/blob/master/week3/ex15-2.py