- 浏览: 662124 次
- 性别:
- 来自: 北京
文章分类
最新评论
-
sztime:
可以在文本框上绑定事件来禁用回车键, 我就是这样做的.在IE中 ...
form 回车自动提交问题 -
damoqiongqiu:
非常好的文章,很透彻不过有一句话小僧腆着脸补充一下:“1111 ...
为什么要用补码来做存储 -
wuyizhong:
原来如此啊。
form 回车自动提交问题 -
luliangy:
谢楼主~!
用C语言扩展Python的功能 -
kwong:
很有用,谢谢
火狐和IE 对css 样式解释的差异
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
发表评论
-
apns批量使用失败
2012-04-17 19:22 2460突然某一天app 调用 apns 用户莫名其妙收不到, ... -
pylons 中 wsgiapp 和 wsgicontroller 的关系
2011-09-05 02:43 676pylons 看了好久了,喜欢的他精简封装,就想它自己的 ... -
[转] Python 面试题集合
2011-07-27 01:48 1512Python 面试题集合 发布时间:2011-07- ... -
nginx 下 用fastcgi 模式使用 webpy
2011-07-24 00:23 861nginx ---------------------- ... -
【外刊IT评论】Python 程序员的进化
2011-02-11 00:07 1066不久前,在互联网上出现了一篇有趣的文章,讲的是对于同一个问题, ... -
paramiko 的ssh登录
2011-01-04 17:43 1134import paramiko socks=('192. ... -
getattribute getattr
2010-09-11 21:53 788class D(object): def ... -
python 打包【转】
2010-09-02 00:33 1638python的第三方模块越来 ... -
python 3D相关
2009-02-24 23:24 1234Python是什么>? 它不是蟒蛇,而是一种早期产生于L ... -
蛋蛋的python把老子吓死了
2009-02-13 16:23 1249今天无意中敲 python的老窝, 敲到 www.python ... -
我的第一个python应用
2009-02-12 01:47 4973我的一个python应用做完了!哈哈,自己自学python时间 ... -
网上有人实现的飞信的协议
2009-02-09 14:01 803http://cocobear.info/blog/2008/ ... -
python加cookie访问
2009-02-08 23:28 2601import httplib, urllib def t ... -
Python 中的元类编程
2009-01-05 01:56 686最近看python 遇到python的元类编程。 查到这篇文 ... -
[转]常用的python模块
2009-01-02 01:51 1758adodb:我们领导推荐的数据库连接组件 bsddb3:Be ... -
[转]制作Python的安装模块
2009-01-02 01:44 2892Python模块的安装方法: 1. 单文件模块 ... -
python 中文编码的处理
2008-12-31 19:10 4383在win下写点python的代码,对utf-8 老是处理不过来 ... -
用C语言扩展Python的功能
2008-12-21 11:08 1305Pyton和C分别有着各自的 ... -
pyinstaller 来建立linux下的python独立执行文件
2008-12-09 10:21 2472以下内容假定已安装好Python 2.4/2.5 一、下载并 ... -
stackless python
2008-11-26 18:33 2301Stackless Python 并发式编程介绍 作者: Gr ...
相关推荐
免费的Python书籍 可在线免费阅读或下载的Python英文书籍清单。 目录 工具 Web开发 数据科学 科学 木星笔记本 工程 密码学 游戏类 免费的Python书籍清单 执照 清单是如何开始的 我学习Python已有几周了,当时在2019...
Python 编程基础(PDF) Python 编程入门 Python 语法笔记 Python 科学应用入门(Introduction to Python for Computational Science and Engineering), 下载 Python - 100天从新手到大师(中文) A Byte of Python...
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 ...
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 ...
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"是一个项目,它收集了各种免费的计算机编程类中文书籍资源。这个项目旨在为学习者提供丰富的学习材料,同时也鼓励社区成员贡献自己的知识和译作,促进编程知识的共享。 在...
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, ...
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 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...
由于添加了reCAPTCHA步骤,因此该...下载所有英语书籍(PDF和EPUB) 使用以下命令将所有PDF和EPUB书籍下载到默认下载文件夹./downloads python3 main.py 要将其下载到您选择的子文件夹中,请books python3 main.py -f
`free-programming-books`是一个在GitHub上维护的开源项目,其主要目标在于汇集并分享大量的免费编程学习资源。这一项目对于那些希望提升自身编程技能而受限于经济条件的学习者而言,无疑是一份宝贵的财富。 #### ...
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 ...
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, ...
- **其他文档和免费书籍 (Other Doc & Free Books)**:包括 FAQ、教程、书籍等。 - **入门指南 (Getting Started)**:适合新手的教程和资源。 - **主题 (Topics)**:涵盖各种主题的 HOWTOs、数据库连接等内容。 ...
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...
Python 中的数据结构和算法 JavaScript 数据结构和算法 Python 中的数据结构和算法 数据结构和算法变得简单 - 数据结构和算法难题 数据结构和算法与 Python 用于大数据的基于磁盘的算法 动态规划 - 一种计算工具 ...
:books: 目录: 1. 2. 3. 4. ← :fire: 你现在在这里 5. 6.接下来呢? 或进行。 我们将在我们的贡献者列表中显示您的个人资料 这些练习是协作构建的,我们需要您! 如果发现任何错误或拼写错误,请做出贡献并...