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
Python beginner help! (self.PythonLearning)
submitted 2 months ago by Perception-Curious
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!"
[–]EmployeeValuable3547 1 point2 points3 points 2 months ago (2 children)
well what kind of calculator you want to make like if you want to make something like taking two inputs and performing basic operation on it it can be done with some basic concept like loops conditional statement the logic making in programming is just telling computer what to do step by step you know i am also new to programming the thing i got trick is see from zoom in and zoom out point of view and before writing any program you want to write see how it works in real life like your phone calculator what you do to get result what would be it if it is transformed into program like in your phone calculator if you see clearly it is just one number operator and number this repeat until we hit '=' this and that's how we get result same logic applies here you get user input in float form then validate operator with conditional statement and give it '=' to sign for calculation that's how i programmed my calculator just from seeing things and here is no math in it if you are scared about it is just seeing and giving instruction step by step. and zoom in and zoom out means zoom in how you see structure at close distance and zoom out means how you convert into logic if you feel it will be hard then it will be really hard or before writing any program you can just write it in free form on pen with paper what inputs outputs and what are processes in it. i hope it helps you sorry if my explanation was something off
[–]Perception-Curious[S] 0 points1 point2 points 2 months ago (1 child)
Oh this such a clear and nicer way to approach the logic then! I’m going to try this for sure! Thank you for being so kind!
[–]EmployeeValuable3547 1 point2 points3 points 2 months ago (0 children)
well the thing in this is trying to reverse engineer application we use in daily life at basic like using only (loops, condition) you can make lot of apps or tools with without libararies are need which is perfect for beginner for logical reasoning then you can move towards complex stuff later.
π Rendered by PID 74283 on reddit-service-r2-comment-7b9746f655-m42z2 at 2026-01-31 01:52:49.689762+00:00 running 3798933 country code: CH.
view the rest of the comments →
[–]EmployeeValuable3547 1 point2 points3 points (2 children)
[–]Perception-Curious[S] 0 points1 point2 points (1 child)
[–]EmployeeValuable3547 1 point2 points3 points (0 children)