Even the best of us hate logging in Python sometimes. And while a lot of its problems are actually just bad docs and terrible defaults in the past, there is some pain that can be avoided. (more…)
Read more »
I’ve always been fascinated by CPython and C language companionship.
On the one hand, we’ve got a comprehensive and straightforward tool, and on the other —
performant and low-level one. I’d even say that this synergy is one of the main
pillars that hav... (more…)
Read more »
polyglot programming languae. Contribute to nexon33/polyglot development by creating an account on GitHub. (more…)
Read more »
Taking a closer look at popular time series libraries' implementation of ARIMA models... (more…)
Read more »
In the complex world of web development, as the popularity of frontend framework such as React and Vue increase, Python is left to exist to be the language of a backend framework such as Flask and Django. Django is a fullstack web framework with built in ... (more…)
Read more »