Learn More Python the Hard Way
The More Python Python the Hard Way will teach you to be a better programmer.
This is part of a product bundle.
Module SQL and Object Relational Mapping
You now learn enough SQL to be dangerous and then learn to use it better in Python.
- Part VI: SQL and Object Relational MappingIn this part of the book we're going to cover something that doesn't quite fit into the rest of the book's structure, but is a very necessary topic for junior developers to understand.
- Exercise 38: Introduction To SQLThe best way to learn how to model and design solid data is to start with the very basic building blocks.
- Exercise 39: Creating with SQLWhen we talk about the acronym "CRUD" the 'C' stands for "Create" and it doesn't just mean creating tables.
- Exercise 40: Reading with SQLOut of the CRUD matrix you only know "Create".
- Exercise 41: Updating with SQLYou now know the CR parts of CRUD, which leaves the Update and Delete operations.
- Exercise 42: Deleting with SQLThis is the simplest exercise, but I want you to think for a second before typing the code in.
- Exercise 43: SQL AdministrationThe word "administration" is overloaded in databases.
- Exercise 44: Using Python's Database APIPython has a standardized database API that enables you to use the same code to access multiple databases.
- Exercise 45: Creating an ORMThe final exercise in the SQL part of the book is a big jump.
Register for Learn More Python the Hard Way
Register today for the course and get the all currently available videos and lessons, plus all future modules for no extra charge.