搜索资源列表
python
- Python中文简明教程及示例。是一种面向对象、直译式计算机程序设计语言,也是一种功能强大而完善的通用型语言,已经具有十多年的发展历史,成熟且稳定。-Python tutorial and examples of simple English. Is an object-oriented, literal computer programming language, but also a powerful and comprehensive general-purpose language, h
Python_for_Linguists
- This great tutorial of Python Language for Linguists & persons involved with NLP or Language Processing.-This is great tutorial of Python Language for Linguists & persons involved with NLP or Language Processing.
Python-operation-Mysql-
- Python操作Mysql实例教程手册,带有书签,可以用来学习数据库-Python tutorial manual operation Mysql instance
GNUradio_python_tutorial_20090609.pdf.tar
- GNU radio tutorial, includes python tutorial for gnu radio
ns-3-tutorial.1
- help to use well ns3 contains some examples of scr ipts c++ and python
Programming-Python
- Python语言最新教程,经典延续,Python基本结构到编程方法-Latest Python language tutorial, the classic continuation, the basic structure of the Python programming methods
Python-Notes
- The document provides an overview of Python language and basic programming tutorial.
python
- 小甲鱼python教程课后习题,非常全,有需要的一定要用来参考-Small turtle python tutorial school exercise, very wide, there is a need must be used for reference
Pythonfromshuimu
- Python教程精华笔记,一百页文档快速掌握Python,对快速高效入门Python非常有用-Python tutorial Essentials, one hundred pages of documents Quickly master Python, very useful for fast and efficient Python
python-tuorial
- Python 简明中文教程, 作者为Swaroop, C. H. 是非常好的初学者学习的资料-Python tutorial in Chniese, author Swaroop, CH is very good information for beginners to learn Python
Python-Basic-tutorial
- Python 基础教程,语言通俗易懂,适合初学者学习-Python basic tutorial, language easy to understand, suitable for beginners to learn
python简明教程中文
- 本书可以作为Python编程语言的一本指南或者教程。它主要是为新手而设计,不过对于有经验的程序员来说,它同样有用。(This book can serve as a guide or tutorial for the Python programming language. It is designed primarily for novices, but it is also useful for experienced programmers.)
OpenCV官方教程中文版(For Python)
- 此书是opencv的官网教程(中文版),针对Python的(This book is opencv's official website tutorial (Chinese version) for Python)
Python简明入门
- 初步简易教程,方便初学者学习python,简单易学好上手(Initial simple tutorial, easy for beginners to learn python, easy to learn, easy to use)
Python编程实践sample
- 有很多python的案例教程,大家可以下载学习,对我们很有帮助(There are many examples of python tutorial, we can download learning, we are very helpful)
TensorFlow 官方文档中文版 - v1.2
- tensorflow教程,官方版,极客学院编译,Tensorflow tutorial, official edition, geek Institute compilation(Tensorflow tutorial, official edition, geek Institute compilation)
Python Cookbook
- 正如Python3代表未来一样,新的《Python Cookbook》版本相比较之前的版本有了一个全新的改变。最重要的是,这个意味着本书是一本非常前沿的参考书。书中所有代码都是在Python3.3版本下面编写和测试的,并没有考虑之前老版本的兼容性,也没有标注旧版本下的解决方案。这样子可能会有争议,但是我们最终的目的是写一本完全基于最新最先进工具和语言的书籍。希望这本书能成为在Python3下编码和想升级之前遗留代码的程序员的优秀教程。(Just like Python3 represents t
廖雪峰Python2.7
- PYthon2.7 简明教程,适合小白的Python新手教程(Python concise tutorial)
Python基础教程(crossin全60课)
- python 基础教程,是些入门的资料,还不错,可以看一看(The python basic tutorial, which is an introductory material, is good enough to take a look at)
Python数据分析基础教程:NumPy学习指南(第2版)
- 本书是 NumPy 的入门教程, 主要介绍 NumPy 以及相关的 Python 科学计算库, 如 SciPy 和 Matplotlib。 本书内容涵盖 NumPy 安装、 数组对象、 常用函数、 矩阵运算、 线性代数、 金融函数、 窗函数、 质量控制、Matplotlib 绘图、 SciPy 简介以及 Pygame 等内容, 涉及面较广。 另外, Ivan Idris 针对每个知识点给出了简短而明晰的示例, 并为大部分示例给出了实用场景(如股票数据分析), 在帮助初学者入门的同时, 提高了本