this post was submitted on 04 Jun 2025
720 points (93.6% liked)

Programmer Humor

23844 readers
3297 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MonkderVierte@lemmy.zip 2 points 2 days ago* (last edited 2 days ago) (1 children)

Btw, pylance is proprietary. There's Kylin for jedi as alternative.

Edit: meant the one in VSCode.

[–] F04118F 14 points 2 days ago* (last edited 2 days ago) (1 children)

Pyright is the open source language server behind pylance and it works just fine in my neovim setup (in case you hadn't recognized the commands and the logo). There's also basedpyright if you have beef with pyright.

Protip: let someone else manage your neovim setup: just use lazyvim.org

[–] lemonskate@lemmy.world 4 points 2 days ago

basedpyright includes some nice features that Microsoft has otherwise gated behind the closed source Pylance. There's also (in development) ty from Astral that I'm pretty excited for (ruff and uv have made writing python so much better for me).