🏷️ Tag

#oop

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

8 Articles
6 Similar tags

Articles with tag "#oop"

All materials on the topic oop

Event Loop in Python: How asyncio Enables Concurrent Execution
πŸ”΄ Difficult

Event Loop in Python: How asyncio Enables Concurrent Execution

Event loop is the heart of asyncio. It doesn't run code in parallel across multiple threads. Instead, it switches between...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
CSS Pseudo-classes and Pseudo-elements
🟑 Medium

CSS Pseudo-classes and Pseudo-elements

Pseudo-classes let you style elements based on their state or position in the DOM β€” without adding extra classes to...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Q Objects in Django ORM
πŸ”΄ Difficult

Q Objects in Django ORM

Q objects allow you to build complex query conditions using OR, AND, and NOT.

πŸ‘€ 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
OOP: Program Like a World Builder 🌍
🟑 Medium

OOP: Program Like a World Builder 🌍

Imagine: you're building a zombie-apocalypse game. You need zombies, humans, weapons. Every zombie has a name, health points, and can...

πŸ‘€ PyLand Team
πŸ“… 03.04.2026
Creating Classes: __init__ and self
🟑 Medium

Creating Classes: __init__ and self

A class defines an object's data and behavior, while init establishes its initial state.

πŸ‘€ PyLand Team
πŸ“… 03.04.2026
The while Loop: Repeat While a Condition Holds πŸ”
🟒 Easy

The while Loop: Repeat While a Condition Holds πŸ”

The for loop works great when you know how many times to repeat an action. But what if you don't?

πŸ‘€ PyLand Team
πŸ“… 30.03.2026
The for Loop: Make Python Work for You πŸ”„
🟒 Easy

The for Loop: Make Python Work for You πŸ”„

Imagine that you need to display a rocket five times. You could copy print(rocket) five times, but programmers do not...

πŸ‘€ PyLand Team
πŸ“… 30.03.2026

Similar tags

Study related topics

🏷️

#django

Related articles django

πŸ“š 68 articles
🏷️

#python

Related articles python

πŸ“š 59 articles
🏷️

#basics

Related articles basics

πŸ“š 32 articles
🏷️

#html-css

Related articles html-css

πŸ“š 23 articles
🏷️

#devops

Related articles devops

πŸ“š 13 articles
🏷️

#async

Related articles async

πŸ“š 9 articles

Looking for more on the topic?

Study all our materials or subscribe to updates