Database Programming with Python
Ditulis pada: November 05, 2018
Coupon Details
Database Programming with Python, Learn how to integrate free and enterprise databases into your Python workflow including SQLite, MySQL, and SQL Server
Created by Zak Ruvalcaba
Preview This Course - GET COUPON CODE
What you'll learn
- Install and configure the tools required for working with Python and databases including development tools, drivers, and modules
- Design a database within SQLite, MySQL, and SQL Server
- Normalize a database including establishing keys and relationships
- Use an RDBMS to manually add data to a database
- Use the Structured Query Language (SQL) to write create, retrieve, update, and delete (CRUD) statements
- Use Eclipse and Python to connect to a database and perform CRUD operations
- Build out a full-functioning Help Desk application using Python and SQLite