#data structures
Explore materials tagged "data structures" from expert practitioners. Up-to-date articles and useful tips to help you grow.
Articles with tag "#data structures"
All materials on the topic data structures
HTML Lists
Lists are one of the most common markup elements. Navigation menus, post tags, how-to steps, glossaries β all of these...
settings.py: Django Configuration
settings.py is the central configuration file for a Django project.
DRF ViewSets and Routers
ViewSet is a class that combines several related views into one. Router automatically generates URLs.
Django: Production Checklist
Before deploying a Django project, review its security, database, static files, HTTPS, logging, and backup settings.
Pagination in Django ListView
Covered topics: Enabling pagination, Template with pagination, Pagination with filters, Manual pagination (in function-based views).
Overriding get_queryset in Django CBVs
getqueryset() is a method for customizing the dataset used in a CBV.
Setting Up Two-Factor Authentication on GitHub π
2FA (Two-Factor Authentication) adds an extra layer of protection to your account.
List Comprehensions β Elegant Lists
A list comprehension builds a new list from an iterable with an optional transformation and filtering condition.
Lists and Dictionaries in Python
Problem: Want to store 100 students β 100 variables? Solution: collections.
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...
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates