🟑 Medium level

Materials
intermediate level

Deepen your knowledge with intermediate-level materials and practical examples to develop your skills.

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

Intermediate level materials

Carefully selected articles for your level

Environment Variables in Django
🟑 Medium

Environment Variables in Django

Covered topics: Why use environment variables, python-dotenv, django-environ (alternative), .gitignore.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
SuccessMessageMixin in Django
🟑 Medium

SuccessMessageMixin in Django

SuccessMessageMixin is a mixin for displaying a flash message after a form is successfully submitted in a class-based view.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Timezones in Django
🟑 Medium

Timezones in Django

Reliable timezone handling requires aware datetime values, UTC storage, and conversion to local time at the display boundary.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Authentication in Django
🟑 Medium

Authentication in Django

Django includes a complete authentication system: the User model, login/logout, and permissions.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Class-Based Views in Django
🟑 Medium

Class-Based Views in Django

CBVs use classes instead of functions. The built-in CBVs implement common CRUD patterns.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django DetailView
🟑 Medium

Django DetailView

DetailView is a CBV for displaying a single object by its pk or slug.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
SECRET_KEY in Django
🟑 Medium

SECRET_KEY in Django

SECRETKEY is used to cryptographically sign Django data, so it must never be committed to a repository or exposed in...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Date Formats in Django
🟑 Medium

Date Formats in Django

Covered topics: Date fields in a model, Working with dates in Python, Formatting in templates, Formatting in Python.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
ForeignKey and on_delete in Django
🟑 Medium

ForeignKey and on_delete in Django

Covered topics: ondelete β€” behavior when the parent is deleted, ondelete options, Examples, relatedname.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Anthropic SDK: Getting Started with the Claude API
🟑 Medium

Anthropic SDK: Getting Started with the Claude API

Anthropic Python SDK is the official library for working with Claude. It hides the complexity of raw HTTP requests, adds...

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
System Prompts: Defining the Model's Role
🟑 Medium

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

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
environs: Typed Environment Variables
🟑 Medium

environs: Typed Environment Variables

environs is a library for reading environment variables from a .env file with type support. It is an evolution of...

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
🎚️ 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