🏷️ Tag

#python

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

59 Articles
6 Similar tags

Articles with tag "#python"

All materials on the topic python

Pure Functions
πŸ”΄ Difficult

Pure Functions

A pure function depends only on its arguments, does not modify external state, and returns the same result for the...

πŸ‘€ PyLand Team
πŸ“… 03.04.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
Function Composition
πŸ”΄ Difficult

Function Composition

Function composition connects small functions so that one function's result becomes the next function's argument.

πŸ‘€ PyLand Team
πŸ“… 03.04.2026
Achievements System in Python
🟒 Easy

Achievements System in Python

Gamification increases user engagement by 30–40%. Achievements are a simple way to implement it.

πŸ‘€ PyLand Team
πŸ“… 03.04.2026
Try/Except: Error Handling
🟑 Medium

Try/Except: Error Handling

Goal: Learn to handle errors and make programs reliable.

πŸ‘€ PyLand Team
πŸ“… 03.04.2026
The __str__ Method: Beautiful Object Output
🟑 Medium

The __str__ Method: Beautiful Object Output

You print an object to the console and see: <main.Zombie object at 0x10e8c4d90>. Useless!

πŸ‘€ PyLand Team
πŸ“… 03.04.2026
Class Methods: Bringing Objects to Life
🟑 Medium

Class Methods: Bringing Objects to Life

A method is a function that belongs to an object.

πŸ‘€ 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
with open: Working with Files the Right Way
🟑 Medium

with open: Working with Files the Right Way

Files preserve data between program runs, while the with statement ensures that a file is closed correctly even when an...

πŸ‘€ PyLand Team
πŸ“… 03.04.2026
Data Pipelines β€” The Processing Conveyor
πŸ”΄ Difficult

Data Pipelines β€” The Processing Conveyor

A data pipeline splits a complex transformation into small stages and passes each stage's output to the next one.

πŸ‘€ PyLand Team
πŸ“… 03.04.2026
if-else in Python: Making Your Program Smarter πŸ€”
🟒 Easy

if-else in Python: Making Your Program Smarter πŸ€”

Conditionals let a program make decisions! Different actions depending on the situation.

πŸ‘€ PyLand Team
πŸ“… 30.03.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

Similar tags

Study related topics

🏷️

#django

Related articles django

πŸ“š 68 articles
🏷️

#basics

Related articles basics

πŸ“š 32 articles
🏷️

#ai

Related articles ai

πŸ“š 29 articles
🏷️

#api

Related articles api

πŸ“š 25 articles
🏷️

#llm

Related articles llm

πŸ“š 21 articles
🏷️

#devops

Related articles devops

πŸ“š 13 articles

Looking for more on the topic?

Study all our materials or subscribe to updates