What language(s) will you be using? Will you be trying anything different this year to usual?

  • hades@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    I’m doing Python! Decided to catch up with what’s new in Python itself and the ecosystem (e.g. poetry, pytype, etc.)

    • __init__@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      Nice. I’m a long time fan of poetry, but I’m trying out a couple new tools too. Been wanting to check out ruff to replace flake8. And mypy, cause I’ve never worked on a project that used a type checker, though there hasn’t really been much for it to do on the solutions I’ve hammered out so far.