Home
Intermediate Python
Intermediate Python
More coming soon!!!
Python basics
Beginner-friendly
Introduction to Python
Fundamental concepts
Online Exercises
Interactive Tutorials
- 0/15
Strings II
This course builds on your existing knowledge about Python strings. You'll explore additional string methods and learn the f-string syntax. - 0/7
Unpacking
Discover how to use Python's packing and unpacking to assign multiple variables, swap values, and handle function arguments. - 0/16
Functions II
Learn how to manage variable scope in Python functions! We'll cover local, global, and nonlocal scopes, and how each affects variable behavior within functions. - 0/10
Working With Iterables
Learn to work with Python iterables—sequences and collections like strings and lists—using techniques like list comprehension, sorting, and aggregation to manipulate data. - 0/8
Functions III
Learn about higher-order functions. You'll also discover how to leverage lambda functions for creating concise, anonymous functions, and apply 'map' and 'filter' to manipulate and process data collections effectively.