Projects you can do to become a Python Master in 2020

These are the best Python projects for beginners to build and learn Python from scratch. Read more

Similar

K-Means Clustering in Python from Scratch

Clustering is a type of Unsupervised learning. This is very often used when you don’t have labeled data. K-Means Clustering is one of the popular clustering algorithm. The goal of this algorithm is to find groups(clusters) in the given data. In this post ... (more…)

Read more »

My favorite terrible Python error message

Students in my Python classes occasionally get the following error message: TypeError: object() takes no parameters This error message is technically true, as I’ll explain in a moment. But it’s surprising and confusing for people who are new to Python, be... (more…)

Read more »