How I used Python to find interesting people on Medium

Medium has a large amount of content, a large number of users, and an almost overwhelming number of posts. 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 »

Python in GitHub Actions

GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look on how to use it for an open source Python package. (more…)

Read more »