■ Python Data Types & Operators - Mind Map
■ Data Types = Jars/Containers
- Int → Whole numbers → Jar of marbles
- Float → Decimals → Water bottle
- String → Text → Necklace of beads
- Bool → True/False → Light switch
- List → Collection (changeable) → Shopping basket
- Tuple → Collection (fixed) → Sealed lunchbox
- Dict → Key:Value → School ID card
■■ Operators = Tools
1. Arithmetic: + - * / % ** // → Chocolates sharing
2. Comparison: == != < > <= >= → Exam marks comparison
3. Logical: and / or / not → Picnic conditions
4. Assignment: = += -= *= /= → Homework given/added/reduced
5. Membership: in / not in → Attendance list
6. Identity: is / is not → Same key check
■ Memory Hacks
- Data Types = Jars (marbles, water, beads, switch, basket)
- Operators = Tools (maths kit, exam results, picnic rules, homework, attendance list)
■ Quick Revision: Data = What is stored | Operators = How we use it