An open API service indexing awesome lists of open source software.

https://github.com/ecopque/databases

Using database with Python (University of Michigan).
https://github.com/ecopque/databases

Last synced: about 2 months ago
JSON representation

Using database with Python (University of Michigan).

Awesome Lists containing this project

README

          

# Info
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.