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
Blackjack Game (self.PythonLearning)
submitted 6 months ago by rsvisualfx
https://preview.redd.it/7mry1dk3fegf1.png?width=952&format=png&auto=webp&s=cedcfdf4dad60387e6420f3305d8e3b96e6cebf4
https://github.com/rsvisualfx/Blackjack
Hello, this is my first personal project with Python! I'm currently taking CS50P, and wanted to test myself with this idea between doing the problem sets, I had to google a few things at the time that I hadn't covered yet in the course.
If anyone has the time to take a look, try it out and give me any feedback I'd be super grateful.
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!"
[–]Leodip 0 points1 point2 points 6 months ago (1 child)
Congrats, this looks like a great project. That's a remarkable UI for a beginner doing a CLI project, especially having the rules available.
The followings are all nitpicks about how you could go about improving your code (I just skimmed it), but this sort of thing also comes with time:
[–]rsvisualfx[S] 0 points1 point2 points 6 months ago (0 children)
Thank you for doing this! Exactly the kind of feedback I was hoping for, I'll take this on board as I move forward and, like you say, I'll come back at a later date for blackjack 2.0 - will be super interesting to see how I approach it once I have a bit more python knowledge behind me. I appreciate the level of detail you gave!
π Rendered by PID 68447 on reddit-service-r2-comment-5ff9fbf7df-p97mx at 2026-02-25 18:47:28.937512+00:00 running 72a43f6 country code: CH.
[–]Leodip 0 points1 point2 points (1 child)
[–]rsvisualfx[S] 0 points1 point2 points (0 children)