
我和Python的那些事
文章平均质量分 77
傅泉俊
呵呵我很懒的
展开
-
python常用的GUI工具
我先给一个初步的表格吧,大家如果有什么意见,或有补充,欢迎提出。有些我没有用过,先不写了。以下是我使用过的python IDE:(更新与2010年1月20日)┌─────┬────┬────┬──┬────┬──┬─────┬─────┐ │IDE name│自动补全│智能感知│调试│语法检查│开源│特别注意 │ 推荐度 │ ├─────┼────┼────┼──转载 2015-07-24 21:20:41 · 725 阅读 · 0 评论 -
python Image模块学习
__author__ = 'fuquanjun'# -*- coding: utf-8 -*-from PIL import Imageimport ImageFontimport ImageDrawimport ImageFilterimport sysimport osclass UImage(object): def __init__(self, path):原创 2016-05-16 22:31:35 · 496 阅读 · 0 评论