✍️ Author

Pyland

Автор статей на Pyland

0 Articles
7963 Views
7 Reactions
✍️ Articles

Author's articles

All publications Pyland

📝
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
📝
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...

� Beginner
📅 08.05.2026
📝
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...

� Beginner
📅 08.05.2026
📝
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...

� Beginner
📅 08.05.2026
📝
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
📝
Docker

Docker Compose: Multi-Container Applications

Docker Compose is a tool for running multiple related containers as a single application. The configuration is defined in a...

� Beginner
📅 08.05.2026
📝
Docker

Installing Docker: macOS, Windows, Linux

Download Docker Desktop from docker.com/products/docker-desktop.

� Beginner
📅 08.05.2026
📝
Docker

Dockerfile: Building Your Own Images

Dockerfile — a text file with instructions for building an image. Each instruction becomes a layer.

� Beginner
📅 08.05.2026
📝
Docker

Basic Docker Commands

bash docker images list downloaded images docker pull nginx pull an image docker rmi nginx remove an image docker image...

� Beginner
📅 08.05.2026
📝
Docker

Docker Volumes: Persisting Data

By default, data inside a container is not persisted — delete the container and the data is gone. Volumes solve...

� Beginner
📅 08.05.2026
📊 Statistics

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