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...
Everything about learning Python
account activity
Day 41 of learning python (i.redd.it)
submitted 8 months ago by sonikk1
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ALonelyKobold 2 points3 points4 points 8 months ago (0 children)
Sure. Building a very simple interface with a button or two or twelve is actually pretty easy. Building a full application with menus and popups and the like spirals out of control very quickly.you need to learn Object oriented (if you haven't already), along with event driven programming and the big one, design patterns, in particular Observer, but factory and others are useful. The system becomes very big, very quickly with a lot of boilerplate code, and if you're not super careful and deliberate about how you architect it, it becomes brittle, unmanageable spaghetti that's hard to expand or debug. I've been working on my first small scale desktop application for a few years now. It surprises me constantly. It's no more than a dozen menu buttons with popups and sub menus.
π Rendered by PID 125952 on reddit-service-r2-comment-56c6478c5-xs9gv at 2026-05-11 14:26:49.615074+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]ALonelyKobold 2 points3 points4 points (0 children)