Make your functions return something meaningful, typed, and safe! - dry-python/returns... (more…)
Read more »
For the most part, Python aims to be a clean and consistent language that
avoids surprises. However, there are a few cases that can be confusing for
newcomers. (more…)
Read more »
As far as I know, the most common Python server for the Language
Server Protocol
is still python-lsp-server (pylsp), although there
are now some alternatives (see eg the Emacs lsp-mode page on this
for all languages).
Pylsp can use a number of plugins (wh... (more…)
Read more »
The below is mostly a log of my thought process while building out some functionality that I wanted to add into searchcode server. I kept a record of progress and thoughts while doing this in the hopes that I get some sort of useful blog post out of it. I... (more…)
Read more »
Static type checker for Python. Contribute to microsoft/pyright development by creating an account on GitHub. (more…)
Read more »