this post was submitted on 04 Aug 2023
26 points (96.4% liked)

Python

6206 readers
7 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

My personal highlight: black formatter integration.

So convenient to just format on save.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago

Finally. Spyder has had Black integration for years.

[–] [email protected] 1 points 1 year ago (1 children)

Does PyCharm have remote editing? It's a VSCode feature I just could not live without.

[–] [email protected] 5 points 1 year ago (2 children)

Yes but your host has to be pretty beefy to handle running server. That’s my biggest issue I have with JB implementation. They’re basically launching full IDE on your host and then connecting to it via their “Code with me” feature.

[–] [email protected] 2 points 1 year ago

And only available on a pro (not free) edition, right?

[–] [email protected] 1 points 1 year ago

Thank you. I love Rider, but rely on VSCode for Python. I regularly contemplate making the jump though.