CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - python book

搜索资源列表

  1. PythonforSoftwareDesignHowtoThinkLikeaComputerScie

    0下载:
  2. 是关于PYTHON编程语言2009年最新针对软件编程人员学习该语言的有浅入深的书,大量代码-PYTHON programming language on the latest in 2009 for software programmers to learn the language a light into the dark book, a large number of code
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:426581
    • 提供者:王芳
  1. book

    0下载:
  2. This book provides a set of design and implementation guidelines for writing secure programs for Linux and Unix systems. Such programs include application programs used as viewers of remote data, web applications (including CGI scr ipts), network ser
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:207502
    • 提供者:Dmitry
  1. GameScripting

    0下载:
  2. 一本关于游戏脚本编程的书籍。对于喜欢游戏开发 软编码开发的人值得下载来看看 同时对于英文不好的朋友更是种帮助-A book on game scr ipting books. For the love game development software code developed by people deserve to take a look at the same time to download the English a bad friend is even more kinds of
  3. 所属分类:Other Games

    • 发布日期:2017-05-09
    • 文件大小:1635044
    • 提供者:mr
  1. newtest

    0下载:
  2. Django 简单例子,包含一个wiki,地址簿等-Django a simple example, contains a wiki, address book, etc.
  3. 所属分类:Web Server

    • 发布日期:2017-03-26
    • 文件大小:58892
    • 提供者:lh
  1. Python

    0下载:
  2. Python从入门到精通很不错的一本书。。。哈哈。看看吧。-Python from entry to master a very good book. . .哈哈. Let' s see it.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:571742
    • 提供者:anglewings
  1. pyexcelerator-0.6.4.1

    0下载:
  2. Excel文件读取 安装: python setup.py install from pyExcelerator import * sheets = parse_xls( d:/a.xls ) 很简单,与 xlrd 不同。xlrd 需要先调用book = xlrd.open_workbook(filename)打开文档,然后再调用sh = book.sheet_by_index(i)来得到第几个sheet,然后再使用sh.cell_value(i, j)得到i行
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:173654
    • 提供者:kevin
  1. Matplotlib.for.Python.Developers.Sandro.Tosi.2009.

    0下载:
  2. Matplotlib for Python Developers的随书源码。-Matplotlib for Python Developers of the source with the book.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:91698
    • 提供者:wdscxsj
  1. Core_Python_Programming

    0下载:
  2. Core+Python+Programming.2nd python高手晋级书籍,请熟练掌握python后再看此书-Core+ Python+ Programming.2nd python expert promotion of books, please read this book after master python
  3. 所属分类:Shell api

    • 发布日期:2017-05-15
    • 文件大小:3852731
    • 提供者:不足道
  1. VernCeder_QuickPython

    0下载:
  2. The Quick Python Book Source Code The Quick Python Book, Second Edition, is a clear, concise introduction to Python 3, aimed at programmers new to Python. This updated edition includes all the changes in Python 3, itself a significant shift from ea
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4101415
    • 提供者:vogen153
  1. Beginning_Python_From_Novice_Code

    0下载:
  2. 这是《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
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:66448
    • 提供者:
  1. book-ods_PYTHON.tar

    0下载:
  2. Python language descr iption (in Russian)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1125145
    • 提供者:barkaline
  1. Think-Python

    0下载:
  2. The goal of this book is to teach you to think like a computer scientist. This way of thinking combines some of the best features of mathematics, engineering, and natural science. Like mathematicians, computer scientists use formal languages to d
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:992264
    • 提供者:ada
  1. Building-Skills-in-Python-

    0下载:
  2. building skills in python,you will like it ,it really a good book.
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2055119
    • 提供者:xiaoyu
  1. Python

    0下载:
  2. 学习指南 , 很好的一本书 ,如果是新手 那对他用处就跟大了 .-Study guide, good book, if a novice use it just like his big.
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:329160
    • 提供者:杨斌
  1. Python-source-code-analysis

    0下载:
  2. 本书的主要特点:   一本深入剖析Python具体实现的著作   内容新鲜,采用最新的Python语言版本(25)   大量的图表形象地展示Python内部的运作机理   在原理介绍的同时,带领读者一起动手对Python虚拟机进行改造   完整覆盖Python所有的核心议题,深刻揭示Python与C/C++之间如何互动-The main features of the book: an in-depth analysis of the concrete realization
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-18
    • 文件大小:27988271
    • 提供者:刘凡
  1. lovelyPython

    0下载:
  2. 可爱的python中文版电子书,以实例的方式讲解python编程-Chinese version of the lovely python book, with examples of ways to explain the python programming
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:6562300
    • 提供者:liwentao
  1. python-guider.pdf.tar

    0下载:
  2. 关于python的一本入门书籍,很适合初学者-Entry on the python a book, it is suitable for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:10828127
    • 提供者:ZhuChaoliang
  1. Python-Developers-Handbook

    0下载:
  2. 这是一本详细的python手册,从python的简介到语法再到各种API的应用和python与其他语言的结合,本书足以让读者从入门到精通python。-Beginning with a brief introduction to the language and its syntax, the book moves quickly into more advanced programming topics, including embedding Python, network prog
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6859985
    • 提供者:Yan Wang
  1. Learning-Python--Fourth-Edition

    0下载:
  2. 这是一本学习python的基础入门书籍。无论读者是新的编程或专业开发人员,这本书的目标是带来迅速,核心Python语言的基础知识。使读者在读完这本书后,可以足以掌握基本的python编程基础并可以在自己感兴趣的应用领域继续探索。-This book provides an introduction to the Python programming language.Whether you are new to programming or are a professional develope
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:10974823
    • 提供者:Yan Wang
  1. a.byte.of.python

    0下载:
  2. A Byte of Python is a free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.- A B
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:263441
    • 提供者:2678419301
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com