Python
1๏ธโฃ Core Python Concepts I Use Daily
๐ฆ Data Types (These map directly to JSON data!)
List โ Think of it as an array of values coming from an API: [1, 'Flask', True]
Tuple โ Unchangeable config values like ('DEBUG', False)
Set โ For filtering out ...
rishabh20.hashnode.dev3 min read