Pyland
Автор статей на Pyland
Author's articles
All publications Pyland
GitHub Profile Optimization: A Professional's Guide 🌟
Your GitHub profile is your storefront for employers! Here's how to make it attractive.
Your first open-source contribution: where to start 🎁
Open source is software with publicly available source code. Anyone can read the code, propose changes, and contribute. This is...
JSON: Persisting Data Like a Real Game 💾
Goal: Learn to save and load data in JSON format.
map() — Transform Everything at Once! 🔄
map() applies a function to every element of an iterable and returns the results.
filter() — Pick the Best! 🔍
filter() selects elements that pass a test (return True).
Lambda Functions: Tiny Smart Functions ⚡
A lambda is a way to create a small, single-line, anonymous function.
reduce() — Fold Everything into One! 🔽
reduce() folds a list down to a single value by applying a function sequentially.
List Comprehensions — Elegant Lists! ✨
A list comprehension is a way to build a list in one line instead of a loop.
CSV: Working with Tables 📊
Goal: Learn to read and write tabular data in CSV format.
Pure Functions — Clean and Predictable! 🧼
A pure function is a function that: Always returns the same result for the same arguments Has no side effects...
Statistics by categories
Author's article distribution by topics
Python
40 articles
Git и GitHub
31 articles
API
9 articles
Docker
8 articles
LLM и AI
7 articles