✍️ Author

PyLand Team

PyLand Team

253 Articles
90719 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

reduce() β€” Fold Everything into One!
Python

reduce() β€” Fold Everything into One!

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

🟑 Medium
πŸ“… 03.04.2026
List Comprehensions β€” Elegant Lists
Python

List Comprehensions β€” Elegant Lists

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

🟑 Medium
πŸ“… 03.04.2026
CSV: Working with Tables
Python

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...

🟑 Medium
πŸ“… 03.04.2026
Pure Functions
Python

Pure Functions

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

πŸ”΄ Advanced
πŸ“… 03.04.2026
OOP: Program Like a World Builder 🌍
Python

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...

🟑 Medium
πŸ“… 03.04.2026
Function Composition
Python

Function Composition

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

πŸ”΄ Advanced
πŸ“… 03.04.2026
DRY: Don't Repeat Yourself πŸ”„
Programming

DRY: Don't Repeat Yourself πŸ”„

Imagine you're writing code to hack 10 systems. You copy the hacksystem() function 10 times. Then you find a bug...

🟑 Medium
πŸ“… 03.04.2026
Functions: Best Practices
Programming

Functions: Best Practices

Goal: Write functions that are easy to read, test, and reuse.

🟑 Medium
πŸ“… 03.04.2026
Clean Code and Useful Comments 🧹
Programming

Clean Code and Useful Comments 🧹

Imagine a workbench after a large project: the tools are useful, but empty boxes and old drafts get in the...

🟒 Beginner
πŸ“… 03.04.2026
KISS: Write Simply, Write Clearly 🎯
Programming

KISS: Write Simply, Write Clearly 🎯

Does your code work? Great! But there's one more important criterion β€” readability. Code is written once and read hundreds...

🟒 Beginner
πŸ“… 03.04.2026
Achievements System in Python
Python

Achievements System in Python

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

🟒 Beginner
πŸ“… 03.04.2026
Try/Except: Error Handling
Python

Try/Except: Error Handling

Goal: Learn to handle errors and make programs reliable.

🟑 Medium
πŸ“… 03.04.2026
πŸ“Š Statistics

Statistics by categories

Author's article distribution by topics

πŸ“

Django

63 articles

πŸ“

Python

54 articles

πŸ“

Git ΠΈ GitHub

32 articles

πŸ“

Html Css

23 articles

πŸ“

LLM ΠΈ AI

21 articles