阅读更多

9顶
1踩

编程语言

原创新闻 免费Python在线书籍列表

2008-06-19 16:58 by 副主编 QQbyte 评论(0) 有9228人浏览

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

来自: linkmingle.com
9
1
评论 共 0 条 请登录后发表评论

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • java 生成jpeg_用java生成jpg图片

    用java生成jpg图片import com.sun.image.codec.jpeg.JPEGCodec;import com.sun.image.codec.jpeg.JPEGImageEncoder;import java.io.BufferedOutputStream;import java.io.FileOutputStream;import java.io.RandomAccessFi...

  • JAVA 图片压缩及png转jpg

    JAVA 图片压缩及png转jpg

  • Java ImageMagick实现各种图片格式转JPG

    Java ImageMagick实现各种图片格式转JPG(附Docker安装ImageMagick)

  • java+生成jpg文件_JAVA/JSP学习系列之十二(JSP生成jpeg图

    一、前言本文原作者为Tony Wang ,该文章涉及到文件的读写和jpg图片的自动生成。利用jsp+servlet的技术,jsp调用servlet生成图片。二、首文件index.jsp如下:http://www.gaodaima.com/42315.htmljava/JSP学习系列之十二(JSP生成jpeg图Author: Tony WangE-mail: lucky_tony@163.netDa...

  • java生成jpg_Java生成JPG

    /** * 程式先锋 * * 看到一些动态生成图象的例子都是servlet完成的, * 而且程序很长,觉得不是无论从实用性还是可读性来说都不是太好。 * 这里给了段代码,命令行生成图象文件。这样是不是简单易用些呢? * * 创建一个 BufferedImage 对象,将你的“画”放到这个缓冲里, * 再打开一个文件,将图像流编码后输入这个文件,这样就有一个 * jpg文件出现了,试试吧。。。 * ...

  • java+生成jpg文件_直接用 java 命令行动态生成jpg文件 (转)

    直接用 java 命令行动态生成jpg文件 (转)[@more@]/*** jeruGraphics v 1.0** 看到一些动态生成图象的例子都是完成的,* 而且很长,觉得不是无论从实用性还是可读性来说都不是太好。* 这里给了段代码,命令行生成图象。这样是不是简单易用些呢?** 创建一个 BufferedImage ,将你的“画”放到这个缓冲里,* 再打开一个文件,将图像流编码后输入这个文件,这...

  • java+生成jpg文件,java – 使用ImageIO.write()创建JPEG创建一个0字节的文件

    我正在尝试编写一个拍摄图像的方法,并保存该图像的100 x 100缩略图.但是,当我保存文件时,它是一个不可读的0字节图像(错误解释“错误解释JPEG图像文件(在状态200中对JPEG库的错误调用)”)在Ubuntu的ImageViewer中.我的代码如下:public boolean scale(){String file = filename.substring(filename.lastIn...

  • Java根据内容生成图片  

    #### Java根据内容生成图片 序言: 这两天接到一个需求,某种特定的客户类型需要根据上游系统传过来的参数生成一份图片文件,并把这个图片文件送给某对接系统。这个需求要是放在前端一看可能确实比较好处理了,但是对于一个半残废的后端来说,是有点新鲜哈。(这并不可以拒绝需求的理由,做不出来就是菜,不要解释) 经过我的一番思量,脑海中浮现了两种办法 * 利用java原生的画图(太low了,而且代码巨复杂) * 利用上游报文生成一份html文件,然后将html文件转换成图片文件(疯狂查询资料,可...

  • 安卓修改电池容量教程_安卓(Android)系统电池电量修改图文教程

    安卓(Android)系统电池电量修改图文教程有机友不喜欢新rom的电池图标,想要官方的原版电池图标,也有机友想更换其他电池图标。为了方便想更换电池图标的机友,发一个最简易的教程。在讲讲如何修改电池图标之前,我们先来了解一下电池图标所在的位置,电池图标位于system/famework/framework-res.apk中,安卓系统的图标大都在一个地方,所以一般都是对framework-res.a...

  • java之图形绘制

    java之图形绘制:https://blog.csdn.net/xietansheng/article/details/55669157   package login; import java.awt.BasicStroke; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; impo...

  • java 数据生成 图片

    package cn.luxin.托尔斯泰; import java.util.List; /** * @ClassName: ChildrenInfo * @Description: * @Author * @Date 2019/5/16 15:37 * @Version V1.0 **/ public class ChildrenInfo { ...

  • Java根据随机数生成jpg图片

    转自:http://www.cnblogs.com/codeplus/archive/2011/10/30/2229391.html

  • java绘图-绘制图片

    这里主要说的是绘制图片,所谓绘制图片,就是把外部的图片信息加载到内存然后由java编译器去绘制,总的来说感觉相比B/S开发有一些麻烦,不是说原理麻烦,他们的原理其实都一样的,不一样的是他们实现的过程的复杂程度,要重写方法,加载图片,显示图片等。但是,还是有一定的意义,还有一点要注意的是,就是路径的加载,一定不能加载错误,负责回忆出现很大的问题。 package huitu; import jav

  • java实现图片格式转换为JPG

    java实现图片格式转换

  • java生成JPEG 图像文件

    java生成JPEG 图像文件. 代码如下: 我的这段代码主要提供给我自己编写的工作流设计器对象使用(EWorkFlowControl ewf), EWorkFlowControl 继承了JComponent重载了绘制的方法,如果有兄弟需要用到这个功能的,只需要将EWorkFlowControl 替换成自己的JComponent对象即可。 /** 使当前输入的工作流对象上的图形生成JPEG

  • JAVA生成图片

    package com.sunyard.mall.util; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.image.BufferedImage; import java.io.BufferedOutputStre...

Global site tag (gtag.js) - Google Analytics