Description
In this course, you will learn:
- Learn basic Python syntax and an example of how to construct and run a simple Python program. Learn to work with dates and times, read and write files, and retrieve and parse HTML, JSON, and XML data from the web.
Syllabus:
- Introduction
- Learning Python
- What you should know
- Exercise files
1. Getting Started
- Installing Python
- How to run the Python examples
- Installing VS Code
2. Python Basics
- Your first Python program
- Code
- Variables and expressions
- Python functions
- Conditional structures
- Loops
- Classes
- Importing and using modules
3. Working with Dates and Time
- The date, time, and DateTime classes
- Formatting time output
- Using time delta objects
- Working with calendars
4. Working with Files
- Reading and writing files
- Working with OS path utilities
- hell methods
5. Working with Web Data
- Fetching internet data
- Working with JSON data
- Parsing and processing HTML
- Manipulating XML