搜索资源列表
python_code
- python源码,包含进程、多线程控制,客户端服务器模拟,数据结构等-python source, contains process, multi-thread control, client server simulation, data structures, etc.
pyqt
- 《Rapid GUI Programming with Python and Qt》随书源码,python图形界面编程经典-《Rapid GUI Programming with Python and Qt》source code, classic textbook in gui programming in python
Python-3.1.3源码
- Python(KK 英语发音:/'paɪθɑn/, DJ 英语发音:/ˈpaiθən/)是一种面向对象、直译式计算机程序设计语言,由Guido van Rossum于1989年底发明,第一个公开发行版发行于1991年。Python语法简捷而清晰,具有丰富和强大的类库。它常被昵称为胶水语言,它能够很轻松的把用其他语言制作的各种模块(尤其是C/C++)轻松地联结在一起。常见的一种应用情形是,使用python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写
Python-3.0rc3
- 新版python引擎源码,python是著名的面向对象语言,最新的引擎有多出性能提升,是研究编译器的好原型-The new version of python source engine, python is a well-known object-oriented language, the latest number of the engine performance is good research prototype compiler
WbMFT
- 更改文件的创建时间和修改时间。源码用Python编写,界面使用wxWidget,并且具有国际化功能,能翻译成任何国家语言,可作为典型的wxPython开发示例。-Change the file creation time and modification time. Prepared with the Python source code, the interface to use wxWidget, and has an international function, can be trans
Python-basic-program-Code
- python基础教程源码,是这本书配套的源码,很有学习的价值,希望能给大家带来帮助,谢谢!-python basic program code
mini_c.tar
- 小型c编译器,python源码,标准c语言子集。-Small c compiler, python source code, standard c language subset.
Python-
- 《Python网络编程攻略》的书上源码,省去你敲代码的痛苦-Python source code
DeepLearningTutorials-master-theano
- theano官网deep learning教程的python源码,包括所用的数据集。-theano official website of deep learning tutorial python source code, including the use of data sets.
Python-(source-code)-in--Abaqus
- Python语言在Abaqus中的应用(源码)-Python language application (source code) in the Abaqus
ABAQUS-Python-secondary-develop
- ABAQUS Python二次开发攻略源码-Raiders secondary development of ABAQUS Python source
py3book30
- python程序教程源码,python程序教程3(the code of the book called python programing)
python数据挖掘入门与实战 源码
- python数据挖掘入门与实现一书的源码,可供参考(Python data mining portal and implementation of a book source code, for reference)
Python核心编程第三版书内源代码
- 此压缩包为python核心编程第三版书中的配套源码。(This is the source code of core python applications.)
9781784396053_code
- 《Python For Data Analysis》配套源码("Python For Data Analysis" source code)
python learning the hard way
- learning python the hard way 的手打源码(the Source code of "learning python the hard way")
Machine_learning
- 源码,机器学习,共十章,经典书籍。。。。(python Source code, machine learning, a total of ten chapters, classic books)
ex43
- python文字小游戏,运用函数,笨方法学python源码(Python text games, the use of functions, stupid formula Python source code)
reinforcement-learning-an-introduction-master
- sutton强化学习书籍python源码(The codes of the book named Reinforcement Learning:An Introduction written by sutton.)
零基础学python课后实战源码
- 零基础学python课后编码,从第一章到第十一章每章思考题实战题源码,内容详细。