I really enjoyed Classic Computer Science Problems in Python by David Kopec. It covers many different problems I hadn’t read detailed explanations of before. For example: neural networks, con… (more…)
Read more »
How can we compare a variable to True or False, what’s the difference between “is” and “==” operators, and what are truthy values? (more…)
Read more »
This article reviews some common options for parallelizing Python code including process-based parallelism, specialized libraries, ipython parallel, and Ray.
(more…)
Read more »
flaskr-tdd - Flaskr: Intro to Flask, Test Driven Development (TDD), and jQuery... (more…)
Read more »