Python Code Snippets
Optimizing your python code with __slots__?
- Mohammad Abu Mattar
- Python
- Published: 16 Jul, 2025
Dev Tip: Optimizing Data Models in Big Data Workflows with __slots__ In big data and MLOps workflows, you often work with massive datasets where you create millions of objects to represent data ...
View CodeList S3 Buckets
- Mohammad Abu Mattar
- Python
- Published: 25 Jun, 2025
🐍 Multi-Profile S3 Safari! Ever juggled multiple AWS accounts and needed a quick S3 bucket inventory across all of them? This Python script is your guide! 🔍 The Problem When you're working ...
View Code