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 »
objgraph is a module that lets you visually explore Python object graphs.
Read more »
I’ve been writing Python for over 5 years and my toolset generally has been getting smaller, not bigger. A lot of tools just aren’t necessary or useful, and some of them you’ll simply outgrow. These… (more…)
Read more »
Simple yet powerful CAD (Computer Aided Design) library, written with Python. - GitHub - jimy-byerley/pymadcad: Simple yet powerful CAD (Computer Aided Design) library, written with Python. (more…)
Read more »
This post discusses the use of the _ character in Python. Like with many things in Python, we’ll see that different usages of _ are mostly… (more…)
Read more »