✍️ Author

PyLand Team

PyLand Team

253 Articles
90856 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

SECRET_KEY in Django
Django

SECRET_KEY in Django

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

🟑 Medium
πŸ“… 30.06.2026
Django Shell
Django

Django Shell

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

🟒 Beginner
πŸ“… 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.

🟒 Beginner
πŸ“… 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, Formatting in Python.

🟑 Medium
πŸ“… 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.

πŸ”΄ Advanced
πŸ“… 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.

πŸ”΄ Advanced
πŸ“… 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.

🟑 Medium
πŸ“… 30.06.2026
Testing Django with pytest
Django

Testing Django with pytest

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

πŸ”΄ Advanced
πŸ“… 30.06.2026
REST API Design Principles
API

REST API Design Principles

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

πŸ”΄ Advanced
πŸ“… 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 Code. This takes 10–15 minutes...

🟒 Beginner
πŸ“… 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 of raw HTTP requests, adds...

🟑 Medium
πŸ“… 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. For long responses this means...

πŸ”΄ Advanced
πŸ“… 04.06.2026
πŸ“Š Statistics

Statistics by categories

Author's article distribution by topics

πŸ“

Django

63 articles

πŸ“

Python

54 articles

πŸ“

Git ΠΈ GitHub

32 articles

πŸ“

Html Css

23 articles

πŸ“

LLM ΠΈ AI

21 articles