(Please don’t lob rocks at me. I love Python.)

  • qaz
    link
    fedilink
    English
    01 day ago

    It’s okay, but it’s a bit slow and dynamic typing in general isn’t that great IMO.

    • @JeremyHuntQW12@lemmy.world
      link
      fedilink
      023 hours ago

      It doesn’t have dynamic typing FFS, variable are typed. You mean declarations.

      You can’t have statically typed objects, because they are of indeterminate length.

      • lime!
        link
        fedilink
        English
        019 hours ago

        it is a dynamically typed language, but it’s not a weakly typed language.

    • @sping@lemmy.sdf.org
      link
      fedilink
      English
      01 day ago

      Dynamic typing is shit. But type annotation plus CI checkers can give you the same benefits in most cases.