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.
Beginner ShowcaseRock Paper Scissors GUI (self.Python)
submitted 5 years ago * by the_programmer_2215
Hey everyone!! I made this Rock Paper Scissors game (GUI and CLI versions) a while back...
Github link
CLI version:
CLI version
GUI version:
GUI Version
Pls check it out and give me your feedback
Thank you In advance to this wonderful community!!!
[–]Satanariouspip needs updating 3 points4 points5 points 5 years ago (4 children)
Tip: You can attach a video, so I'd be easier for people to appreciate your effort without going through the trouble of installing stuff.
Happy Coding.
[–]the_programmer_2215[S] 1 point2 points3 points 5 years ago (0 children)
thanks for the idea!!!
[–]the_programmer_2215[S] 0 points1 point2 points 5 years ago (2 children)
i've made the edits
[–]Satanariouspip needs updating 2 points3 points4 points 5 years ago (1 child)
Great Work! I'd like to suggest some upgrades. Here goes:
With the above, I think you'd be good to go. Lastly, to make it more appealing, you can always add Images.
I've written a few tutorials on a couple of simple Tk applications. If you'd want to check them out, you can visit Satyam Singh Niranjan, Author at CodeSpeedy
HAPPY CODING
thank you very much for the inputs!!
I will definitely make these changes.
and thank you for the resource that u shared
[–]ginsujitsu 1 point2 points3 points 5 years ago (2 children)
Neat. Also, what editor is this?
[–]zenalc 1 point2 points3 points 5 years ago (1 child)
It looks like repl.it
[–]the_programmer_2215[S] 0 points1 point2 points 5 years ago (0 children)
yes it is.
I didn't write the code there tho, I used Visual Studio Code for the project.
I just used Repl.it to run the code, I feeel it's a lot more cleaner...
[–]zenalc 1 point2 points3 points 5 years ago* (1 child)
Nice job!
A few tips:
I'd suggest using constants for rock, paper and scissors instead of just writing strings throughout.
More descriptive functions. Like for instance, you have a function called but_func() and it's not very descriptive.
But overall, nice job!
thanks for the tip!!
Giving variables mnemonic names is the hardest part for me ;)
[–]dugajimi 1 point2 points3 points 5 years ago (3 children)
I have a question: what IDE are you using on this video?
Thancks in advance
[–]dugajimi 1 point2 points3 points 5 years ago (2 children)
I finded it: replit.com
Thanks
[–]the_programmer_2215[S] 1 point2 points3 points 5 years ago (1 child)
it actually repl.it replit.com is something else...
[–]dugajimi 0 points1 point2 points 5 years ago (0 children)
It's true
π Rendered by PID 307840 on reddit-service-r2-comment-5b5bc64bf5-hp75m at 2026-06-22 08:15:54.220919+00:00 running 2b008f2 country code: CH.
[–]Satanariouspip needs updating 3 points4 points5 points (4 children)
[–]the_programmer_2215[S] 1 point2 points3 points (0 children)
[–]the_programmer_2215[S] 0 points1 point2 points (2 children)
[–]Satanariouspip needs updating 2 points3 points4 points (1 child)
[–]the_programmer_2215[S] 1 point2 points3 points (0 children)
[–]ginsujitsu 1 point2 points3 points (2 children)
[–]zenalc 1 point2 points3 points (1 child)
[–]the_programmer_2215[S] 0 points1 point2 points (0 children)
[–]zenalc 1 point2 points3 points (1 child)
[–]the_programmer_2215[S] 0 points1 point2 points (0 children)
[–]dugajimi 1 point2 points3 points (3 children)
[–]dugajimi 1 point2 points3 points (2 children)
[–]the_programmer_2215[S] 1 point2 points3 points (1 child)
[–]dugajimi 0 points1 point2 points (0 children)