this post was submitted on 04 Aug 2023
25 points (96.3% liked)

Python

6153 readers
10 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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (3 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.

[–] karlthemailman 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.