“Finally,” we think, “we can cast off the dead weight of Javascript!” But that’s not how it turns out. In this post, I’ll talk about why it’s tempting, why it doesn’t work, and what to do instead... (more…)
Read more »
One way to make Python applications installable on Debian-based operating systems (such as Debian or Elementary OS) is by using the dh_virtualenv tool. It builds a .deb package that wraps a Python virtual environment around an application and deploys it u... (more…)
Read more »
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (more…)
Read more »
Summary: I learn best with toy code that I can play with. This tutorial teaches backpropagation via a very simple toy example, a short python implementation. (more…)
Read more »