PyCon 2021 – Is Cutting Edge Python Interesting?

I attended PyCon 2021 over the weekend. I’ve been using Python my entire careerbut recently it became my daily driver and primary language. I thought thatatt… Read more

Similar

Decision Tree with Python

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 »

The Python Launcher for Unix

The problemLet's say you have more than one version of Python installed on your machine. What version does python3 point to? If you said, "the newest version", you may actually be wrong. That's because python3 points at the last version of Python you inst... (more…)

Read more »