搜索资源列表
Python开发编码规范
- Python开发编码规范,推荐下载-Python development coding norms and recommended downloading
Python开发编码规范
- Python开发编码规范,推荐下载-Python development coding norms and recommended downloading
Game.Programming.with.Python.Lua.And.Ruby
- 用python ruby lua语言设计游戏。提供使用以上各脚本语言进行游戏开发的基础知识。-song with python design language games. For use above the scr ipting language for game development knowledge base.
emil_email_client_0.6.1.tar
- email 客户端工具,用python开发,可以实现一般主要的email功能-email client tool, with python development, the realization of the main functions of email
PyGame-1.8-examples
- PyGame是用Python开发程序的一套工具,这个是使用PyGame开发游戏的样例代码。-PyGame using Python to develop procedures for a set of tools, this is the use of PyGame sample code to develop the game.
IronPython-2.0B1-Src
- python 开发环境 以及范例 适合初学者-python development environment suitable for beginners as well as examples of
PAIMEI
- 白眉,非常棒的代码分析工具,完全由Python开发,扩展方便。-Zanthopygia, very good code analysis tool, entirely by the Python development, expansion of convenience.
Python_Tkinter
- Python 与 Tkinter 编程 [PDF,中文版图片扫描,全本,554页] 【内容简介】 Thinter 是解释性脚本语言Pyhton的图形界面开发工具包,是一个清晰的、面向对象的图形界面开发工具,它可以让你快速地开发出可以运行在Unix、Macintosh和Windows等系统平台下的Python应用程序。本书详细地介绍了Python语言的语法和函数及其界面的开发方法,重点介绍了在Tkinter可视化平台下的编程方法。
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 p
core_Python_programming_cn
- 已建立索引的Python核心编程(中文第二版)。对于初学者,这是一本Python开发的权威指南,涵盖了Python的核心功能特性,而不仅仅是语法,有正则表达式、网络、多线程、图形用户界面、Web/CGI和Python扩展等高级功能,同时也包括了数据库、网络客户端、Java/Jython和Microsoft Office等内容,并有大量实例-Index has been the core of Python programming (En
python
- 新书《python开发技术详解》的光盘上的源代码。-Book 《python development technologies Xiang Jie》 CD-ROM on the source code.
scientific-computing-with-python
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算
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 calculatio
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 relatio
Python基础教程(第3版)
- 本书包括 Python 程序设计的方方面面: 首先, 从 Python 的安装开始, 随后介绍了 Python 的基础知识 和基本概念, 包括列表、 元组、 字符串、 字典以及各种语句; 然后, 循序渐进地介绍了一些相对高级的主 题, 包括抽象、 异常、 魔法方法、 属性、 迭代器; 此后, 探讨了如何将 Python 与数据库、 网络、 C 语言等 工具结合使用, 从而发挥出 Python 的强大功能, 同时介绍了 Python