this post was submitted on 16 Jul 2023
645 points (92.3% liked)

Programmer Humor

31259 readers
814 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 

No offence

you are viewing a single comment's thread
view the rest of the comments
[–] Xylight@lemmy.xylight.dev 3 points 11 months ago (17 children)
  • loosely typed: python is the same

  • bad package manager: python is infinitely worse

[–] superbirra@lemmy.world 2 points 11 months ago (16 children)
  • loosely typed: python is the same

false

  • bad package manager: python is infinitely worse

don't think so but ehy...

[–] Xylight@lemmy.xylight.dev 3 points 11 months ago (5 children)

pip is the bane of my existence

Also python IS loosely typed. take a str and you can reassign it to an int or whatever

[–] static_motion@programming.dev 10 points 11 months ago* (last edited 11 months ago) (1 children)

You clearly have no idea what you're talking about. Python is strongly typed. What is is is dynamically typed, also known as "duck typing".

[–] SouthernCanadian@sh.itjust.works 2 points 11 months ago

Strong typing doesn't have a widely agreed upon definition. Duck typing is not equivalent to dynamic typing.

load more comments (3 replies)
load more comments (13 replies)
load more comments (13 replies)