文章分类 -  python语言

Python -- 数据加载、存储与文件格式
摘要:1 阅读全文
posted @ 2017-09-30 06:09 船长 阅读(412) 评论(0) 推荐(0)
绘图中的配色方案
摘要:01. Material Palette —— 帮你生成并导出Material Design配色模板 链接地址: http://www.materialpalette.com/ 02. New Flat UI Color Picker —— 最好的扁平化UI设计配色方案 链接地址: http://w 阅读全文
posted @ 2017-09-30 04:31 船长 阅读(2173) 评论(0) 推荐(0)
eclispse 中python 注释 颜色设置 背景设置
摘要:看纯白背景的代码,时间一长眼睛不舒服,于是上网查找,找到了修改颜色的办法。 1.改eclipse背景色 windows->peferences->General->Editors->Text Editor Appearance color options: 选择Background color,去掉 阅读全文
posted @ 2017-09-30 00:26 船长 阅读(3128) 评论(0) 推荐(0)
用python语言讲解数据结构与算法总述(一)
摘要:关于数据结构与算法讲解的书籍很多,但是用python语言去实现的不是很多,最近有幸看到一本这样的书籍,由Brad Miller and David Ranum编写的《Problem Solving with Algorithms and Data Structures Using Python》,... 阅读全文
posted @ 2014-11-19 10:24 船长 阅读(298) 评论(0) 推荐(0)