摘要:
官方文档对Entry Points的介绍Entry PointsEntry points are a simple way for distributions to “advertise” Python objects (such as functions or classes) for use by other distributions. Extensible applications and frameworks can search for entry points with a particular name or group, either from a specific dist 阅读全文
摘要:
安装python.vim语法高亮copy python.vim to ~/.vim/afer/ftplugin在~/.vimrc中添加配置set autoindent " same level indentset smartindent " next level indentset expandtabset tabstop=4set shiftwidth=4set softtabstop=4安装pydiction自动完成:UNIX/LINUX: Place python_pydiction.vim in:~/.vim/after/ftplugin/ If this dire 阅读全文