返回課程 Introductory

Learn Python

Programming IT Software Development

This course is designed to provide a comprehensive introduction to Python programming for beginners. It will cover essential concepts such as installation, basic syntax, data structures, error handling, and the use of libraries. By the end of the course, learners will have a solid foundation in Python, enabling them to build simple programs and understand more advanced topics in the future.

Lists

Lists are one of the most versatile data structures in Python, enabling you to store an ordered collection of items. This subtopic provides you the skills to manipulate lists effectively.

Python 101: Learn These MUST KNOW List Features

Python lists, sets, and tuples explained 🍍

How to Use Lists in Python