The tennis game is an easy project to understand core video game concepts. Similarly, making a calculator can help a beginner learn the syntax of Python.
Below is a video recording of my calculator program. I used the article from Mr. Bijay Kumar at Python Guides as a guide. There are differences between Mr. Kumar's program and mine: the addition of a "delete" button, change of calculator appearance, using a program icon, and moving the "clear all" button to a new row. Tkinter was used to create a graphical user interface, and Python was the programming language used.
No comments:
Post a Comment