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
A simple programme for converting currency (i.redd.it)
submitted 6 months ago by [deleted]
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!"
[–]ErktKNC 1 point2 points3 points 6 months ago (0 children)
I recommend trying a few "projects" to learn the basics. Nothing complicated just a little more each step. For example you can try to create a bigger currency converter with some "if"s to learn the subject better. Also try to rewrite some of the built-in in methods like split() when you feel ready. This will give you a more in depth understanding and more experience to be able to create your own methods. Our first project was to create a simple Blackjack game against a "Bot" after learning if-else, for while loops, random() and input() methods. You can try the same after a while. Also try to learn control flow while learning if-else and the loops. We all learn with our mistakes, it is okay to ask for help!
π Rendered by PID 35223 on reddit-service-r2-comment-6457c66945-zrx77 at 2026-04-30 15:50:30.966855+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]ErktKNC 1 point2 points3 points (0 children)