Python的哲学 Posted on 2015年9月24日 by laixintao Leave a comment PEP20是一条很有意思的命令: Zen of Python Python import this 1 import this 执行之后, […]Continue reading…
Python 3.5的新特性 Posted on 2015年9月23日 by laixintao Leave a comment Python 3.5.0在9月13号正式发布,与3.4相比,有哪些让人期待的新特性呢?(Note:本文首发在C […]Continue reading…
Python 的十个自然语言处理工具 Posted on 2015年7月5日 by laixintao Leave a comment 1.NLTK NLTK 在使用 Python 处理自然语言的工具中处于领先的地位。它提供了 WordNet 这 […]Continue reading…