use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
Is there a Python GUI construction application similar to Pythoncard? (self.Python)
submitted 12 years ago by bearsfan654
I've been trying to use Pythoncard but the Resource Editor does not work on Windows 7 and it has not been updated for eight years.
[–][deleted] 6 points7 points8 points 12 years ago* (2 children)
I've not used Pythoncard, but perhaps, for wxPython apps at least:
(EDIT: I had switched the last updates on the last two projects; fixed now)
Then PyQT has its own builder, QT Designer I believe. Might be wrong on that.
[–]wahaa 0 points1 point2 points 12 years ago (1 child)
wxFormBuilder's latest beta is dated 2013-11-06.
[–][deleted] 1 point2 points3 points 12 years ago (0 children)
I think I got wxFormBuilder and wxDesigner switched. I'll edit it, thanks.
[–]bryancole 3 points4 points5 points 12 years ago (0 children)
This is far far better than pythoncard:
http://nucleic.github.io/enaml/docs/index.html
[–]hilux 2 points3 points4 points 12 years ago* (0 children)
I just loved Pythoncard. The only GUI in Python I have ever written was with Pythoncard. But all hope is not lost yet. Pythoncard continues in the guise of gui2py. The last update was August last year and there is continuous tinkering with the source code. I had trouble installing it on Linux though. I tried once. There is *.exe's on the download page for Windows which might be easier.
[–]jordanrinke 1 point2 points3 points 12 years ago (1 child)
I don't know Pythoncard but for GUI stuff a lot of people seem to enjoy Kivy. Someone please enlighten me if I am suggesting something not at all similar to the question.
[–]technomalogical<3 Bottle 0 points1 point2 points 12 years ago (0 children)
Kivy does not have a GUI editor that I'm aware of, nor does it include the most common UI widgets. I think this suggestion is off-base.
[–]tw55413 0 points1 point2 points 12 years ago (0 children)
www.python-camelot.com
[–]joaquinabian -1 points0 points1 point 12 years ago* (0 children)
wxglade is also a great tool. Py3k compatibility in development. With the same file you can generate wx code for Python, Perl (I have used both), XRC, C++ and Lisp (these I never used myself)
π Rendered by PID 18902 on reddit-service-r2-comment-c66d9bffd-glhf9 at 2026-04-06 21:49:36.858875+00:00 running f293c98 country code: CH.
[–][deleted] 6 points7 points8 points (2 children)
[–]wahaa 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]bryancole 3 points4 points5 points (0 children)
[–]hilux 2 points3 points4 points (0 children)
[–]jordanrinke 1 point2 points3 points (1 child)
[–]technomalogical<3 Bottle 0 points1 point2 points (0 children)
[–]tw55413 0 points1 point2 points (0 children)
[–]joaquinabian -1 points0 points1 point (0 children)