`
shake863
  • 浏览: 662124 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

python free books

阅读更多

Dive Into Python
Dive Into Python: Python from novice to pro is a Python book for experienced programmers. It is a free python book by Mark Pilgrim. You can download it in various formats.
http://www.diveintopython.org/

 

Text Processing in Python (a book)
At the broadest level text processing is simply taking textual information and -doing something- with it. This doing might be restructuring or reformatting it, extracting smaller bits of information from it, algorithmically modifying the content of the information, or performing calculations that depend on the textual information.
http://gnosis.cx/TPiP/

 

Think Python: An Introduction to Software Design
This book is a substantially revised version of How to Think Like a Computer Scientist: Learning with Python.
http://www.greenteapress.com/thinkpython/

 

Data Structures and Algorithms with Object-Oriented Design Patterns in Python
This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things:
http://www.brpreiss.com/books/opus7/

 

The Standard Python Library
Based in part on over 3,000 newsgroup articles written by Python veteran Fredrik Lundh since 1995, this book provides brief descriptions and sample scripts for all standard modules in the Python 2.0 library.
http://effbot.org/zone/librarybook-index.htm

 

An Introduction to Python - Table of Contents
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
http://www.network-theory.co.uk/docs/pytut/

 

 

Python Language Reference Manual - Table of Contents


This reference manual describes the Python programming language. It is not intended as a tutorial.
http://www.network-theory.co.uk/docs/pylang/

 

 

Thinking in Python


You can download the current version of Thinking in Python here. This includes the BackTalk comment collection system that I built in Zope.
http://mindview.net/Books/TIPython/

 

 

A Byte of Python


鈥楢 Byte of Python鈥� is a 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. The book has crossed nearly 50,000 downloads in the past few years.
http://www.swaroopch.com/byteofpython/

 

 

Python Programming - Wikibooks, collection of open-content textbooks


Python is a general-purpose interpreted programming language. It currently has distributions available for Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD, and many other platforms. There are currently three major implementations: the standard implementation written in C, Jython written in Java, and IronPython written in C# for the MS .NET environment.
http://en.wikibooks.org/wiki/Python_Programming

 

 

An Introduction to Tkinter


The Tkinter module ("Tk interface") is the standard Python interface to the Tk GUI toolkit from Scriptics (formerly developed by Sun Labs).
http://www.pythonware.com/library/tkinter/introduc

 

 

Python Imaging Library Handbook


This is the PIL handbook, last updated May 6, 2005. This edition covers release 1.1.5 of the Python Imaging Library.
http://www.pythonware.com/library/pil/handbook/ind

分享到:
评论

相关推荐

    free-python-books:免费在线阅读或下载Python书籍

    免费的Python书籍 可在线免费阅读或下载的Python英文书籍清单。 目录 工具 Web开发 数据科学 科学 木星笔记本 工程 密码学 游戏类 免费的Python书籍清单 执照 清单是如何开始的 我学习Python已有几周了,当时在2019...

    Books-Free-Books

    Python 编程基础(PDF) Python 编程入门 Python 语法笔记 Python 科学应用入门(Introduction to Python for Computational Science and Engineering), 下载 Python - 100天从新手到大师(中文) A Byte of Python...

    Clean Python.pdf

    code in a dynamic language like Python to make sure that the code is highquality and error-free. As a Python developer, you want to make sure that the software you are building makes your users happy ...

    Coding project in python

    to-follow instructions, Coding Projects in Python is a straightforward, visual guide that shows young learners how to build their own computer projects using Python, an easy yet powerful free ...

    Learn to Program with Python

    Get comfortable with the free IDLE Interactive Development Environment (IDE), which you will use to write and debug all your Python code - no need to use the command line! Build text-based programs, ...

    free-programming-books-zh_CN:免费的计算机编程类中文书籍,欢迎投稿

    标题中的"free-programming-books-zh_CN"是一个项目,它收集了各种免费的计算机编程类中文书籍资源。这个项目旨在为学习者提供丰富的学习材料,同时也鼓励社区成员贡献自己的知识和译作,促进编程知识的共享。 在...

    Impractical Python Projects (2018.11出版,EPUB格式)

    Impractical Python Projects picks up where the complete beginner books leave off, expanding on existing concepts and introducing new tools that you’ll use every day. And to keep things interesting, ...

    Coding.Projects.in.Python.2017.pdf

    Using fun graphics and easy-to-follow instructions, this straightforward, this visual guide shows young learners how to build their own computer projects using Python, an easy yet powerful free ...

    Learn More Python 3 the Hard Way

    Learn Python The Hard Way takes you from absolute zero to able to read and write basic Python to then understand other books on Python. No experience necessary to begin, and you can even try the book...

    springer_free_books:使用Python脚本下载2020年COVID-19隔离期间免费发行的所有Springer图书

    由于添加了reCAPTCHA步骤,因此该...下载所有英语书籍(PDF和EPUB) 使用以下命令将所有PDF和EPUB书籍下载到默认下载文件夹./downloads python3 main.py 要将其下载到您选择的子文件夹中,请books python3 main.py -f

    免费的编程书籍 free-programming-books.docx

    `free-programming-books`是一个在GitHub上维护的开源项目,其主要目标在于汇集并分享大量的免费编程学习资源。这一项目对于那些希望提升自身编程技能而受限于经济条件的学习者而言,无疑是一份宝贵的财富。 #### ...

    INTRODUCTION TO PYTHON SCRIPTING FOR MAYA ARTISTS.

    To deepen your understanding of Python scripting in Maya, consider exploring additional resources such as online tutorials, community forums, and books dedicated to the topic. **Conclusion** By ...

    Learn to Program with Python(Apress,2016)

    Get comfortable with the free IDLE Interactive Development Environment (IDE), which you will use to write and debug all your Python code – no need to use the command line! Build text-based programs, ...

    Python 2.6 Quick Reference.pdf

    - **其他文档和免费书籍 (Other Doc & Free Books)**:包括 FAQ、教程、书籍等。 - **入门指南 (Getting Started)**:适合新手的教程和资源。 - **主题 (Topics)**:涵盖各种主题的 HOWTOs、数据库连接等内容。 ...

    Scrapy爬取books.toscrape.com使用ProxyPool代理池示例

    response = requests.get('http://free-proxy-list.net') # 一个免费的代理列表网站 proxies = PyQuery(response.text)('table tr').items() for proxy in proxies: ip, port = proxy('td:eq(0)').text(), proxy...

    程序员的刷题软件-Free-Algorithm-Books-1:Free-Algorithm-Books-1

    Python 中的数据结构和算法 JavaScript 数据结构和算法 Python 中的数据结构和算法 数据结构和算法变得简单 - 数据结构和算法难题 数据结构和算法与 Python 用于大数据的基于磁盘的算法 动态规划 - 一种计算工具 ...

    master-python-programming-exercises:通过此交互式且自动分级的练习集练习Python编程技能

    :books: 目录: 1. 2. 3. 4. ← :fire: 你现在在这里 5. 6.接下来呢? 或进行。 我们将在我们的贡献者列表中显示您的个人资料 这些练习是协作构建的,我们需要您! 如果发现任何错误或拼写错误,请做出贡献并...

Global site tag (gtag.js) - Google Analytics