Description
In this course, you will learn :
- Installing Python
- Choosing an editor or IDE
- Working with variables and expressions
- Writing loops
- Using the date, time, and datetime classes
- Reading and writing files
- Fetching internet data
- Parsing and processing HTML
Syllabus :
1. Getting Started
- Installing Python
- How to run the Python examples
- Installing VS Code
2. Python Basics
- Your first Python program
- Running Python from VS 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 timedelta objects
- Working with calendars
4. Working with Files
- Reading and writing files
- Working with OS path utilities
- Using file system shell methods
5. Working with Web Data
- Fetching internet data
- Working with JSON data
- Parsing and processing HTML
- Manipulating XML