📚 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

📝
📚 Python

JWT Tokens with python-jose

python-jose is a library for working with JSON Web Tokens (JWT).

🏷️ Python
👁️ 120 views
📝
📚 Python

asyncio.gather, create_task and TaskGroup: Concurrency in Practice

Three ways to run multiple coroutines concurrently. Each has its own niche.

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

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

AI Agents: ReAct Loop and Autonomous Actions

A chatbot answers questions. An agent takes action: it calls tools, retrieves real data, and...

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

Typer: CLI Applications Without the Boilerplate

Typer builds CLIs from Python type annotations. No argparse, no manual parsing — just decorators...

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

Document Chunking Strategies for RAG

Embedding a long document averages out its meanings — a specific question won't find the...

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

Pydantic v2: Data Validation in Python

Pydantic is a library for data validation using type annotations. Version 2 was rewritten in...

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

asyncio in Python: Asynchronous Programming

asyncio is Python's standard library for asynchronous code. It lets you execute multiple tasks "simultaneously"...

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

AsyncAnthropic: Async Client for the Claude API

AsyncAnthropic is the asynchronous version of the Anthropic client. It uses async/await and integrates with...

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

RAG: Chatting with Documents via Vector Search

RAG (Retrieval-Augmented Generation) is a pattern for working with your own documents. Instead of fine-tuning...

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

Prompt Caching in the Claude API: Saving on Tokens

Every request to Claude costs money. inputtokens includes everything: the system prompt, conversation history, and...

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

Embeddings: Coordinates of Text in Semantic Space

An embedding is a numerical vector that represents a piece of text. Texts that are...

🏷️ LLM & AI
👁️ 100 views
✍️ Join

Want to share your knowledge?

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