A cheerful cartoon monkey sorts bananas from a mixed fruit box into another box on a conveyor belt, with “Filtering Lists” text.

Maps and Filters in python

Turtle Sep 14, 2025

This tutorial explains how to use Python’s `map()` and `filter()` functions to transform and select list items,…

A person in an orange shirt works along a conveyor belt with boxes, apple, and envelope under text “Iterating Lists” on pale magenta.

Iterating Lists in python

Turtle Sep 14, 2025

A clear Python tutorial explaining how to loop through lists with for, while, and enumerate, introducing iterators…

A smiling blacksmith hammers words into metal blocks on an anvil, labelled “cat,” “7,” and “apple,” symbolising immutable Python tuples.

Tuples in Python

Turtle Sep 14, 2025

A Python tutorial explaining tuples: how to create them, their immutability, practical uses, adding to lists, and…

A cheerful goose sorts colourful books by size on a shelf, with bold text “Sorting Python Lists” against a pale magenta background.

Sorting Python Lists

Turtle Sep 14, 2025

A practical Python tutorial explaining how to sort lists in ascending and descending order, comparing `sort()` with…

A person’s hands holding pen and eraser above a notepad on a desk, crossing out “bread” from a shopping list.

Beginning Python Lists

Turtle Sep 14, 2025

A practical Python tutorial introducing lists, showing how to access, add, modify, and remove items with clear…

A cartoon frog smiles while writing “Python Lists” with items flies, worms, insects on a chalkboard in a classroom setting.

Introducing Python Lists

Liddlebit Sep 14, 2025

This is a Python series introducing lists, their importance, and everyday uses. Light-hearted explanations make coding concepts…