Category: python projects
Stopwatch Using Python Tkinter
Introduction We are all familiar with the stopwatch. And, it is possible to create a Stopwatch Using Python. According to our information, the DateTime module…
Get weather forecast using Python
Introduction Hello friends, this is the article that gives an idea of how to get weather forecast using Python and the code of how to…
Hangman Game using Python
Introduction In our previous articles, we developed a chessboard, multiple logos, and some basic games using the Turtle library. And today, in this article Hangman…
Balloon Shooter Game using Python PyGame
We all know the importance of the pygame library in terms of game development. We know that Pygame is a collection of Python modules for…
Complete PyGame Tutorial and Projects
Without a doubt, we can say that Python is a multi-purpose language. Ranging from basic programming to its application in Data Science, from Machine Learning…
Library Management System Project in Python
Introduction Concatenating GUI with a database into a solid management project is currently the most popular project idea when it comes to an interview project…
Tic Tac Toe in Python
Hey folks, as we all are now aware that Python supports thousands of modules and packages to crack any logic behind the idea! And here…
8 Steps to Build a Machine Learning Model
In this article, we will see the steps in machine learning model formation. Let us first understand what is Machine Learning. It is a field…
User Authentication System in Django Python
In this part of our series we will create a user authentication system which will give our website the functionality to register, login and logout our users.
Django Framework | Developing a Blog website in Django (Tutorial) Part 2
Moving onto our next part in our Django web development series, we will begin devolping our django application.