• kirk781@discuss.tchncs.deOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    Java was also my first introduction to programming as it was included in Computer Science in final year of school (at college, we did the trusty C).

    I think they have replaced Java with Python now in schools because of the latter’s popularity and also because many would argue, Python is slightly easier to learn than Java.

    • kescusay@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      Python is easy, but it can also be infuriating. Every time I use it, I’m reminded how much I loathe the use of whitespace to define blocks, and I really miss the straightforward type annotations of strong, non-dynamically typed languages.