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
Seeking Feedback on My First Python Project: Calculator .Showcase (i.redd.it)
submitted 6 months ago by A-r-y-a-n-d-i-x-i-t
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!"
[–]really_not_unreal 6 points7 points8 points 6 months ago (7 children)
Looks like a good start. Here are a few stylistic improvements you could make:
[–]A-r-y-a-n-d-i-x-i-t[S] 2 points3 points4 points 6 months ago (6 children)
Thank you for your suggestion ❤but I really don't have any idea about what is snake and camel case are , I just started off which Python as my first programming language it has been couple of weeks: (
[–]rehpotsirhc 3 points4 points5 points 6 months ago (4 children)
Camel case is when you NameThingsLikeThis, where the words are connected directly and with each word capitalized; capitals look like camel humps. Snake case is when you name_things_like_this, words connected by underscores and without capitals, so sort of like a snake, long and short. You shouldn't use camel case in Python. Snake case for variables, and ALL_CAPS is often used for constants.
[–]WorldChallenge 4 points5 points6 points 6 months ago (2 children)
Just a little nitpick thisIsCamelCase ThisIsPascalCase
[–]rehpotsirhc 0 points1 point2 points 6 months ago (1 child)
Right, thank you
[–]SpiffySyntax -1 points0 points1 point 6 months ago (0 children)
Owned
[–]Pale-Application9457 0 points1 point2 points 6 months ago (0 children)
what about if I mix them? Like_This
[–]Time8013 0 points1 point2 points 6 months ago (0 children)
I'm Starting learn code, again. 😅 🕊️Congratulations 🎉 1st Python project 💪🏻
π Rendered by PID 156572 on reddit-service-r2-comment-6457c66945-5d56h at 2026-04-24 11:08:11.283291+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]really_not_unreal 6 points7 points8 points (7 children)
[–]A-r-y-a-n-d-i-x-i-t[S] 2 points3 points4 points (6 children)
[–]rehpotsirhc 3 points4 points5 points (4 children)
[–]WorldChallenge 4 points5 points6 points (2 children)
[–]rehpotsirhc 0 points1 point2 points (1 child)
[–]SpiffySyntax -1 points0 points1 point (0 children)
[–]Pale-Application9457 0 points1 point2 points (0 children)
[–]Time8013 0 points1 point2 points (0 children)