• @[email protected]
    link
    fedilink
    174 months ago

    Now only have to wait for:

    • pyenv release
    • pycharm update (including terminal)
    • 3rd party libraries

    to catch up…

    • @[email protected]
      link
      fedilink
      84 months ago

      Once that happens it’ll be just couple of years until trickles down to corpo I work at :(

      We got Python 3.10 in our Hadoop/Spark setup recently. I’m really enjoying those improved debug messages, man.

      • NostraDavid
        link
        fedilink
        2
        edit-2
        4 months ago

        Protip: pip install pyupgrade And then find . -name '*.py' -not -path '*.tox*' -print0 | xargs -0 pyupgrade --py310-plus in your repo to update what can be updated.

        BTW, pyupgrade’s creator, asottile (that’s his name) also has an informative channel: Anthony Writes Code where he explains Python features, or goes into interesting bugs he ran into, etc. The good stuff.

        • @[email protected]
          link
          fedilink
          3
          edit-2
          4 months ago

          You assume that I can access PIP on a big data cluster in a financial institution ;) Even updating packages there requires me to ask for a custom image. I’m a data analyst so I just transform and extract what I can in a way that reduces size of the output and do cool stuff on my machine that has Python 3.11 and access to validated PyPI mirror. ETL that happens entirely on the cluster needs to be so optimised that I don’t need anything fancy thankfully.

    • @[email protected]
      link
      fedilink
      34 months ago

      Wait how does one make enough money to afford the JetBrains suite? I just do everything in VSCode.

      • @faltryka
        link
        74 months ago

        I know some people who have their work pay for it. I pay for the all products pack and it decreases in cost each year until a certain point. Not sure if I’m on some extra discount or whatnot but I only pay $18/mo and it’s easily worth it.

        • @[email protected]
          link
          fedilink
          24 months ago

          Oh if only I could get my work to pay for it. Unfortunately, I’m in a megacorp that would shove said request so far down into bureaucracy hell…

          • @faltryka
            link
            34 months ago

            I have the jetbrains toolbox on like 4 of my machines at this point and three are personal and one is work. It’s a great experience but I pay for it personally because I value it.

            • @[email protected]
              link
              fedilink
              24 months ago

              If I end up getting a promotion I’ll have to consider that. It’s just a lot of money for me right now, because my current employer doesn’t pay shit at my title/rank.

      • @ArtVandelay
        link
        English
        54 months ago

        I use and enjoy VS codium as well, but PyCharm has a community edition that is free.

        • NostraDavid
          link
          fedilink
          14 months ago

          VSCodium doesn’t have the Python plugin, does it? It also misses the config sync when you’re logged in (IIRC). Not the worst to miss if you start out, but I’ll take it over having to track EVERYTHING in my code-workspace file.