Opinions and discussions of various topics, mostly related to programming. (more…)
Read more »
This one is extremely common to see, either due to developer laziness, or misunderstanding. A generic catch-all means that all python exceptions will be caught, not just those that inherit from… (more…)
Read more »
Pythran is currently part of OpenDreamKit,
a project that aims at improving the open source computational mathematics
ecosystem.
Read more »
Dependency Injector with minimal boilerplate code, built-in support for FastAPI and Celery, and seamless integration to basically anything. - woltapp/magic-di... (more…)
Read more »
I needed a quick way to remotely perform system operations: adjusting & muting the system volume, screen brightness, and putting the… (more…)
Read more »