搜索资源列表
Beginning_Python_From_Novice_Code
- 这是《Python基础教程》第2版的随书源码。代码中既包含对Python中基础知识如字符串函数、字典、类和对象、迭代器、异常的简单使用,也包括10个基于Python的项目代码,包括及时标记、绘画、XML操作、即时通信、CGI远程、BBS、XML-RPC文件共享、基于GUI的文件共享、街机游戏。-This is the " Python Basic Tutorial" with the book version 2 source code. Code contains both
PythonJiChuJiaoCheng.2nd.pdf
- Python基础教程,详细介绍Python的基本程序设计理念,包括极限编程等。各章节分工明确,从语法到编译打包,从测试到GUI程序的各方面都有大量实例详解。-The Python-based tutorial, the basic details of Python programming concepts, including Extreme Programming and so on. Clear division of the chapters, from grammar to compi
978-1-59059-982-2
- Python基础教程(第二版)_随书源码-Python base
python-basic-)
- python基础教程至60课(基础),对Python学习者是一个非常详细基础的讲解,对零基础的同学也可以很好的跟进学习-python basic tutorial to 60 courses (basic), for Python learners is a very detailed explanation of the basis of zero-based students can also be a good follow-up study
PYTHON_BASIC
- Python基础知识教程源码,附详细注释说明-Python basic
byte-of-python
- 这是个零基础学习python编程的好材料。(It's a good stuff to learn python for those who have no knowledge about programing.)
python初学者入门代码
- 将《零基础入门学习python》这本书上的代码全部编译了一遍,生成可执行的py文件,可以直接打开,运行代码,对初学者有帮助。(The "zero foundation learning Python" this book on the code compiled all over again, generate executable py file, you can directly open, run the code, helpful for beginners.)
Python科学计算基础教程.zip
- 强力推荐python新手教程,快速python入门(Strong recommend Python novice tutorials, quick Python entry)
Python基础教程
- python基础教程,不错的入门书籍吗,介绍条理清晰,结构合理逻辑性强(Python basic tutorials, good introductory books, introduced clear, reasonable structure, logic strong)
python入门ppt
- python入门教程PPt,帮助了解python基础语言(PPT python tutorial to help understand the basic Python language)
python基础教程至60课(基础)
- 对初学者快速认识Python有一定帮助。可以值得一看(It is helpful for beginners to get a quick understanding of Python. It can be worth seeing)
麻瓜编程 python 入门书
- python入门教程,麻瓜编程创始人出品,简单介绍python入门基础知识,适合编程初学者学习。内容简单易懂,上手快,但不够深入,若需继续学习python则需要更深入的学习。(Python introductory tutorial, Muggle programming founder, simple introduction of Python introductory basic knowledge, suitable for programming beginners to learn.
全套python教程
- 很好Python的学习资料,适合喜欢Python编程的同仁们入门和初步进阶(Good learning materials, suitable for introductory and preliminary entry)
Python基础教程(第2版)
- python的基础编程资料,pdf版本的(python document,pdf,maybe helpful)
爬虫讲师源代码
- python编程,零基础到精通。ython是一种解释型、面向对象、动态数据类型的高级程序设计语言。 Python由Guido van Rossum于1989年底发明,第一个公开发行版发行于1991年。 像Perl语言一样, Python 源代码同样遵循 GPL(GNU General Public License)协议。 本教程主要针对Python 2.x版本的学习,如果你使用的是Python 3.x版本请移步至Python 3.X版本的教程。(Python programming, ze
新建文件夹
- 图像识别物体,matlab 自动识别物体,视频识别,自带训练集,Python基础教程(Image recognition object, Matlab automatic object recognition, video recognition, training set with itself. Python basic tutorials)
《python基础教程第三版》
- 本书包括Python程序设计的方方面面,首先从Python的安装开始,随后介绍了Python的基础知识和基本概念,包括列表、元组、字符串、字典以及各种语句。然后循序渐进地介绍了一些相对高级的主题,包括抽象、异常、魔法方法、属性、迭代器。此后探讨了如何将Python与数据库、网络、C语言等工具结合使用,从而发挥出Python的强大功能,同时介绍了Python程序测试、打包、发布等知识。最后,作者结合 前面讲述的内容,按照实际项目开发的步骤向读者介绍了几个具有实际意义的 Python项目的开发过程。