“If you don’t know how compilers work, then you don’t know how computers work. If you’re not 100% sure whether you know how compilers work, then you don’t know how they work.” — Steve Yegge There you have it. Think about it. It doesn’t really matter … Read more
Similar
In part two of this series, we dive deep into how we can do the same on a Windows machine, leveraging the equivalent Windows services. The PyWin32 will be the core Python package that will serve as… (more…)
Read more »
An in-depth review of PythonAnywhere's hosting service for Python web app. Read this before you host your web application | Thoughtlytics... (more…)
Read more »
Performance Cliffs
A common bad property of many different JIT compilers is that of a "performance
cliff": A seemingly reasonable code change, leading to massively reduced
performance due to hitting s... (more…)
Read more »
Set is a collection of things or to be more precise it is a set of numbers. (more…)
Read more »
Why companies of all size all rushing to migrate to Go? What can Go give them that Python can't?Go is fast, easy to learn, and has a great community behind i... (more…)
Read more »