📚 PyLand Blog

Learn programming with our articles

Practical tutorials, in-depth technology reviews and current trends in the development world from industry experts.

📂 All categories

Choose a direction

Each category contains carefully selected materials from experts

📝

AI Startup

Articles about AI startups

📚 6 articles ⭐ Popular
📝

API

Articles about working with APIs

📚 10 articles ⭐ Popular
📝

Django

Articles about django

📚 63 articles ⭐ Popular
📝

Docker

Articles about Docker and containers

📚 12 articles ⭐ Popular
📝

Fastapi

Articles about fastapi

📚 16 articles ⭐ Popular
📝

Git & GitHub

Articles about Git and GitHub

📚 30 articles ⭐ Popular
📝

Html Css

Articles about html-css

📚 23 articles ⭐ Popular
📝

Kubernetes

Articles about kubernetes

📚 10 articles ⭐ Popular
📝

LLM & AI

Articles about language models

📚 21 articles ⭐ Popular
📝

Programming

Articles about programming

📚 4 articles ⭐ Popular
📝

Python

Articles about Python

📚 49 articles ⭐ Popular
📝

Tools

Articles about development tools

📚 2 articles ⭐ Popular
New articles

Fresh content

The most relevant materials from our experts

📝
📚 Django

Testing Django with pytest

Охватываемые темы: Installation, conftest.py — Fixtures, Model Test, View Test with Client.

🏷️ Django
👁️ 94 views
📝
📚 API

REST API Design Principles

Охватываемые темы: Resources and URLs, HTTP methods, Nested resources, Response codes.

🏷️ API
👁️ 83 views
📝
📚 Tools

Setting Up Your Environment: Python, pip, and VS Code

Before writing code locally, you need to set up three tools: Python, pip, and VS...

🏷️ Tools
👁️ 117 views
📝
📚 LLM & AI

Anthropic SDK: Getting Started with the Claude API

Anthropic Python SDK is the official library for working with Claude. It hides the complexity...

🏷️ LLM & AI
👁️ 142 views
📝
📚 LLM & AI

Streaming LLM Responses: Getting the Answer Piece by Piece

By default, messages.create() waits until the model has fully generated its response before returning anything....

🏷️ LLM & AI
👁️ 116 views
📝
📚 LLM & AI

uv: The Modern Python Package Manager

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

🏷️ LLM & AI
👁️ 170 views
📝
📚 LLM & AI

System Prompts: Defining the Model's Role

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

🏷️ LLM & AI
👁️ 111 views
📝
📚 LLM & AI

environs: Typed Environment Variables

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

🏷️ LLM & AI
👁️ 123 views
📝
📚 LLM & AI

rich: Beautiful Terminal Output

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

🏷️ LLM & AI
👁️ 139 views
📝
📚 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....

🏷️ LLM & AI
👁️ 129 views
📝
📚 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...

🏷️ Python
👁️ 172 views
📝
📚 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...

🏷️ Python
👁️ 327 views
✍️ Join

Want to share your knowledge?

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