Using Databases with Python

开始时间: 12/21/2023 持续时间: 5 weeks of study, 2-3 hours/week

所在平台: Coursera

课程主页: https://www.coursera.org/learn/python-databases

课程评论:没有评论

第一个写评论        关注课程

课程详情

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.

课程大纲

Name:Object Oriented Python

Description:To start this class out we cover the basics of Object Oriented Python. We won't be writing our own objects, but since many of the things we use like BeautifulSoup, strings, dictionaries, database connections all use Object Oriented (OO) patterns we should at least understand some of its patterns and terminology.

Name:Basic Structured Query Language

Description:We learn the four core CRUD operations (Create, Read, Update, and Delete) to manage data stored in a database.

Name:Data Models and Relational SQL

Description:In this section we learn about how data is stored across multiple tables in a database and how rows are linked (i.e., we establish relationships) in the database.

Name:Many-to-Many Relationships in SQL

Description:In this section we explore how to model situations like students enrolling in courses where each course has many students and each student is enrolled in many courses.

Name:Databases and Visualization

Description:In this section, we put it all together, retrieve and process some data and then use the Google Maps API to visualize our data.

课程评论(0条)

课程简介

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

课程标签

0人关注该课程

主题相关的课程