Python
forlong401
Ubuntu, Fedora and MAC Fans.
Android and ios App developer.
Mobile and Internet.
展开
-
Introduction and Overview
IntroductionPythonis currently one of the most popular dynamic programming languages,along with Perl, Tcl, PHP, and newcomer Ruby. Although it is oftenviewed as a "scripting" language, it i转载 2009-01-16 13:38:00 · 887 阅读 · 0 评论 -
配置MacVim的Pyhton编程环境
http://www.tuicool.com/articles/aaMZvy已经有很多博客介绍怎样配置Vim的Python编程环境了,这周末我将这些优秀的文章读了一遍,并将我在MacVim配置python编程环境的步骤记录在这篇文章里。安装MacVim和Python下列两种方式中的任一种均可用来安装MacVim。方式一:通过Mac ports首先转载 2015-01-03 02:56:26 · 2698 阅读 · 0 评论 -
安装配置MacVim全记录
http://chendeai.com/?p=218因为在学习Python过程中感觉缺了一个可以用的编辑器,所以准备为我的Mac配置好一个MacVim用来写Python的东西.这篇文章会记录整个过程,为以后备忘。参考文章:基于MacVim打造Python IDE0. 全文目录安装MacVim初步配置:创建.Vimrc文件,完成普通设置进阶配置:下载,安装插件转载 2015-01-02 13:37:10 · 1993 阅读 · 0 评论 -
开源问答系统开源软件
http://www.oschina.net/project/tag/299/qa开源问答系统 OSQAOSQA是一款免费且开源的问答系统,采用Python的Django开发框架,基于中国优秀的问答系统CNProg,非常类似国外著名的技术问答网站http://stackoverflow.com。更多OSQA信息最近更新: 推荐转载 2014-12-13 23:59:21 · 6583 阅读 · 0 评论 -
python dict sorted 排序
http://www.cnblogs.com/linyawen/archive/2012/03/15/2398292.html转载自http://hi.baidu.com/jackleehit/blog/item/53da32a72207bafa9052eea1.html 我们知道Python的内置dictionary数据类型是无序的,通过key来获取对应的value。可是有时我们需要转载 2014-08-08 15:38:47 · 696 阅读 · 0 评论 -
Python 开发者应该知道的 7 个开发库
http://www.oschina.net/question/12_78983本文由 OSChina 译自 7 Python Libraries you should know about在我多年的 Python 编程经历以及在 Github 上的探索漫游过程中,我发掘到一些很不错的 Python 开发包,这些包大大简化了开发过程,而本文就是为了向大家推荐这些开发包。请注转载 2012-11-19 14:01:43 · 709 阅读 · 0 评论 -
浅谈Python Web的五大框架
http://kb.cnblogs.com/page/91567/摘要:文中介绍了几个Python Web框架和自己对选择框架的分析。用Django来快速开发一些Web运用是很不错的选择。 说到web framework,Ruby的世界Rails一统江湖,而Python则是一个百花齐放的世界,各种micro-framework、framework不可胜数,不完全列表见转载 2012-10-02 00:08:36 · 2032 阅读 · 0 评论 -
Web Frameworks for Python
http://wiki.python.org/moin/WebFrameworksWeb Frameworks for PythonA Web framework is a collection of packages or modules which allow developers to write Web applications (seeWebApplication转载 2012-10-02 00:09:13 · 2844 阅读 · 0 评论 -
Python编程中需要注意的一些事
http://satyajit.ranjeev.in/2012/05/17/python-a-few-things-to-remember.htmlA few things to remember while coding in Python.UPDATE: There has been much discussion in Hacker News about this art转载 2012-05-23 14:45:37 · 1426 阅读 · 0 评论 -
Reading Notes on "Dive Into Python"
Dive Into Python20 May 2004Copyright ? 2000, 2001, 2002, 2003, 2004 Mark Pilgrim (mailto:mark@diveintopython.org)This book lives at http://diveintopython.org/. If youre reading it somewhere else, you转载 2009-01-22 12:01:00 · 2403 阅读 · 0 评论 -
Python's Design Philosophy
Later blog entries will dive into the gory details of Pythons history.However, before I do that, I would like to elaborate on thephilosophical guidelines that helped me make decisions while des转载 2009-01-16 13:37:00 · 849 阅读 · 0 评论 -
关于开启VIM的Python支持
http://www.tuicool.com/articles/jYvMFv如果你要在VIM中增加诸如YouCompleteMe这一类的插件的话,那么你需要VIM有Python的支持,这个是在一开始编译的选项里指定的。具体操作如下:一、先运行:vim --version |grep python如果发现是这样的:HanDevServer:/opt/itest # /转载 2015-01-03 02:57:58 · 19010 阅读 · 0 评论