MySQL Database Connectivity using Python

Go to class
Write Review

Free Online Course: MySQL Database Connectivity using Python provided by Udemy is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. MySQL Database Connectivity using Python is taught by Seema Gondhalekar.

Overview
  • MySQL Database Connectivity using Python

    What you'll learn:

    • Know python statements required to connect with MySQL database for an application

    MySQL Database Connectivity using Python course is designed for developer who are working on Database Projects where the concept of front end and back end is used many times for developing an application.

    Outcomes of the course are

    Participants will be able to

    ●Know python statements required to connect with MySQL database

    ●Create simple application of python - database connectivity

    Prerequisite : MySQL basics, Python basics

    In this course Concept explanation video will be followed by hands on session /demonstration of all the concept of MySQL Database Connectivity using Python

    .Tools used for this course are XAMPP server having MySQL database creation facility and Anaconda Navigator with Jupyeter Notebook for python code demonstration. Both tools/softwares are Free and Open source and Popular also

    Contents are

    In First and Second Section we cover for prerequisite, that is demonstration of MySQL with its tool and Python basics with Jupyeter Notebook and other tools which are available

    ●What is Relational database?

    In this session participants will get information about Relational database and SQL queries

    ●MySQL connector module

    In this session participants will get information about MySQL connector module required for connectivity

    ●connect method and cursor object

    In this session participants will get information about connect method of MySQL connector module and cursor object for execution queries

    ●Code in Python to

    a)Create Database

    a)Create table

    b)Insert Values

    c)Display values

    d)Alter table

    e)Update/Delete rows

    These sections are for explaining and demonstrating all SQL queries which can be executed in Python code. That is concept of front end and back end.

    ●Create simple application of python - database connectivity