The gist for this talk is available at https://gist.github.com/julienchastang/dca01658a5a5d4317e59 Search for the #SciPy2014 to copy/paste the link.
You can find information regarding my emacs Python setup literate emacs initialization file found here: https://github.com/julienchastang/dotemacs/blob/master/settings.org
Various keystroke optimizations for faster editing/code folding.
IPython notebook client in Emacs!
Thanks Takafumi Arakaki!
Python auto-completion for Emacs
Thanks Takafumi Arakaki!
Could not get the interpreter to display matplotlib figures. According to the BoF it is possible to display plots with Qt.
An Emacs mode for Git.
Icons in the “gutter” area indicating whether a line has been inserted, modified or deleted.
A mode-line completion engine
Built on top of IDO, it provides a convenient interface to your recently and most frequently used commands.
Auto completion with popup menu.
Your life in plain text
Execute source code within Org-mode documents
conda create -n netcdf-np18-py27 -c julienchastang netcdf numpy ipython-notebook=1.1
e.g.,
source activate blah
Integrate pyenv with python-mode.
https://github.com/proofit404/pyenv-mode
Traad: Client-server Rope refactoring
https://github.com/abingham/traad
A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://github.com/hhatto/autopep8
https://pypi.python.org/pypi/flake8
https://pypi.python.org/pypi/pyflakes
https://github.com/flycheck/flycheck
Organize a code sprint to help emacs ipython notebook (ein) mode.
Github doesn't seem to support pull requests for gists, but I've made a small addition to this gist here:
https://gist.github.com/abingham/e198ffe8d1a8eb689cf8/812e8aeda103ea797a94e4e7396cd4d2b9618e28
I just added a mention of tkf's python-environment package which came up a few times in the BoF. If there's a better way to handle these kinds of additions, let me know. This feels a bit clunky.