this post was submitted on 07 Oct 2024
100 points (100.0% liked)
Python
6337 readers
4 users here now
Welcome to the Python community on the programming.dev Lemmy instance!
๐ Events
Past
November 2023
- PyCon Ireland 2023, 11-12th
- PyData Tel Aviv 2023 14th
October 2023
- PyConES Canarias 2023, 6-8th
- DjangoCon US 2023, 16-20th (!django ๐ฌ)
July 2023
- PyDelhi Meetup, 2nd
- PyCon Israel, 4-5th
- DFW Pythoneers, 6th
- Django Girls Abraka, 6-7th
- SciPy 2023 10-16th, Austin
- IndyPy, 11th
- Leipzig Python User Group, 11th
- Austin Python, 12th
- EuroPython 2023, 17-23rd
- Austin Python: Evening of Coding, 18th
- PyHEP.dev 2023 - "Python in HEP" Developer's Workshop, 25th
August 2023
- PyLadies Dublin, 15th
- EuroSciPy 2023, 14-18th
September 2023
- PyData Amsterdam, 14-16th
- PyCon UK, 22nd - 25th
๐ Python project:
- Python
- Documentation
- News & Blog
- Python Planet blog aggregator
๐ Python Community:
- #python IRC for general questions
- #python-dev IRC for CPython developers
- PySlackers Slack channel
- Python Discord server
- Python Weekly newsletters
- Mailing lists
- Forum
โจ Python Ecosystem:
๐ Fediverse
Communities
- #python on Mastodon
- c/django on programming.dev
- c/pythorhead on lemmy.dbzer0.com
Projects
- Pythรถrhead: a Python library for interacting with Lemmy
- Plemmy: a Python package for accessing the Lemmy API
- pylemmy pylemmy enables simple access to Lemmy's API with Python
- mastodon.py, a Python wrapper for the Mastodon API
Feeds
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Now only have to wait for:
to catch upโฆ
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.
Protip:
pip install pyupgrade
And thenfind . -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.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.
Wait how does one make enough money to afford the JetBrains suite? I just do everything in VSCode.
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.
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...
Is that on your personal machine, though?
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.
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.
I use and enjoy VS codium as well, but PyCharm has a community edition that is free.
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.
Ah