搜索资源列表
PyEmbedMFC_src
- Python语言嵌入到MFC的开发中,通过这个例子可以利用两种语言的优势开发程序-Many of you might have seen the numeric input fields in most commercial CAD and scientific applications that facilitate the user to write mathematical expressions. This is to allow the user to use the edit box
google_translate
- 用python语言实现的在线翻译软件 通过向google发送翻译请求获取译文-Python language online translation software Send to google translation request to obtain translation
rest
- 这个主要是实现python发送http请求,对webserver实现get,post,delete,put。这个也是为了实现rest接口而编写的。这个是rest的一个客户端。-This is mainly achieved python send http request for webserver achieve get, post, delete, put. This is also the interface to achieve rest and preparation. This is
SendEmail
- python脚本实现发送email,可以实现用163等邮箱的发送。- python scr ipting send email ..
zabbix_sendmail
- zabbix发送警告邮件的脚本,使用python编写适用于CentOS系统,需要按装Pythonx编译器。-ZABBIX to send a warning message to the scr ipt, the use of Python to prepare for the CentOS system, need to install the Pythonx compiler.
main4
- PYTHON语言编程 pyqt设计 实现与单片机通过串口连接 可相互发送数据-PYTHON programming language, pyqt design and implementation, and SCM through the serial port connection can send data to each other
only send
- programm the raspberry pi with code python
send
- python 一个发送信息的api 用于发送信息的一种接口(python a api of send thing to other people A send api)
Python_kuaisushangshou
- 《Python编程快速上手—让繁琐工作自动化》是Python编程畅销图书,是一本面向实践的Python编程实用指南,帮你通过编程快速实现工作自动化。在本书中,你将学到利用Python编程,在几分钟内完成手工需要几小时的工作,而事先却无需具备编程经验,一旦掌握了编程的基础知识,你就可以毫不费力地创建Python程序,完成高效的自动化工作,包括: ● 在一个文件或多个文件中搜索文本; ● 创建、更新、移动和重命名文件和文件夹; ● 搜索网页和下载的在线内容; ● 在任意大小的Excel电子表
异常
- python的运行时错误称做异常 语法错误:软件的结构上有错误而导致不能被解释器或被编译器编译 逻辑错误:由于不完整或不合法的输入所致,也可能是逻辑无法生成,计算或者输出结果需要的过程无法执行等 python异常是一个对象,表示错误或意外情况 在python检测到一个错误时,将触发一个异常 python可以通过异常传导机制传递一个异常对象 发出一个异常情况出现的情况 程序员也在代码中自己触发异常(Python's runtime errors are called except