🏷️ Tag

#data structures

Explore materials tagged "data structures" from expert practitioners. Up-to-date articles and useful tips to help you grow.

10 Articles
6 Similar tags

Articles with tag "#data structures"

All materials on the topic data structures

HTML Lists
🟒 Easy

HTML Lists

Lists are one of the most common markup elements. Navigation menus, post tags, how-to steps, glossaries β€” all of these...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
settings.py: Django Configuration
🟒 Easy

settings.py: Django Configuration

settings.py is the central configuration file for a Django project.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
DRF ViewSets and Routers
πŸ”΄ Difficult

DRF ViewSets and Routers

ViewSet is a class that combines several related views into one. Router automatically generates URLs.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django: Production Checklist
πŸ”΄ Difficult

Django: Production Checklist

Before deploying a Django project, review its security, database, static files, HTTPS, logging, and backup settings.

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

Pagination in Django ListView

Covered topics: Enabling pagination, Template with pagination, Pagination with filters, Manual pagination (in function-based views).

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Overriding get_queryset in Django CBVs
πŸ”΄ Difficult

Overriding get_queryset in Django CBVs

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Setting Up Two-Factor Authentication on GitHub πŸ”’
πŸ”΄ Difficult

Setting Up Two-Factor Authentication on GitHub πŸ”’

2FA (Two-Factor Authentication) adds an extra layer of protection to your account.

πŸ‘€ PyLand Team
πŸ“… 06.05.2026
List Comprehensions β€” Elegant Lists
🟑 Medium

List Comprehensions β€” Elegant Lists

A list comprehension builds a new list from an iterable with an optional transformation and filtering condition.

πŸ‘€ PyLand Team
πŸ“… 03.04.2026
Lists and Dictionaries in Python
🟒 Easy

Lists and Dictionaries in Python

Problem: Want to store 100 students β†’ 100 variables? Solution: collections.

πŸ‘€ PyLand Team
πŸ“… 30.03.2026
Dictionaries in Python: Storing Data as Key-Value Pairs πŸ“–
🟒 Easy

Dictionaries in Python: Storing Data as Key-Value Pairs πŸ“–

Imagine you're creating a character card for a game. The character has a name, attack, health, and class. How do...

πŸ‘€ PyLand Team
πŸ“… 30.03.2026

Similar tags

Study related topics

🏷️

#django

Related articles django

πŸ“š 68 articles
🏷️

#python

Related articles python

πŸ“š 59 articles
🏷️

#git

Related articles git

πŸ“š 32 articles
🏷️

#basics

Related articles basics

πŸ“š 32 articles
🏷️

#ai

Related articles ai

πŸ“š 29 articles
🏷️

#html-css

Related articles html-css

πŸ“š 23 articles

Looking for more on the topic?

Study all our materials or subscribe to updates