File Operation

File operations such as reading and writing are commonl…

Read more...

PyQt中QComboBox的信号与槽

1. 声明: select_combo = QComboBox() 2. 添加选择项 select_combo…

Read more...

Python实战之(一)-照片人脸识别

本项目Github地址:https://github.com/dreamibor/Python-Face-Re…

Read more...

Python实战之(二)-“内涵段子”爬虫

项目设计目标:设计简单爬虫,爬取内涵段子网站页面,并将段子显示在终端里,每按一次回车输出一个段子。 本项目Gi…

Read more...

Ubuntu下Pycharm的安装与快捷方式

一、去IntelliJ官网下载Pycharm,最新版本2016.1 二、将压缩文件放到Ubuntu合适目录下解…

Read more...