✍️ Author

PyLand Team

PyLand Team

253 Articles
90480 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

pathlib: Working with Paths in Python
Python

pathlib: Working with Paths in Python

pathlib is the modern way to work with filesystem paths instead of plain strings.

🟑 Medium
πŸ“… 30.06.2026
Installing Python
Python

Installing Python

Choose the instructions for your operating system, install a currently supported Python 3 release, and verify that it runs from...

🟒 Beginner
πŸ“… 30.06.2026
What is an ORM
Python

What is an ORM

ORM (Object-Relational Mapping) is a technology that lets you work with a database through Python objects instead of writing raw...

🟑 Medium
πŸ“… 30.06.2026
asyncio: Timeouts, Task Cancellation and Graceful Shutdown
Python

asyncio: Timeouts, Task Cancellation and Graceful Shutdown

Three things you absolutely need in production async code.

πŸ”΄ Advanced
πŸ“… 30.06.2026
asyncio: Queue, Lock, Semaphore β€” Synchronization Without Threads
Python

asyncio: Queue, Lock, Semaphore β€” Synchronization Without Threads

In async code multiple coroutines run concurrently in a single thread. Race conditions can still happen β€” and asyncio provides...

πŸ”΄ Advanced
πŸ“… 30.06.2026
Password Hashing with Argon2 and pwdlib
Python

Password Hashing with Argon2 and pwdlib

If a database is leaked, strong password hashing prevents immediate recovery of plaintext passwords and makes offline guessing expensive. It...

πŸ”΄ Advanced
πŸ“… 30.06.2026
Async Generators and Async Iterators in Python
Python

Async Generators and Async Iterators in Python

Async generators are a way to lazily produce data in an async context. Perfect for streaming, pagination and processing large...

πŸ”΄ Advanced
πŸ“… 30.06.2026
JWT Tokens with python-jose
Python

JWT Tokens with python-jose

python-jose is a library for working with JSON Web Tokens (JWT).

🟣 Expert
πŸ“… 30.06.2026
asyncio.gather, create_task and TaskGroup: Concurrency in Practice
Python

asyncio.gather, create_task and TaskGroup: Concurrency in Practice

Three ways to run multiple coroutines concurrently. Each has its own niche.

πŸ”΄ Advanced
πŸ“… 30.06.2026
httpx: A Modern HTTP Client for Python
LLM & AI

httpx: A Modern HTTP Client for Python

httpx is a next-generation HTTP client. Its interface is similar to requests, but it supports async/await out of the box.

🟑 Medium
πŸ“… 30.06.2026
AI Agents: ReAct Loop and Autonomous Actions
LLM & AI

AI Agents: ReAct Loop and Autonomous Actions

A chatbot answers questions. An agent takes action: it calls tools, retrieves real data, and uses that data in its...

πŸ”΄ Advanced
πŸ“… 30.06.2026
Typer: CLI Applications Without the Boilerplate
LLM & AI

Typer: CLI Applications Without the Boilerplate

Typer builds CLIs from Python type annotations. No argparse, no manual parsing β€” just decorators and types.

🟑 Medium
πŸ“… 30.06.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