Python Data Processing


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
Working with databases, regular expressions, and XML data are common tasks for DevOps in Python. This course demonstrates how to perform these common tasks.

Target Audience
Individuals who wish to understand key concepts and features of Python and its application in DevOps

Prerequisites
None

Expected Duration (hours)
0.9

Lesson Objectives

Python Data Processing

  • start the course
  • create a database and a user in MySQL from Python
  • build a table and perform CRUD operations from Python
  • perform a transactional query with commit in Python
  • handle errors returned from database queries in Python
  • work with regular expression search syntax using the standard RE module
  • perform a search and replace using various regular expression modifiers
  • parse XML data with SAX using the standard XML module
  • use the DOM with the standard XML module to parse XML data
  • read data from XML and save it in a MySQL database
  • Course Number:
    os_dopy_a02_it_enus

    Expertise Level
    Intermediate