268x Filetype PDF File size 0.08 MB Source: msdl.cs.mcgill.ca
AnIntroductiontoPython
ProgrammingandGUIDesign
Using Tkinter
Bruno Dufour
McGill University SOCS
AnIntroduction to Python Programming and GUI Design Using Tkinter – p.1
WhatisPython?
Python is a scripting laguage whis is:
interpreted
interactive
object-oriented
like pseudocode
dynamically typed
available for many platforms
AnIntroduction to Python Programming and GUI Design Using Tkinter – p.2
WhyisUIdesignimportant?
User interfaces are what allows end users to
interact with an application.
AgoodUIwillmakeanapplication intuitive
and easy to use
Excellent applications without good UI will be
less popular than inferior ones with a good UI
AnIntroduction to Python Programming and GUI Design Using Tkinter – p.3
WhatmakesagoodUI?
Simple
Intuitive
Respects the commonly accepted
conventions
Visually organized
Native look
AnIntroduction to Python Programming and GUI Design Using Tkinter – p.4
no reviews yet
Please Login to review.