#basics
Study materials by tag "basics" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#basics"
All materials on the topic basics
Python Variables in Plain English 📦
A variable is like a labeled box where you can put any value and use it as many times as...
Functions in Python: Writing Reusable Code 🔧
Imagine: you wrote code to calculate a discount. That code is needed in 10 places in your program!
Python Conditionals for Beginners: if, elif, else 🤔
A program that can't make decisions is like a robot that can only walk straight. Boring!
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