VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Tkinter Calculator - Python Basics with Sam

Tkinter Calculator - Python Basics with Sam

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Tkinter Calculator - Python Basics with Sam David: I don't yet know python or haskell, I plan on learning many programming languages, but for now I don't have much free time to learn because I'm a semi truck driver.
At the very moment I want to make an application that will act like a spread sheet,
Columns and rows. And go through a list of stock tickers and visit a few websites using each ticker symbol, extract particular data from the website and plug it into my chart and run different math formulas on the collected data. What language will allow me to do this application the easiest and quickest?

Date: 2022-03-14

Comments and reviews: 4


hi sam, thanks for the tutorial. I wrote this program and think i found a bug and fixed it. and the bug was happening after i press equal button. the screen was showing the correct answer but after if i press another number without pressing clear button it was showing previous state of the -expr- variable (before the calculation). i just fixed it adding this line (expr = ttl) at the end of the -equal- function.
reply

The name TKINTER was derived from (and it is based upon) the Tcl/Tk system. There it stands for Tool Kit. So, it should be TK-INTER. Just my 2c worth. Tcl (Tool Control Language) was pronounced TICKLE
reply

Thanks! I was looking for a quick guide on using Tkinter and Python GUI in general! Your video was great! I even enjoyed the -mistakes-, so that I know I am not alone in typing the wrong wrdo. :-)
reply

great tutorial. But more focus should have been put on the functions such as clear and equal as grid setting is pretty straightforward.
reply
Add a review, comment






Other channel videos