Colored Hexagons Turtle Design
Posted in allcategorites python turtle

Colored Hexagons Turtle Design

In this article, we will be learning about a very cool Colored Hexagons Turtle Design in Python. You can copy this code try it. There…

Continue Reading
Many Beautiful Designs using Python Turtle
Posted in allcategorites python turtle

Many Beautiful Designs using Python Turtle

In this article, we will be learning about how to create Many Beautiful Designs using Python Turtle in the same code. The code for the…

Continue Reading
Whatsapp Spam Bot Using Python Selenium
Posted in allcategorites gui python projects python projects

Whatsapp Spam Bot Using Python Selenium

In this article, we will guide you to create an Automated bot or Whatsapp Spam Bot Using Python Selenium. We will use tkinter and selenium…

Continue Reading
Python Turtle Design of Circle Mania
Posted in allcategorites python turtle

Python Turtle Design of Circle Mania

In this article, we will be learning about a very cool Python Turtle Design of Circle Mania. The code for the turtle program is given…

Continue Reading
Python Turtle Beautiful Design
Posted in allcategorites python turtle

Python Turtle Beautiful Design

Today, we will see one Python Turtle Beautiful Design which will be something like it will start drawing from the middle of the screen and…

Continue Reading
C vs C++ vs C#
Posted in allcategorites

C vs C++ vs C#

Whenever a beginner encounters these three languages namely C, C++, and C#; the very first image automatically mind makes is C vs C++ vs C#,…

Continue Reading
Get Jokes with Python
Posted in allcategorites game in python

Get Jokes with Python

In this post, we will see how can we Get Jokes with Python. We will be using pyjokes module to get jokes. First, let’s see…

Continue Reading
Calculator Program In Python
Posted in allcategorites python projects

Calculator Program In Python

Simple Calculator Program

Continue Reading
Covid-19 Tracker Application Using Python
Posted in allcategorites gui python projects python projects

Covid-19 Tracker Application Using Python

Today we are going to make Covid-19 Tracker Application Using Python which you can assume to be a medium level project as we will need…

Continue Reading
URL Opening Application Using Python
Posted in allcategorites gui python projects python projects

URL Opening Application Using Python

Python provides a module “webbrowser” to open any url. To open any URL using this module, we need to type the URL inside function after…

Continue Reading