You are viewing a single comment's thread from:

RE: Creating a GUI App from Scratch with Python - [7-Video Series]

in #programming8 years ago

if you go with tkinter, your app is most likely going to be a desktop app (win, linux, mac). have that in mind. if you want to build something web based and you'd like to do it in python you'd probably go with django, flask and similar libraries. or you could use web friendly languages like javascript. however, first start with the basics of the programming language you choose .