搜索资源列表
python(3.0)
- python3.0 官方文档,内涵python3.0全部新特性以及API,python初学者必备利器-This documentation showed the details of new characters in python3.0 and all of the existing API for refferencing
python_note
- python3.0 官方文档,内涵python3.0全部新特性以及API,python初学者必备利器-This documentation showed the details of new characters in python3.0 and all of the existing API for refferencing
python
- 两个关于python3的教程,都是中文的,绝对是好东西。-Two tutorials on python3 are Chinese, and definitely a good thing.
Python3
- python3的使用指南,详细介绍从安装到调试,其中还有相关的案列-python3 user guide, detailing from installation to commissioning, of which there are related case out
A Byte of Python3(中文版)
- python学习者不可错过的学习资料,大家可以学习交流(python learners can not miss the learning materials)
LR
- 机器学习中的LR模型的python3.x的版本,有需要的可以下载(LR model python3.x version)
python
- 在sublime下搭建python3编程环境的整合。(The integration of the python3 programming environment is built under sublime.)
Python Cookbook
- 正如Python3代表未来一样,新的《Python Cookbook》版本相比较之前的版本有了一个全新的改变。最重要的是,这个意味着本书是一本非常前沿的参考书。书中所有代码都是在Python3.3版本下面编写和测试的,并没有考虑之前老版本的兼容性,也没有标注旧版本下的解决方案。这样子可能会有争议,但是我们最终的目的是写一本完全基于最新最先进工具和语言的书籍。希望这本书能成为在Python3下编码和想升级之前遗留代码的程序员的优秀教程。(Just like Python3 represents t
Python3-廖雪峰
- 首先,我们普及一下编程语言的基础知识。用任何编程语言来开发程序, 都是为了让计算机干活,比如下载一个 MP3,编写一个文档等等,而计 算机干活的 CPU 只认识机器指令,所以,尽管不同的编程语言差异极 大,后都得“翻译”成 CPU 可以执行的机器指令。而不同的编程语言, 干同一个活,编写的代码量,差距也很大。 比如,完成同一个任务,C 语言要写 1000 行代码,Java 只需要写 100 行,而 Python 可能只要 20 行。 所以 Python 是一种相当高级的语言。(
Python3-廖雪峰
- Python 教程 这是小白的 Python 新手教程,具有如下特点: 中文,免费,零起点,完整示例,基于最新的 Python 3 版本 关于作者 廖雪峰,十年软件开发经验,业余产品经理,精通 Java/Python/Ruby/Scheme/Objective C 等,对开源框架有深入研究,著有 《Spring 2.0 核心技术与最佳实践》一书,多个业余开源项目托管在 GitHub,