No offence

    • static_motion@programming.dev
      link
      fedilink
      arrow-up
      17
      arrow-down
      4
      ·
      edit-2
      1 year ago

      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”.

    • min_fapper@iusearchlinux.fyi
      cake
      link
      fedilink
      arrow-up
      6
      arrow-down
      3
      ·
      1 year ago

      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.

      • Joe_0237@lemmy.ml
        link
        fedilink
        arrow-up
        8
        ·
        1 year ago

        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

    • jerkface@lemmy.ca
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

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