TLDR: In this blogpost, we're going to prototype (from scratch) and learn the intuitions behind DeepMind's recently proposed Decoupled Neural Interfaces Using Synthetic Gradients paper. (more…)
Read more »
With so many photos likely to be taken of the solar eclipse, it will be a challenge to align them to each other to compare them. Python & SunPy to the rescue! (more…)
Read more »
Learn how to setup a Python virtual environment with conda in order to make the installation of packages and dependencies easier and more efficient. (more…)
Read more »
How to create frontend web app tests in Python with Selenium and get consistent results. (more…)
Read more »
The TL;DR ...
Nuitka is a Python compiler.
It's fully compatible with Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, and 3.6.
You feed it your Python app, it does a lot of clever things, and spits out an
execut... (more…)
Read more »