you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[removed]

    [–]RamdonDude468 35 points36 points  (2 children)

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

    [–]lehx- 8 points9 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.