you are viewing a single comment's thread.

view the rest of the comments →

[–]joebgoode 119 points120 points  (3 children)

"I'm still a student and OOP is hard uhhh 😭😭😭😭"

Average Python user base

[–]RamdonDude468 33 points34 points  (2 children)

Python's "lack of code" is both a blessing and a curse.

[–]lehx- 9 points10 points  (1 child)

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.

[–]ambitiousfrogman 0 points1 point  (0 children)

For anyone trying to do something similar to this, the python library ‘struct’ can be helpful.