📝 Category

Python

Articles about Python

54 Articles

Category articles "Python"

Study all materials on this topic

JSON: Persisting Data
🟡 Medium

JSON: Persisting Data

Goal: Learn to save and load data in JSON format.

👤 PyLand Team
📅 03.04.2026
map() — Transform Every Element!
🟡 Medium

map() — Transform Every Element!

The map() function lazily applies a transformation to every item in an iterable.

👤 PyLand Team
📅 03.04.2026
filter() — Pick What You Need!
🟡 Medium

filter() — Pick What You Need!

The filter() function keeps the elements for which a predicate returns a truthy value.

👤 PyLand Team
📅 03.04.2026
Lambda Functions
🟡 Medium

Lambda Functions

A lambda is a small, anonymous, single-line function.

👤 PyLand Team
📅 03.04.2026
reduce() — Fold Everything into One!
🟡 Medium

reduce() — Fold Everything into One!

The reduce() function combines an iterable into one value by repeatedly applying a two-argument function.

👤 PyLand Team
📅 03.04.2026
List Comprehensions — Elegant Lists
🟡 Medium

List Comprehensions — Elegant Lists

A list comprehension builds a new list from an iterable with an optional transformation and filtering condition.

👤 PyLand Team
📅 03.04.2026
CSV: Working with Tables
🟡 Medium

CSV: Working with Tables

CSV (Comma-Separated Values) is a text format for storing tabular data. It opens in Excel and Google Sheets and is...

👤 PyLand Team
📅 03.04.2026
Pure Functions
🔴 Difficult

Pure Functions

A pure function depends only on its arguments, does not modify external state, and returns the same result for the...

👤 PyLand Team
📅 03.04.2026
OOP: Program Like a World Builder 🌍
🟡 Medium

OOP: Program Like a World Builder 🌍

Imagine: you're building a zombie-apocalypse game. You need zombies, humans, weapons. Every zombie has a name, health points, and can...

👤 PyLand Team
📅 03.04.2026
Function Composition
🔴 Difficult

Function Composition

Function composition connects small functions so that one function's result becomes the next function's argument.

👤 PyLand Team
📅 03.04.2026
Achievements System in Python
🟢 Easy

Achievements System in Python

Gamification increases user engagement by 30–40%. Achievements are a simple way to implement it.

👤 PyLand Team
📅 03.04.2026
Try/Except: Error Handling
🟡 Medium

Try/Except: Error Handling

Goal: Learn to handle errors and make programs reliable.

👤 PyLand Team
📅 03.04.2026

Other categories

Study related topics

📝

Django

Articles about django

📚 63 articles ⭐ 4.7
📝

Git & GitHub

Articles about Git and GitHub

📚 32 articles ⭐ 4.8
📝

Html Css

Articles about html-css

📚 23 articles ⭐ 4.9

Want more materials?

Subscribe to updates and be the first to know about new articles!