Login Sign Up

Using Databases with Python

University of Michigan via Coursera

Coursera based on 21,423 ratings

Share

0

Overview

"Using Databases with Python" is a practical course designed for developers, data analysts, and aspiring data scientists who want to learn how to interact with databases using Python. This course covers foundational database concepts alongside hands-on coding techniques to connect, query, and manipulate data within various database systems. You’ll start by understanding the basics of relational databases, including SQL syntax, data modeling, and schema design. The course then dives into using Python libraries such as sqlite3, SQLAlchemy, and Pandas for database...

Syllabus

  • Object Oriented Python
    • 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.
  • Basic Structured Query Language
    • We learn the four core CRUD operations (Create, Read, Update, and Delete) to manage data stored in a database.
  • Data Models and Relational SQL
    • 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.
  • Many-to-Many Relationships in SQL
    • 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.
  • Databases and Visualization
    • In this section, we put it all together, retrieve and process some data and then use the OpenStreetMaps API to visualize our data.
Using Databases with Python
Go to Class

University of Michigan via Coursera

13 hours 57 minutes

Paid Certificate Available

English

On-Demand

Beginner

Instructor

Charles Russell Severance

Reviews

No reviews yet. Be the first to review!