Python Workshop
Master Python basics and start coding confidently.
Course description
This workshop introduces you to Python, one of the most popular programming languages in the world. Designed for beginners, it covers everything from setting up Python to writing your first program.
You'll learn about data types, variables, control structures, and Python's versatile libraries. The course includes practical examples and exercises to solidify your understanding.
Explore foundational programming concepts like loops, functions, and debugging techniques, gaining the confidence to create scripts and applications.
The course also dives into using third-party libraries, enabling you to extend Python's functionality for various use cases. By the end, you'll be equipped with the skills needed to start building real-world Python applications.
What you'll learn
- Understand Python syntax and structure.
- Learn to use variables and data types effectively.
- Master control structures like loops and conditions.
- Explore Python's built-in libraries and functions.
- Write basic scripts and programs.
- Understand debugging techniques in Python.
- Learn how to install and use third-party libraries.
Curriculum
Getting Started with Python (2 lectures)
- Installing Python
- Writing Your First Program
Data Types and Variables (3 lectures)
- Numbers
- Strings
- Lists and Dictionaries
Control Flow (2 lectures)
- If Statements
- Loops
Working with Functions (2 lectures)
- Defining Functions
- Using Parameters
Introduction to Libraries (1 lectures)
- Using Math and Random Libraries