As Python programmers, we write scripts. Many times they are quick and dirty; never meant to be seen by others or even yourself after accomplishing it’s task. However, in some cases the script is… (more…)
Read more »
Meta psihoza : Minigame is probably never going to support Python 3.
Read more »
A zero-boilerplate games programming framework for Python 3, based on Pygame. - lordmauve/pgzero... (more…)
Read more »
I’m probably going to have to eat this blog post 2 years from now…. oh well. I still believe that Async has been mostly a failure since introduced in Python 3.4. Maybe I should be more specific, there seems to be a failure to adopt Async in the Python com... (more…)
Read more »
A decision tree can be visualized. A decision tree is one of the many Machine Learning algorithms.
It’s used as classifier: given input data, it is class A or class B? In this lecture we will visualize a decision tree using the Python module pydotplus and... (more…)
Read more »