No offence

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

You clearly have no idea what you’re talking about. Python is strongly typed. Initialize a variable to an integer, another to a string, then try to assign one to the other. The interpreter will scream at you. What is is is dynamically typed, also known as “duck typing”.

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

@jerkface@lemmy.ca
link
fedilink
2
edit-2
1Y

Objects have strong, definite types that never change. Variables do not have types and can store [a reference to] any Object.

Yep last time I tried python, it’s type checker was so, so much worse than typescript.

Everyone I’ve met saying python is better turned out not have used modern JavaScript/typescript.

I’m sure that’s the case, but the meme is not making fun of typescript, its making fun of his dad: JavaScript, maybe for not comparing to his son: typescript

Create a post

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

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 1 user online
  • 120 users / day
  • 257 users / week
  • 744 users / month
  • 3.72K users / 6 months
  • 1 subscriber
  • 1.47K Posts
  • 32.2K Comments
  • Modlog