How much python is required to start developing GUI with Tkinter
Concepts Should you know before Starting GUI development
How much python should I know before start developing GUI with Tkinter
If you want to learn how much python is required to start developing Graphical User Interface (GUI) with python then you are in the right place.
First let see what is tkinter and why to user tkinter.
Tkinter is the GUI library for python which helps us to create amazing graphical user interface using a programming language called python. Now, if you thinking why to learn tkinter? Learn because if it fast, simple and easy to use. Tkinter is all about python.
Talk is cheap show me the code
. Without wasting your time I am going to show you how much python is required to start developing GUI with Tkinter.
Basics for python is enough to get start with GUI development.
Basics Concepts
Variables and comments
Data types of python
Modify String
String and Arrays
Type conversion
Break, Continue and Pass statements
Conditional statements and Switch statements
Python functions
Operators
List and Tuple
Sets and dictionary
Intermediate to Advance
Class and Objects
Polymorphism and Inheritance
Abstraction and Encapsulation
Modules and Pckages
Python Date and Time
Python JSON
Regular expression
Exceptions handling
Python PIP
File handling
Numpy and Matplotlib library (optional for beginners)
How tkinter bare bones code looks like
from tkinter import *
root = Tk()
root.title('Tkinter GUI - Yourname')
root.geometry('400x400')
root.mainloop()
For beginners deeply concepts is not required, if you know basics of python the you good to go for graphical user interface (GUI) development. But if you want to learn tkinter more deeply then all above concepts is required.
Here, is the flow chart or structure of concepts for python Download PDF
Your Feedback would be highly appreciated.
If you need any help or found any spelling mistakes then feel free to reach out to me at TWEETER