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).
- Host: GitHub
- URL: https://github.com/ecopque/databases
- Owner: ecopque
- Created: 2024-06-12T18:51:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T18:42:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T01:35:58.636Z (over 1 year ago)
- Language: Python
- Homepage: https://linktr.ee/edsoncopque
- Size: 761 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.