Go(golang) is a very fast and efficient compiled programming language. Much like
how you can build Python C-extensions to speed up your python applications, Python
developers also have the option to build Go components that are embedded into their python. (more…)
Read more »
There are plenty of articles written about lots of cool features in Python, but there is much more to talk about… (more…)
Read more »
This is the fourth article in a series about writing my own SQL query builder. Today, we'll rewrite it from scratch, explore API design, learn when to be lazy, and look at worse and better ways of doing things – all in 150 lines of Python! (more…)
Read more »
flaskr-tdd - Flaskr: Intro to Flask, Test Driven Development (TDD), and jQuery... (more…)
Read more »
Step-by-step Keras tutorial for how to build a convolutional neural network in Python. We'll train a classifier for MNIST that boasts over 99% accuracy.
Read more »