阅读更多

9顶
1踩

编程语言

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

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

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 图片压缩及png转jpg

    JAVA 图片压缩及png转jpg

  • 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生成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...

  • Java根据内容生成图片  

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

  • JAVA生成JPG缩略图

    在任何一个综合性网站,我们往往需要上传一些图片资料。但随着高分辨率DC的普及,上传的图片容量会很大,比如300万象素DC出来的文件基本不下600K。为了管理方便,大家可能不愿意每次都用ACDsee修改它,而直接上传到服务器。但是这种做法在客户端看来就没有那么轻松了,对于拨号上网的用户简直是一场恶梦,虽然你可以在图片区域设置wide和high!    问题的解决之道来了!我们可以在类中处理一张大图,

  • java创建图片文件_Java创建图片文件缩略图

    public static void uploadImg(InputStream file, String filePath, String fileName, int widthdist, int heightdist) throws Exception {File targetDir = new File(filePath + FS_FILE_APP_PATH);if (!targetDir....

  • java实现图片的组合(三)

    前两篇文章都是用 Graphics ,这个是用来绘制图片的主要思路是:BufferedImage buffImg = ImageIO.read("new File(E:/123.jpg)");Graphics g = buffImg.getGraphics();如果是绘制图片的话g.drawImage(BufferedImage img,int x,int y);如果是绘制文字的话g.drawSt...

  • java 图片处理类, PNG, JPG 互转, 支持圆角, 等比抠正方形图

    综合网上删除Alpha通道的内容, 修改出来的版本, 勉强算原创吧 注意点: 这里所有方法都是不支持多线程的(因为ImageIO) [java] view plain copy print? /*  * 图片处理类  */  package image;    import com.sun.image.codec.jpeg.JPEGCodec; 

  • java 网络请求 生成本地图片

    注:https://www.cnblogs.com/faunjoe88/p/7478010.html https://blog.csdn.net/qq_36409820/article/details/77094212

  • java绘制图片

    public static void main(String[] args) { try { /** * 得到图片缓冲区 * INT精确度达到一定,RGB三原色,高度280,宽度360 */ BufferedImage bi = new BufferedImage(360, 280, BufferedImage.TYPE_INT_RGB); ...

Global site tag (gtag.js) - Google Analytics