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
▼
Image Viewer
›
from tkinter import * from PIL import ImageTk, Image def forward(img_no): global label global button_forward global button_back ...
Voice Recorder
›
import sounddevice as sd from scipy.io.wavfile import write import wavio as wv freq = 44100 duration = 5 recording = sd.rec(int(duration * f...
Percentage Finder
›
from tkinter import * def getPercentage() : students= int(total_participantField.get()) rank = int(rankField.get()) result = rou...
Tree using python turtle
›
from turtle import * speed('fastest') # turning the turtle to face upwards rt(-90) # the base and branch of the Y angle = 30 # funct...
Sentiment Analyzer
›
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer from tkinter import * def clear() : negativeField.delete(0, END) ...
‹
›
Home
View web version