Workshop: Introduction to Database with Python
Workshop/ Training/ Webinar
-
Date
20 - 27 Oct 2022
-
Organiser
ITS
-
Time
14:30 - 17:00
-
Venue
Online (MS Teams)
Enquiry
IT HelpCentre (Hotline) 2766 5900 / (WhatsApp/ WeChat) 6577 9669
Summary
Introduction to Database with Python (2 lessons)
Date: 20 Oct and 27 Oct
Time: 14:30 - 17:00
Target Audience: All Students
Medium of Instruction: English
Pre-requisite: Basic knowledge in NumPy and Pandas
What you will learn
- We will install MySQL server and MongoDB in our machine. Import the data from csv file to pandas dataframe, create database, tables by python driver. Performing queries and update to the database
- After the workshop you will have general understanding on MySQL and MongoDB
- Get hands-on experience with MySQL database by using python driver for MySQL: mysql.connector
- Get hands-on experience with MongoDB by using python driver for MongoDB: pymongo
Course outline
- Introduction to SQL database
- MySQL Installation
- Connect to MySQL server
- Create database/schema
- Create table
- Input data from CSV to table
- Query data from table
- Insert, update, and delete records
- Introduction to NoSQL database
- MongoDB installation
- Connect to MongoDB
- Working with database, collection, and document