Can I develop GUI using CPython? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can I develop GUI using CPython?

I am a beginner in Python programming and I am confused whether I should learn CPython or PyGame. I mainly want to develop android apps and GUI for windows. Also please suggest ways to develop Python GUI.

15th Dec 2017, 9:54 AM
Pranav Berry
Pranav Berry - avatar
3 Answers
+ 26
https://wiki.python.org/moin/GuiProgramming GuiProgramming - Python Wiki
15th Dec 2017, 10:04 AM
Nithiwat
Nithiwat - avatar
+ 8
Yes you can. Look into tkinter module, it's included with Python by default.
15th Dec 2017, 10:11 AM
Ahri Fox
Ahri Fox - avatar
+ 4
In addition to @Ahri Fox's answer, Turtle graphics could help too.
15th Dec 2017, 10:28 AM
Harsh
Harsh - avatar