🟡 Medium level

Materials
intermediate level

Deepen your knowledge with intermediate level materials and practical examples for skill development.

20+ Articles
🌿 Practice
10-15 Minutes to read
🟡 Medium

Intermediate level materials

Carefully selected articles for your level

📝
🟡 Medium

pathlib: Working with Paths in Python

pathlib is the modern way to work with filesystem paths instead of plain strings.

📝 Python
📅 30.06.2026
📝
🟡 Medium

What is an ORM

ORM (Object-Relational Mapping) is a technology that lets you work with a database through Python objects instead of writing raw...

📝 Python
📅 30.06.2026
📝
🟡 Medium

httpx: A Modern HTTP Client for Python

httpx is a next-generation HTTP client. Its interface is similar to requests, but it supports async/await out of the box.

📝 LLM & AI
📅 30.06.2026
📝
🟡 Medium

Typer: CLI Applications Without the Boilerplate

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

📝 LLM & AI
📅 30.06.2026
📝
🟡 Medium

Pydantic v2: Data Validation in Python

Pydantic is a library for data validation using type annotations. Version 2 was rewritten in Rust and runs 5–50x faster...

📝 LLM & AI
📅 30.06.2026
📝
🟡 Medium

asyncio in Python: Asynchronous Programming

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

📝 LLM & AI
📅 30.06.2026
📝
🟡 Medium

JSON Schema: Describing Data Structures

JSON Schema is a standard for describing the structure of JSON. In the Claude API it is used to define...

📝 LLM & AI
📅 30.06.2026
📝
🟡 Medium

SQLite in Python: Persistent Memory for Agents

SQLite is a relational database built into Python. It stores data in a single file and requires no server. It...

📝 LLM & AI
📅 30.06.2026
📝
🟡 Medium

Deployment and ReplicaSet in Kubernetes

A Pod is a one-shot unit. A Deployment is the mechanism that guarantees the right number of pods is always...

📝 Kubernetes
📅 30.06.2026
📝
🟡 Medium

Django: Template Tags

Template tags are logic inside HTML. Unlike {{ variable }} which only outputs a value, {% %} tags control flow:...

📝 Html Css
📅 30.06.2026
📝
🟡 Medium

Bootstrap 5 Basics

Bootstrap is the world's most popular CSS framework. It provides ready-made components and a utility class system that lets you...

📝 Html Css
📅 30.06.2026
📝
🟡 Medium

Semantic HTML5 Tags

Semantic tags describe the meaning of content, not just its appearance. A browser won't visually distinguish <div> from <article> —...

📝 Html Css
📅 30.06.2026
Page 1 of 8 ▶️ ⏭️
🎚️ Levels

Other difficulty levels

Choose the level that suits you

🟢

For beginners

Simple and clear materials for programming beginners

🌱 Basic concepts ⏱️ 5-10 min
🔴

Advanced level

Complex techniques and concepts for experienced developers

🌳 Complex tasks ⏱️ 15-25 min
🟣

Expert level

Advanced technologies and architectural solutions

🦅 Expert knowledge ⏱️ 20-30 min

Keep developing

Study materials of different levels and gradually improve your skills