Legacy code is bad and if you keep using it, it's really your own fault.
There are many variations of the same thing floating around in Open Source
communities and it always comes down to the same thing: at one point
something is being declared old and it... (more…)
Read more »
Libpython-clj is a library that allows you to use python libraries from the clojure repl. We will dig through the nuts and bolts that make the library tick a... (more…)
Read more »
Let's build some cool forms! In this one we'll look at an SEO consulting business example and how to run a python script off a form submit using Wayscript! *... (more…)
Read more »
Decision trees are a popular supervised learning method for a variety of reasons. Benefits of decision trees include that they can be used… (more…)
Read more »
Python decorators were introduced in v2.4 (in 2003! 💾) and allow you to enhance the behaviour of a function or method. When introduced in PEP 318, the goal was to make to extend the @classmethod syntactic support to other functions. (more…)
Read more »