One for all,all for one.
顯示具有
Python IDE
標籤的文章。
顯示所有文章
顯示具有
Python IDE
標籤的文章。
顯示所有文章
2012年6月12日 星期二
打造 vim 成為 Python IDE
indent :
autocomplete :
Pydiction : Tab-complete your Python code
unittest :
checker :
pyflakes
+ => Flake8
pep8
pylint
Reference :
Turning Vim into a modern Python IDE
VIM as Python IDE | Alain M. Lafon
Python VIM 开发环境配置 [Python俱乐部]
在 Vim 中编写 Python 程序
配置基於Vim的Python編程環境 - Linux Wiki
pep8 + pyflakes = Flake8
安裝
flake8
下載後解壓
接著進行安裝
# python setup.py install
安裝 vim 插件
vim-flake8
$ git clone git://github.com/nvie/vim-flake8.git
將 python_flake8.vim 擺入 ~.vim/ftplugin/python/
用 vim 開啟 python 文件, 按 F7 試試
Reference :
配置基於Vim的Python編程環境
2012年3月27日 星期二
pep8 安裝 / 使用
pep8
- Check your python source files with PEP8 : vim online
安裝 pep8
$ git clone git://github.com/cburroughs/pep8.py.git
# ln -s pep8.py/pep.py /bin/pep8
加入 vim plugin
$ mkdir ~/.vim/ftplugin/python/
$ mv
pep8.vim
~/.vim/ftplugin/python/
編輯 python, 按下 F5 會執行 pep8 進行檢查
使用 Ctrl + w, 然後用 K / J 可以將游標移動到上 / 下視窗
若在下面 pep8 檢查的訊息按下 Enter, 將自動跳至上方程式碼該行
2012年3月23日 星期五
Python 開發鍊
Editor / IDE
Vim
Geany
Code Analysis
pep8 : Check your python source files with PEP8
pep8 安裝 / 使用
Python, PEP8 and Git hooks
Pep8 and Pylint in Geany
PyChecker
python - PyLint, PyChecker or PyFlakes? - Stack Overflow
Version Control System, VCS
Git
Mercurial
Git 初學筆記 - 指令操作教學 | Tsung's Blog
Continuous Integration Server (Unit test、Daily build)
Jenkins CI
Unit Test in Python
較舊的文章
首頁
訂閱:
文章 (Atom)