Organize your Python code
🐍 New Posts
Everything too flexible enhances the odds of bad decisions. I'm going to share my experiences with naming and structuring stuff in Python.
Changes are shown with examples: ExceptionGroup, better errors, Exception add_note, new type hints, StrEnum, and more!
Reminder to review some Python like a PRO posts! All projects mentioned are real, and all concepts were somewhat applied to them with a few modifications (so I don't get sued)
🐦 Python Tips
Are you lazy like me?
Did you know you can use partial in Python 🐍 to avoid passing down the same args over and over again? https://t.co/6Hxau3k1yK