#python
Study materials by tag "python" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#python"
All materials on the topic python
List Methods: Managing Collections 📝
Lists are not just storage. They come with built-in actions (methods) that let you add, remove, and modify elements.
The for Loop: Making Python Do the Work for You 🔄
Imagine you need to write the word "Hello!" 20 times. You could sit there copying print("Hello!") twenty times. But programmers...
Python Conditionals for Beginners: if, elif, else 🤔
A program that can't make decisions is like a robot that can only walk straight. Boring!
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...
elif in Python: Handling Multiple Branches 🎛️
When if-else isn't enough — use elif! Check multiple conditions in sequence.
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates