πŸ“š PyLand Blog

Learn programming with our articles

Practical tutorials, in-depth technology breakdowns, and the latest development trends from industry experts.

✨ New articles

Fresh content

The most relevant materials from our experts

SECRET_KEY in Django
πŸ“š Django

SECRET_KEY in Django

SECRETKEY is used to cryptographically sign Django data, so it must never be committed to...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django Shell
πŸ“š Django

Django Shell

Django Shell is an interactive Python console with the full Django environment loaded.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
manage.py: Django commands
πŸ“š Django

manage.py: Django commands

manage.py is Django's command-line utility. Every interaction with a project goes through it.

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

Date Formats in Django

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Internationalization (i18n) in Django
πŸ“š Django

Internationalization (i18n) in Django

Covered topics: Configuration, Translating strings in Python, Translating in templates, Creating translation files.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Overriding get_queryset in Django CBVs
πŸ“š Django

Overriding get_queryset in Django CBVs

getqueryset() is a method for customizing the dataset used in a CBV.

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

ForeignKey and on_delete in Django

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Testing Django with pytest
πŸ“š Django

Testing Django with pytest

Covered topics: Installation, conftest.py β€” Fixtures, Model Test, View Test with Client.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
REST API Design Principles
πŸ“š API

REST API Design Principles

Covered topics: Resources and URLs, HTTP methods, Nested resources, Response codes.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Setting Up Your Environment: Python, pip, and VS Code
πŸ“š 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...

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
Anthropic SDK: Getting Started with the Claude API
πŸ“š 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...

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
Streaming LLM Responses: Getting the Answer Piece by Piece
πŸ“š 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....

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
πŸ“‚ All categories

Choose a direction

Each category contains carefully selected materials from experts

πŸ“

AI Startup

Articles about AI startups

πŸ“š 6 articles
πŸ“

API

Articles about working with APIs

πŸ“š 10 articles
πŸ“

Django

Articles about django

πŸ“š 63 articles
πŸ“

Docker

Articles about Docker and containers

πŸ“š 12 articles
πŸ“

Fastapi

Articles about fastapi

πŸ“š 16 articles
πŸ“

Git & GitHub

Articles about Git and GitHub

πŸ“š 32 articles
πŸ“

Html Css

Articles about html-css

πŸ“š 23 articles
πŸ“

Kubernetes

Articles about kubernetes

πŸ“š 10 articles
πŸ“

LLM & AI

Articles about language models

πŸ“š 21 articles
πŸ“

Python

Articles about Python

πŸ“š 54 articles
πŸ“

Tools

Articles about development tools

πŸ“š 2 articles
πŸ“

Programming

Articles about programming

πŸ“š 4 articles
✍️ Join

Want to share your knowledge?

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