Nemeski@lemm.ee to Python@programming.dev · 16 days agoPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukexternal-linkmessage-square87fedilinkarrow-up1271arrow-down15
arrow-up1266arrow-down1external-linkPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukNemeski@lemm.ee to Python@programming.dev · 16 days agomessage-square87fedilink
minus-squareGamma@beehaw.orglinkfedilinkEnglisharrow-up4·15 days agoIf I need to keep my Python environment separate I’d rather spin up a docker container. They make virtual environments pointless
minus-squarerothaine@beehaw.orglinkfedilinkEnglisharrow-up1·14 days agoBut then you need to connect your IDE to the docker container. Doable, but often a PITA IME
minus-squareGamma@beehaw.orglinkfedilinkEnglisharrow-up1·edit-214 days agoA single extension and 1-2 clicks isn’t that much to me 🤷 I’ve been doing it painfree for a few years now
minus-squarerothaine@beehaw.orglinkfedilinkEnglisharrow-up2·14 days agoMaybe it’s gotten better in recent times…it was always disconnecting and needing to be restarted
If I need to keep my Python environment separate I’d rather spin up a docker container. They make virtual environments pointless
But then you need to connect your IDE to the docker container. Doable, but often a PITA IME
A single extension and 1-2 clicks isn’t that much to me 🤷 I’ve been doing it painfree for a few years now
Maybe it’s gotten better in recent times…it was always disconnecting and needing to be restarted