yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理

2017年6月15日 #

摘要: 10 行 Python 代码实现模糊查询/智能提示 1、导语: 模糊匹配可以算是现代编辑器(如 Eclipse 等各种 IDE)的一个必备特性了,它所做的就是根据用户输入的部分内容,猜测用户想要的文件名,并提供一个推荐列表供用户选择。 样例如下: Vim (Ctrl-P) Sublime Text 阅读全文
posted @ 2017-06-15 22:24 xxxxxxxx1x2xxxxxxx 阅读(595) 评论(0) 推荐(0)

摘要: 作为Python开发环境的Sublime Text 3,有了Anaconda就会如虎添翼。Anaconda是目前最流行也是最有威力的Python代码提示插件。 操作步骤 1.打开package control菜单,输入install或者直接点击install package命令菜单 2.在新窗口输入 阅读全文
posted @ 2017-06-15 22:20 xxxxxxxx1x2xxxxxxx 阅读(1431) 评论(0) 推荐(0)

摘要: Visual Studio上开发Python六大功能 一、整合 Python 直译器 (Interpreter) & 互动视窗 (Interactive) Visual Studio 高度整合 Python 直译器,让您能够在开发过程中切换不同版本的 Python 直译器。此项功能除了能够切换至您所 阅读全文
posted @ 2017-06-15 22:19 xxxxxxxx1x2xxxxxxx 阅读(424) 评论(0) 推荐(0)

摘要: 11 Python Libraries You Might Not Know by Greg | January 20, 2015 11 Python Libraries You Might Not Know by Greg | January 20, 2015 There are tons of 阅读全文
posted @ 2017-06-15 22:10 xxxxxxxx1x2xxxxxxx 阅读(531) 评论(0) 推荐(0)

摘要: PyCharm常用快捷键及调试模式 2017年10月18日 23:13:43 菜鸟之神 阅读数:5835 版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/csdntt00/article/details/78279175 1. PyCharm常用快捷 阅读全文
posted @ 2017-06-15 21:55 xxxxxxxx1x2xxxxxxx 阅读(1002) 评论(0) 推荐(0)