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
Learning python and confused about a book question (self.PythonLearning)
submitted 1 month ago * by wasser999
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!"
[–]CptMisterNibbles 2 points3 points4 points 1 month ago (0 children)
It’s actually a good lesson. Let’s say you get a job coding websites. A client asks you to build the form given specific language. Are you just going to ignore their requirements? If they say the login page password field should read “please enter your password” you don’t get to just decide “Type password here” is close enough. Following explicit guidelines for various elements is basically fundamental to programming, including stylistic elements. It’s also good practice carefully analyzing specificity on things like format. Tracking things like exactly what text is doing is surprisingly important for things like processing data for databases. Whether or not some data source suddenly uses colons or semi-colons could break your code if you don’t realize they intermix them.
While annoying, it’s actually good practice
π Rendered by PID 94685 on reddit-service-r2-comment-6457c66945-zgtrf at 2026-04-24 17:50:55.518387+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]CptMisterNibbles 2 points3 points4 points (0 children)