Pylyzer – A fast static code analyzer and language server for Python

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. pylyzer

    A fast, feature-rich static code analyzer & language server for Python

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. basedpyright

    pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server

    In the interim, check out basedpyright [1]. It's an up-to-date fork of pyright with less arbitrary limitations or the annoyance of requiring npm.

    [1] https://github.com/detachhead/basedpyright

  4. python-lsp-server

    Fork of the python-language-server project, maintained by the Spyder IDE team and the community

    Python LSP Server works great, is easier to install and even offers some optional extensions.

    https://github.com/python-lsp/python-lsp-server

  5. erg

    A statically typed language compatible with Python

    Looking through the code, Pylyzer seems to be a thin wrapper around Erg [1]. To typecheck, it converts your Python AST to an Erg AST, then runs its through the Erg typechecker and returns the errors.

    Faster typechecking for Python is very much needed. But this project seems like it was built in a hackathon —- it is not a true standalone typchecker.

    [1] https://github.com/erg-lang/erg

  6. pyre-check

    Performant type-checking for python.

    Did you come across pyre in your search? MIT license and pretty fast.

    https://github.com/facebook/pyre-check

  7. ruff-lsp

    A Language Server Protocol implementation for Ruff.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

Did you know that Python is
the 2nd most popular programming language
based on number of references?