Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Python-Language-Server

pip3 install python-language-server[all]

References

https://github.com/palantir/python-language-server

https://github.com/tomv564/pyls-mypy

https://github.com/paradoxxxzero/pyls-isort

https://github.com/rupert/pyls-black

Enum in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Comments

  1. You must assign a value to each enum member.