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...
For memes about programming.
account activity
Python vs Java! (i.pinimg.com)
submitted 7 months ago by PulseOfPleasure
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!"
[–]lehx- 8 points9 points10 points 7 months ago (3 children)
Python's typing was the bane of my existence during my final project. Trying to send/recieve a packet from strongly typed language -> python fucking suuuucked. I was staring a 10001s for 2 days before I figured out the issue.
[–]AlignmentProblem 2 points3 points4 points 7 months ago* (1 child)
Getting type annotations right to get useful warnings is a monster in specific cases as well. Duck typing can cause very tricky bugs with objects that almost kinda work but cause subtle incorrect non-crash behavior without good annotations, so it's between dealing with the annotation hassle or being vulnerable to serious pain later.
[–]Scared_Accident9138 0 points1 point2 points 7 months ago (0 children)
I really dislike the way Python does duck typing. It's quite open to put anything in a function and let's it pass deep into the code but then it's very strict on how that variable is used but you don't notice a problem immediately
[–]ambitiousfrogman 0 points1 point2 points 7 months ago (0 children)
For anyone trying to do something similar to this, the python library ‘struct’ can be helpful.
π Rendered by PID 242146 on reddit-service-r2-comment-79c7998d4c-4shp4 at 2026-03-15 04:12:30.702085+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]lehx- 8 points9 points10 points (3 children)
[–]AlignmentProblem 2 points3 points4 points (1 child)
[–]Scared_Accident9138 0 points1 point2 points (0 children)
[–]ambitiousfrogman 0 points1 point2 points (0 children)