Top "Python-mode" questions

Python-mode is a vim plugin that helps you to create python code very quickly by utilizing libraries including pylint, rope, pydoc, pyflakes, pep8, and mccabe for features like static analysis, refactoring, folding, completion, documentation, and more.

Set python indent to 2 spaces in emacs 23?

I am using emacs 23.1.1 on Ubuntu 10.04. I wish to program in Python with a 2-space indent. emacs looks to have …

emacs python-mode
How can I set the Python max allowed line length to 120 in Syntastic for Vim?

I'm using python-mode for Vim, I prefer for there to be 120 character lines rather than the stark 80 as defined in …

python vim pylint python-mode syntastic
VIM: Use python3 interpreter in python-mode

I have recently switched to vim and configured it for Python-programming using this tutorial. Before, I have made sure that …

python vim ubuntu-14.04 python-3.4 python-mode
How to uncomment code block in emacs python-mode?

I just started using python-mode in emacs and I noticed that while the major mode has an option for commenting …

emacs python-mode
Vim Python-Mode Folding

I recently downloaded Python-Mode. When I open a python script, my functions are folded. I can unfold easily (it's one …

vim python-mode
Apply automatic pep8 fixes from QuickFix window

Background: I'm using the (fantastic) Vim plugin python-mode, which includes the pep8 linter. The :PyLint command runs all linters and …

python vim pep8 python-mode