+ 1
Learning
It's better first learning well coding without gui and then when I have learn how to code well introduce gui or use gui and coding at the same time?
4 ответов
+ 5
That sounds like a good approach, to learn fundamentals of basic input and output, data types, functions, error handling, loops and algorithm logic and design before working with graphics and windows. Similarly in game design one might want to start with text based graphics using ascii in the terminal before drawing graphics in a dynamic webpage and adding sound effects and music.
+ 5
I don't have experience with guis and am also still learning Python but this seems like a good link:
https://www.reddit.com/r/learnpython/comments/49414p/best_python_gui_for_complete_beginners/
+ 1
Ok thanks, if I want to code in python with what gui I can start?
+ 1
Thanks