πŸ“š PyLand Blog

Learn programming with our articles

Practical tutorials, in-depth technology breakdowns, and the latest development trends from industry experts.

✨ New articles

Fresh content

The most relevant materials from our experts

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.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Installing Python
πŸ“š Python

Installing Python

Choose the instructions for your operating system, install a currently supported Python 3 release, and...

πŸ‘€ PyLand Team
πŸ“… 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...

πŸ‘€ PyLand Team
πŸ“… 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.

πŸ‘€ PyLand Team
πŸ“… 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...

πŸ‘€ PyLand Team
πŸ“… 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...

πŸ‘€ PyLand Team
πŸ“… 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...

πŸ‘€ PyLand Team
πŸ“… 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).

πŸ‘€ PyLand Team
πŸ“… 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.

πŸ‘€ PyLand Team
πŸ“… 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...

πŸ‘€ PyLand Team
πŸ“… 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...

πŸ‘€ PyLand Team
πŸ“… 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...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
πŸ“‚ All categories

Choose a direction

Each category contains carefully selected materials from experts

πŸ“

AI Startup

Articles about AI startups

πŸ“š 6 articles
πŸ“

API

Articles about working with APIs

πŸ“š 10 articles
πŸ“

Django

Articles about django

πŸ“š 63 articles
πŸ“

Docker

Articles about Docker and containers

πŸ“š 12 articles
πŸ“

Fastapi

Articles about fastapi

πŸ“š 16 articles
πŸ“

Git & GitHub

Articles about Git and GitHub

πŸ“š 32 articles
πŸ“

Html Css

Articles about html-css

πŸ“š 23 articles
πŸ“

Kubernetes

Articles about kubernetes

πŸ“š 10 articles
πŸ“

LLM & AI

Articles about language models

πŸ“š 21 articles
πŸ“

Programming

Articles about programming

πŸ“š 4 articles
πŸ“

Python

Articles about Python

πŸ“š 54 articles
πŸ“

Tools

Articles about development tools

πŸ“š 2 articles
✍️ Join

Want to share your knowledge?

Become an author on our blog and help other developers learn new technologiesBecome an author on our blog and help other developers learn new technologies