Category articles "Python"
Study all materials on this topic
Logical Operators in Python: and, or, not
One condition is fine. But what if you need to check multiple conditions at once?
Python Variables and Strings: Regular, f-, and r-Strings 📦
A variable is a name associated with a value. Variables let you store data, reuse it, and change it without...
Functions in Python
Problem: you wrote a discount calculation — needed in 10 places, so you copy it 10 times. You find a...
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...
Python's print() and input() Functions: Output and Input 💬
The two most essential functions for beginner Python developers! print() displays information on screen, and input() reads data from the...
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...
Other categories
Study related topics
Want more materials?
Subscribe to updates and be the first to know about new articles!