搜索资源列表
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
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
- Python基础画图工具drawsnack的基本运用-The basic application of Python basic drawing tool drawsnack
soure-code-of-python-to-learn
- python基础学习源码,提供了以算法为基础的各种python函数-Python based learning source, provides an algorithm based on a variety of Python functions
Python编程快速上手
- python快速上手,可以让基础不太好的同志,快速了解Python,快速实战。(Python quick start, you can let the foundation is not very good comrades, quick understanding of Python, fast combat.)
PyCharm下载(Python IDE) v5.0.3 汉化破解版
- 大数据编程代码学习,快速提升编程能力,可以查询基础代码并汇编(Large data code programming learning)
Python
- python基础实战,包含python基本操作代码(python basic action,including the basic programming code.)
Python编程:从入门到实践
- python编程入门到实践,是一本基础的数据,非常昂丰富的呢哦荣,欢迎使用(python crush course is a very great book feel free to use it)
python
- python基础教学,包括字典,装饰器等等(Introduction to python materils)
Python学习手册
- python基础学习资料,非常适合初学着阅读(python basic material, for apprentice to study.)
笨办法学 Python (第三版)
- 零基础学习Python。有利于刚刚入门的新手快速掌握Python的下载或使用方法(Zero based learning Python.Help novice just to get started and master the Python download or use method)
Python-PPT
- Python基础学习的PPT,简单的基础语法介绍(Python Foundation Learn PPT, a simple introduction to basic grammar)
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基础教程(第2版)
- python的基础编程资料,pdf版本的(python document,pdf,maybe helpful)
Python
- 神经网络与机器学习资料和Python基础知识学习手册(Neural network and machine learning learning data and Python basic knowledge learning manual)
Python
- 供python初学者看看,不做任何深入探究,只是一些基础知识。(Just for beginners only)
《python基础教程第三版》
- 本书包括Python程序设计的方方面面,首先从Python的安装开始,随后介绍了Python的基础知识和基本概念,包括列表、元组、字符串、字典以及各种语句。然后循序渐进地介绍了一些相对高级的主题,包括抽象、异常、魔法方法、属性、迭代器。此后探讨了如何将Python与数据库、网络、C语言等工具结合使用,从而发挥出Python的强大功能,同时介绍了Python程序测试、打包、发布等知识。最后,作者结合 前面讲述的内容,按照实际项目开发的步骤向读者介绍了几个具有实际意义的 Python项目的开发过程。