Posted in allcategorites

ASCII Art in Python with art library

Introduction We will be using the art library to make ASCII Art in Python. This is a very simple library and also called ASCII art…

Continue Reading
Posted in allcategorites python simple programs

Create and Print a List of Prime Numbers in Python

Introduction Prime numbers mean the numbers which can be divided only by 1 or the number itself(e.g 2, 3, 5, 7, 11, etc). Today, we…

Continue Reading
Support Vector Machine(SVM) in Machine Learning
Posted in allcategorites Machine Learning tutorial

Support Vector Machine(SVM) in Machine Learning

Introduction to Support vector machine In the Machine Learning series, following a bunch of articles, in this article, we are going to learn about Support…

Continue Reading
How to Python Increment By 1?
Posted in allcategorites python simple programs tutorial

Python Increment By 1

Introduction In this post, we are going to learn all the methods for Python Increment By 1. We will see how to increase any variable…

Continue Reading
Vending Machine with Python Code
Posted in allcategorites competitive programming data structures and algorithms python projects tutorial

Vending Machine with Python Code

This blog will discuss how we can build a Vending Machine with Python Code (console app). The Vending Machine with Python code is a small…

Continue Reading
I Love You Text in ASCII Art
Posted in allcategorites python turtle

I Love You Text in ASCII Art

I Love You Text in ASCII Art This is simple I LOVE YOU Text in ASCII Art, you can use the button to copy this…

Continue Reading
Python Turtle Shapes- Square, Rectangle, Circle
Posted in allcategorites python simple programs python turtle tutorial

Python Turtle Shapes- Square, Rectangle, Circle

We all know that Python offers a variety of libraries for game Development, GUI Development, Data Visualization, and many more. These libraries not only make…

Continue Reading
Python OOP Projects
Posted in allcategorites final year project general-python gui python projects python projects tutorial

Python OOP Projects | Source code and example

Introduction We all know that Python is a vast language that supports many libraries for almost every work we need to do. But, we should…

Continue Reading
Python Turtle Commands and All Methods
Posted in allcategorites python turtle

Python Turtle Commands and All Methods

Introduction In this tutorial, we are going to learn about the python turtle commands and methods which we are using in the python turtle programming…

Continue Reading
Generate QR Code in Python
Posted in allcategorites gui python projects python projects

Generate QR Code in Python

Introduction Today, we will learn how to Generate QR Code in Python. QR stands for Quick Response, and it gained its name from how quickly…

Continue Reading