Want To Become A Computer Programmer?
YouTube
Newsletter
Recent Posts
In this tutorial, we are going to create an image classifier to classify cats and dogs with more than 80% accuracy. I did this project when I was in the final year of my computer science degree....
In this article, you'll learn the basics of the Pandas library in Python. Pandas is a very important Python library for those who are interested in machine learning and data science. Let's dive...
If you want to do machine learning, then you can not avoid numpy. It is such an essential library in Python. In this tutorial, we are going to learn the basics of numpy so that we can move forward...
If you already know Python and you want to take your skills to the next level by creating amazing apps using Tkinter, then you have come to the right place. Today, we will build some apps with the...
Object-oriented programming is an important topic that many people skip. You must learn OOP to build apps and do advance-level programming. If you do not know the fundamentals of object-oriented...
Python is one of the best languages, if not the best, for beginners. It can be a great entry-level language because of its readability and simple syntax. In this tutorial, I will try to walk you...