Event and GUI Programming
Event and GUI Programming
2
Amity Institute of Information Technology
3
Amity Institute of Information Technology
Disadvantages
• event-driven programming is often more complex and
cumbersome than batch programming.
• The flow of the program is usually less logical and obvious
• Errors can be more difficult to spot than with simpler,
procedural programs.
• Programs with complex GUIs may be slower to load and run
than simpler programs particularly if RAM is insufficient.
• Possible tight coupling between the event schema and the
consumers of the schema.
5
Amity Institute of Information Technology
7
Amity Institute of Information Technology
Reference
• https://www.javatpoint.com/python-event-driven-programming
• Ananconda
• Chapter 4 - Introduction to Problem Solving – NCERT, https://ncert.nic.in
• W3C
• https://www.w3schools.com/python/python_lists_remove.asp
• https://www.tutorialsteacher.com/python/python-list