搜索资源列表
VfLibV4
- 附件中的源代码实现了VF图像的同构(Isomorphism)算法。同时还有一些其他的Wrapper程序,用来把这个库运用到其他语言如Python。整个代码实现于C#,同时提供C++的库。
[6_00][handout]
- MIT的EECS学院本科新生入学第一门课程introduction_to_cs&programming的课堂代码,也是学习python语言和计算机科学很好的资料。-MIT' s EECS Undergraduate Freshmen first course introduction_to_cs & programming class code to learn python is a good language and computer science information.
study_example
- 这是《Python编程金典》这本书中的部分书籍源码,有一些可能经过一些少量修改,对于Python初学者来说,可以直接下载这些代码在Python2.7下运行,加深对Python语言的理解-This is the " Python Code Jindian" This book is part of the source books, some of which may go through some minor modifications, for Python beginner
lpython-code
- 基于dos和unix两种系统的python入门学习代码文件-Dos and unix based on two systems started to learn python code files
pyqtsrc
- 配套书籍Rapid GUI Programming with Python and Qt:The Definitive Guide to PyQt Programming代码,可供参考-Matching books 《Rapid GUI Programming with Python and Qt: The Definitive Guide to PyQt Programming》 code, for reference
Python-basic
- Python基础教程(代码) Python 是一种脚本语言,已经有20 多年的历史, 比现在流行的Java 和C#要早 很多年。不要一听说是脚本语言就认为他只能做一些简单的事情。其实凡是你能 想到的Java 和C#能做的编程, Pyton 都能胜任。比如网络编程,游戏编程,web 编程等等,甚至在smbian 的手机上都能使用Python 来进行编程。Google 推出 的google engine 云计算环境,首先发布的就是python 的平台(Python 语言的 创
Python_tutorial
- Python numpy matplotlib scipy库学习示例代码-Python numpy matplotlib scipy demo
Python-
- 《Python网络编程攻略》的书上源码,省去你敲代码的痛苦-Python source code
K-proximity-algorithm
- 机器学习K临近算法python代码,整个工程都有,直接可以运行。-Machine learning algorithm K near the python code, the entire project has a direct run.
machinelearninginaction
- 这是书籍机器学习实践的 每一章节的代码,代码用Python写的,很实用。-The machine learns every chapter code
mechine-learning
- 本书第一部分主要介绍机器学习基础,以及如何利用算法进行分类,并逐步介绍了多种经典的监督学习算法,如k近邻算法、朴素贝叶斯算法、Logistic回归算法、支持向量机、AdaBoost集成方法、基于树的回归算法和分类回归树(CART)算法等。第三部分则重点介绍无监督学习及其一些主要算法:k均值聚类算法、Apriori算法、FP-Growth算法。第四部分介绍了机器学习算法的一些附属工具。 全书通过精心编排的实例,切入日常工作任务,摒弃学术化语言,利用高效的可复用Python代码来阐释如何处理统
turtle
- 绘制时钟,包含面向对象的思维。代码段比较长,大家仔细研究(Draw the clock, including object-oriented thinking.)
精通Python网络爬虫随书代码
- 该资源为精通python网络爬虫-核心技术、框架与项目实战的随书代码,希望对大家有帮助。(This resource is proficient in python web crawler - the core technology, framework and project code book with the actual combat, I hope for everyone to help.)
python-3.5.4-docs-pdf-letter
- python代码 利用Python进行数据分析的数据资料(python, Data analysis using Python)
代码练习
- python练习专门用来学习python时的小练习,部分上传(Specially used to learn the practice of python, part of the upload)
chapter2
- Head First Python 代码(Head First Python code)