emacs-prelude/doc/modules/python.md

19 lines
750 B
Markdown
Raw Normal View History

2019-01-16 14:31:52 +02:00
# Prelude Python
2013-10-07 20:33:02 +03:00
## Python Mode
Emacs comes with Python programming support through the built-in
Python-mode. Whenever you are editing Python code run `C-h m` to
look at the Python mode key bindings. Alternatively look at the
menu bar entries under Python. To toggle the menu bar press `F12`.
## Syntax checking
Prelude ships with [Flycheck](https://github.com/flycheck/flycheck),
2013-10-10 17:29:56 +03:00
an on the fly syntax checker. Flycheck has support for two Python
2013-10-07 20:33:02 +03:00
syntax checkers, [Pylint](http://www.pylint.org/) and
[Flake8](http://flake8.readthedocs.org/en/latest/). In
order to have Flycheck support on the fly syntax checking for
Python you need to have either of these installed and accessible to
Emacs. In order to manually choose a checker run `C-c ! s`.