Getting Started with SQLAlchemy
Learn how to get started with the most popular ORM in Python: SQLAlchemy.
GK# 5193
Learn how to get started with the most popular ORM in Python: SQLAlchemy.
GK# 5193
One of the biggest productivity boosts you can add to your data-driven application is to use a high-level framework to access your database. SQLAlchemy is the most flexible and highly popular ORM (Object Relational Mapper) in Python. Once you take this course, you'll be able to write efficient and reliable code whether you're working on a web application or other data driven application.
This course begins with an overview of ORMs and SQLAlchemy. Then we move on to the most commonly used features of SQLAlchemy, the ORM. You'll learn how to map classes to the database and even generate the database from your in-memory models. Finally, we'll round out the course with a look at a lower-level layer of SQLAlchemy that provides greater flexibility than the ORM (at the cost of more work on your side).
A basic command of the Python language and standard library
Python developers who need to access databases safely
This course is available in the following formats:
Train at your own pace with 24/7 access to courses that help you acquire must-have technology skills.