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