Description
In this course, you will :
- Make a GUI application in Python
- Create web applications using Python
- Prepare to learn everything there is to know about creating GUI applications, from creating a window and buttons to adding images, dropdown menus, radio buttons, and checkboxes.
- introduced to the Python Tkinter library and shown how to use it to create a graphical user interface.
- Investigate Python web development frameworks.
- Learn about application programming interfaces (APIs) and how to create one in Python using the Flask framework.
Syllabus :
- Graphics User Interface
- Web Development with Python
- Creating APIs with Python