Fundamentals of Database programming using Python

About Course
This course provides basics on minimum requirements to connect to a database from Python. We have taken Python 3 for this course. Python supports various databases like MySQL, Oracle, Sybase, PostgreSQL, etc. This course will introduce you to the basics of how to connect to different databases and performing database operations using Python.
Course Curriculum
Python basics for database programmer
-
Introduction to Python
-
How does Python interact with databases?
-
Steps to connect to a database
Connecting to Oracle database
-
cx_Oracle Overview
-
Standalone connection to Oracle