Python's IDLE has 'Check Module' (Alt-X) to check the syntax which can be called without needing to run the code. Is there an equivalent way to do this in Emacs instead of running and executing the code?
5 Answers
You can use Pyflakes together with Flymake in order to get instant notification when your python code is valid (and avoids a few common pitfalls as well).
3 Comments
Patrick Mevzek
The domain
plope.org in this URL does not exist anymore, hence the documentation is not anymore available.Glyph
I updated it to an archive.org version. Hopefully this gets you the info you need :)
Patrick Mevzek
Yes but even better is to copy here the relevant stuff.