Summary
Keywords
Full Transcript
Learn about relational databases with Python: https://www.datacamp.com/courses/introduction-to-relational-databases-in-python Welcome to introduction to databases in python. My name is Jason Myers and I'm a software engineer and author. My area of expertise is in developing data analytics platforms. I have also written the Essential SQLALchemy book, co-authored with Rick Copeland, that introduces you to working with relational databases in Python. In this course, you will learn about relational databases, which can be found everywhere in the Data Science world, from the tech industry to finance and healthcare. You'll learn how to interact with databases using the SQLAlchemy toolkit, which provides a wonderfully Pythonic way to extract information from them, as well as how to create a database. We'll also learn how to add and change data within a database. Finally, You'll take a deep dive into a case study using data from the US Census. Working with Databases and SQL querying can be difficult to master. In this course, we provide the tools for beginners to start developing their skills in working with databases with Python. Thanks for joining and see you in the course!
