This course covers Exam block #1: File Processing and Communicating with a Program’s Environment of the PCPP-32-1: Certified Professional in Python Programming 1 Certification certification exam.
In this course, we cover the following topics:
- Processing different kinds of files:
sqlite3
: Interacting with SQLite databasesxml
: Creating and processing XML filescsv
: CSV file reading and writinglogging
: The basic logging facility for Pythonconfigparser
: Configuration file parser
- Communicating with a program’s environment:
os
: Interacting with the operating systemdatetime
: Manipulating with dates and timeio
: Working with streamstime
: Time access and conversions