Learning Python

Go to class
Write Review

Free Online Course: Learning Python provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 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 LinkedIn Learning. Learning Python is taught by Joe Marini.

Overview
  • Get started with Python, the popular and highly readable object-oriented language.

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
    • 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
    Conclusion
    • Next steps