0
I’m redoing a small project I had done in Java, but now in Python. I’m learning everything from scratch and alone.
I need help with this part. What interface do you recommend? Do you have an IDE that works in design mode and things like that?
So far, I’ve only heard of Tkinter through some playlist on youtube: Zero Ignorance - playlist and Excript - playlist
That’s exactly what I’m looking for: options.
– Marinaldo
Just a small addendum related to GTK+. If you choose to make use of it, forget Pygtk, it is based on Gtk2 that has already been discontinued. To Gtk the way is Pygobjects
– Matheus Saraiva