✍️ Author

PyLand Team

PyLand Team

253 Articles
90827 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

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 is 10–100Γ— faster than pip...

🟒 Beginner
πŸ“… 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 user never sees it, but...

🟑 Medium
πŸ“… 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. It is an evolution of...

🟑 Medium
πŸ“… 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, spinners β€” all through one...

🟒 Beginner
πŸ“… 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. It sees tokens β€” chunks...

🟑 Medium
πŸ“… 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 standard library β€” no installation...

🟑 Medium
πŸ“… 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 it to GitHub. An hour...

🟑 Medium
πŸ“… 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 gets installed globally, for the...

🟒 Beginner
πŸ“… 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 CLI programs accept arguments at...

🟑 Medium
πŸ“… 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 for the full response is...

πŸ”΄ Advanced
πŸ“… 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 and reuses them on subsequent...

🟑 Medium
πŸ“… 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 or PyPI for Python, but...

🟒 Beginner
πŸ“… 08.05.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