November 18, 2021

How to create a website in Python - Python Flask tutorial - First basic website

How to create a website in Python - Python Flask tutorial - First basic websitePython is a very popular language right now. Many big companies are using it. Python is used in most...
November 18, 2021

Program to find roots of a quadratic equation in Python

Program to find roots of a quadratic equation in Python.In this post, you will learn to find the roots of a quadratic equation with python.The LogicWe will ask the user to one by...
November 17, 2021

How to make a simple Image Editor in Python (Python Tkinter)

In this post, you will get the free source code of a simple GUI image editting software, made in Tkinter, Python. The Code from tkinter import * from tkinter import ttk from tkinter...