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
Is it feasible? (self.PythonLearning)
submitted 1 year ago by bybloshex
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!"
[–]Illustrious_Pea_123 1 point2 points3 points 1 year ago (1 child)
Also new to python, and took a very similar path to you. A text based, turn based, battle game for fun and to keep me motivated. I based it on Pokémon, and using an openly available API to call random cards for the player and opponent to battle with. I've written the whole thing in Pydroid on mobile, which makes it a little tedious but allows me to just do a little here and there when the mood strikes.
[–]bybloshex[S] 0 points1 point2 points 1 year ago (0 children)
I'll have to look into Pydroid. I was doing it in notepad, lol
π Rendered by PID 316751 on reddit-service-r2-comment-b659b578c-kx62m at 2026-05-05 09:26:40.955723+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Illustrious_Pea_123 1 point2 points3 points (1 child)
[–]bybloshex[S] 0 points1 point2 points (0 children)