Emacs and Python

后端 未结 3 856
我寻月下人不归
我寻月下人不归 2020-12-23 20:25

I recently started learning Emacs. I went through the tutorial, read some introductory articles, so far so good.

Now I want to use it for Python development. From wh

3条回答
  •  悲&欢浪女
    2020-12-23 21:16

    Given the number of times I have several open buffers all called __init__.py, I consider the uniquify library essential for python development.

    Pyflakes also aids productivity.

提交回复
热议问题