摘要:
1、设置~/.vimrc syntax on 支持语法高亮 set nu 显示行号set nonu 不显示行号 set ai 设置自动缩进 set shiftwidth=4 设置自动缩进 4 个空格, 当然要设自动缩进先. set tabstop=4 实际的 tab 即为 4 个空格, 而不是缺省的 阅读全文
摘要:
Pydiction不需要安装,所有没有任何依赖包问题,Pydiction主要包含三个文件。 python_pydiction.vim -- Vim plugin that autocompletes Python code. complete-dict -- Dictionary file of P 阅读全文
摘要:
1. Python之禅 """ The Zen of PythonBeautiful is better than ugly. 优美胜于丑陋。Explicit is better than implicit. 显式胜于隐式。 Simple is better than complex. 简单胜于复杂 阅读全文