Python for Engineers
Solve Problems by Coding Solutions - A Complete solution for python programming
Blog Pages
(Move to ...)
Code
Top 10 Blogs
NumPy Tutorials
Distributions
Self Learning
IDE
About
▼
ToDo App
›
from tkinter import * from tkinter import messagebox tasks_list = [] counter = 1 def inputError() : if enterTaskField.get() == "...
Creating a AudioBook
›
Installing pyttsx3: pip install pyttsx3 Installing espeak: sudo apt install espeak import pyttsx3 book=open(r"#a...
Voice Recorder using python
›
install portaudio using: pip install portAudio install portaudio library: sudo apt-get install libpo...
Compound Interest GUI Calculator using Tkinter
›
# importing classes and functions from the tkinter from tkinter import * # Function for clearing the # contents of all entry boxes def clear...
Number guessing game (Basic Python Project)
›
import random import math # Taking Inputs lower_input = int(input("Enter lower_input number:- ")) # Taking Inputs upper_input = in...
‹
›
Home
View web version