File Processing and Environment Communication with Python

Go to class
Write Review

Free Online Course: File Processing and Environment Communication with Python provided by A Cloud Guru is a comprehensive online course, which lasts for 11 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from A Cloud Guru. File Processing and Environment Communication with Python is taught by Keith Thompson.

Overview
  • 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 databases xml: Creating and processing XML files csv: CSV file reading and writing logging: The basic logging facility for Python configparser: Configuration file parser Communicating with a program’s environment: os: Interacting with the operating system datetime: Manipulating with dates and time io: Working with streams time: Time access and conversions

Syllabus
    • Getting Started
    • Environment Setup
    • SQLite
    • CSV
    • XML
    • Logging
    • Configuration Parsing with `configparser`
    • Dates and Times
    • Operating System Interactions
    • Using Streams
    • Final Steps