Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.23 KB

File metadata and controls

31 lines (22 loc) · 1.23 KB

S011L097TkinterChallengeOwnSolution

This challenge is about making a GUI of a simple calculator in Python with TkInter.

This is an exercise code from my learning process, related to Tim Buchalka's Python Complete Developer Masterclass

TIM BUCHALKA'S COMPLETE PYTHON MASTERCLASS Created by Tim Buchalka, Jean-Paul Roberts, Tim Buchalka's Learn Programming Academy. This is a collection of my codes, generated by myself for learning Python This challenge is about understanding tkinter and making GUI in Python. Here is a link to the course:
https://www.udemy.com/python-the-complete-python-developer-course/
Authors of the challenge (definition of what to code)

Tim Buchalka
https://www.udemy.com/user/timbuchalka/
https://github.com/tim-buchalka

Jean-Paul Roberts
https://www.udemy.com/user/jeanpaulroberts/

There are two Python files:

S011L097TkinterChallengeOwnSolutionAcer.py
This is my solution to the challenge.
Last modification: 2019.07.19. 20:00

S011L097TkinterChallengeOwnSolutionLoopExperimentAcer.py
This is my file for figuring out the solutions, experimenting with smaller codes and sub steps of the whole program.
Last modification: 2019.07.19. 19:30