πŸ“š 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

uv: The Modern Python Package Manager
πŸ“š LLM & AI

uv: The Modern Python Package Manager

uv is a next-generation tool for managing Python dependencies. Written in Rust by Astral, it...

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
System Prompts: Defining the Model's Role
πŸ“š LLM & AI

System Prompts: Defining the Model's Role

A system prompt is a hidden instruction for the model set by the developer. The...

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
environs: Typed Environment Variables
πŸ“š LLM & AI

environs: Typed Environment Variables

environs is a library for reading environment variables from a .env file with type support....

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
rich: Beautiful Terminal Output
πŸ“š LLM & AI

rich: Beautiful Terminal Output

rich is a Python library for formatted terminal output. Colors, tables, panels, markdown, progress bars,...

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
Tokens in LLMs: How the Model Sees Text
πŸ“š LLM & AI

Tokens in LLMs: How the Model Sees Text

When you send a request to a language model, it doesn't see words or letters....

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
The datetime Module: Working with Dates and Times
πŸ“š Python

The datetime Module: Working with Dates and Times

datetime is Python's standard module for working with dates and times. It's part of the...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
.env Files and Environment Variables: Keeping Secrets Out of Code
πŸ“š Python

.env Files and Environment Variables: Keeping Secrets Out of Code

Imagine you wrote a program with an API key hardcoded in the source and pushed...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
Python Virtual Environments: Why and How
πŸ“š Python

Python Virtual Environments: Why and How

When you start a second Python project and run pip install requests β€” that library...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
argparse: Command-Line Arguments in Python
πŸ“š Python

argparse: Command-Line Arguments in Python

When a script grows from a toy into a real tool, input() becomes inconvenient. Professional...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
Generators in Python: Lazy Evaluation and Streaming
πŸ“š Python

Generators in Python: Lazy Evaluation and Streaming

When an API returns a large response β€” text spanning thousands of tokens β€” waiting...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
Layers and Caching in Docker
πŸ“š Docker

Layers and Caching in Docker

Every instruction in a Dockerfile creates a layer β€” an intermediate image. Docker caches layers...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
Docker Hub β€” Image Registry
πŸ“š Docker

Docker Hub β€” Image Registry

Docker Hub is the public Docker image registry. Think of it as npm for Node.js...

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