搜索资源列表
Python开发编码规范
- Python开发编码规范,推荐下载-Python development coding norms and recommended downloading
PAIMEI.rar 代码分析工具
- 白眉,非常棒的代码分析工具,完全由Python开发,扩展方便。,Zanthopygia, very good code analysis tool, entirely by the Python development, expansion of convenience.
PythonFetion
- 用python开发的飞信,基于pyfetion.py.。 包括发送、接收、调用。-Flying letters with the python development, based on pyfetion.py.. Including sending, receiving, calls.
Python_Tkinter
- Python 与 Tkinter 编程 [PDF,中文版图片扫描,全本,554页] 【内容简介】 Thinter 是解释性脚本语言Pyhton的图形界面开发工具包,是一个清晰的、面向对象的图形界面开发工具,它可以让你快速地开发出可以运行在Unix、Macintosh和Windows等系统平台下的Python应用程序。本书详细地介绍了Python语言的语法和函数及其界面的开发方法,重点介绍了在Tkinter可视化平台下的编程方法。本书非常适合各个层次的Python程序员,同时也适合利用Py
msnp.py-0.4.1.win32
- 基于Python开发的一套兼容MSN通信协议的网络通信开发包,值得学习-Python-based development of a set of communication protocols compatible with MSN Network Communications Development Kit, it is worth learning
Wiley.Mobile.Python.Rapid.prototyping.of.applicati
- 讲解如何使用Python开发S60手机应用程序。这些应用包括GUI、SMS、音效、摄像头、数据处理、蓝牙、电话功能、移动网络、Web Service,最后讲解了提高开发效率的技巧和一些实例。-Python Development on the use of S60 mobile phone application. These applications, including GUI, SMS, audio, camera, data processing, Bluetooth, phone fu
core_Python_programming_cn
- 已建立索引的Python核心编程(中文第二版)。对于初学者,这是一本Python开发的权威指南,涵盖了Python的核心功能特性,而不仅仅是语法,有正则表达式、网络、多线程、图形用户界面、Web/CGI和Python扩展等高级功能,同时也包括了数据库、网络客户端、Java/Jython和Microsoft Office等内容,并有大量实例-Index has been the core of Python programming (English second edition). For beg
PyFetion1.py
- 用python开发的飞信客户端,源代码提供。-With the development of Fetion python client, provided the source code.
Python_API.tar
- pys60 中文版,对于学习手机python开发很有帮助-pys60 the Chinese version of python for the development of useful mobile learning
python
- 新书《python开发技术详解》的光盘上的源代码。-Book 《python development technologies Xiang Jie》 CD-ROM on the source code.
python-3.1(1)
- Python语言开发平台,3.1版本,windows系统使用-Python language development platform, version 3.1, windows system uses
scientific-computing-with-python
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设
ArcGIS Python开发
- ESRI中国(北京)的关于ArcGIS Python开发的培训资料。
ArcGIS Python开发
- ArcGIS厂商介绍如何利用ArcGIS+Python进行GIS系统开发的PPT文档。(A PPT document introducing how to program GIS system with ArcGIS and Python.)
python
- python开发的一些小程序,包括从头到尾打印链表、合并链表、用xx代替字符串中的某个字母等(some things about list and strings)
用python做科学计算
- 介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像;如何设计精巧的程序界面;如何和C语言所编写的高速计算程序结合;如何编写声音、图像处理算法。(This file introduces how to use the development of Python applications in scientific computing and numerical calculation; how to make 2D and 3D image
python基础+核心
- PYTHON开发,Python基础和核心资料(PYTHON development, Python foundation and core information)
【算法与数据结构】105《Python算法教程》
- 【算法与数据结构】《Python算法教程》,适合python开发的人。([algorithm and data structure] "Python algorithm tutorial", suitable for the python development of people.)
Abaqus Python开发使用指南
- 本书详细介绍了Python语言基础知识、Python语言与Abaqus脚本接口的关系以及编写脚本实现各种功能,包括快速建模、访问输出数据库、对外部数据进行其他后处理和部分高级处理功能。通过大量的实例脚本和详细的注释,为读者提供编写、调试脚本和开发专有模块的方法,帮助读者提高解决复杂问题的能力。(This book introduces the basic knowledge of Python language, the relationship between the Python langu
Python基础教程(第3版)
- 本书包括 Python 程序设计的方方面面: 首先, 从 Python 的安装开始, 随后介绍了 Python 的基础知识 和基本概念, 包括列表、 元组、 字符串、 字典以及各种语句; 然后, 循序渐进地介绍了一些相对高级的主 题, 包括抽象、 异常、 魔法方法、 属性、 迭代器; 此后, 探讨了如何将 Python 与数据库、 网络、 C 语言等 工具结合使用, 从而发挥出 Python 的强大功能, 同时介绍了 Python 程序测试、 打包、 发布等知识; 最后, 作者结合前面讲