Tag: python
Automatize your new developer's team onboarding with this simple app (in Python)
When a new developer joins our team, everybody wants to give them the best possible experience 🙌. We've created a simple command line app in Python that with minimum configurat...
Debug Python and Django easily from Visual Studio Code
Debugging code, sometimes painful, sometimes funny, but always an exciting task. If we don't use the right tools, It's where the developer can waste more time. Making debugging ...