最近看到一个网站
http://codecondo.com/coding-challenges/ 介绍锻炼思维的14种方式,其中interactive platform处有个链接
http://codecondo.com/10-ways-to-learn-python/, 我正好想系统学习下python, 比如其中的Google python class就是很出名的.
set( setattr( slice( sorted( staticmethod( str( sum( super(
其中感觉第三个链接 http://www.codecademy.com/tracks/python 很不错,非常容易入门,感觉高中生都足以看的懂了。这个网站的python今天已经完成了53%了。如果早几年学习这门好的资源,基础肯定更扎实啊。
python学的差不多的时候打算用python刷一遍Leetcode, 附加在以前用c++刷的代码后面。
另外学习到python 里用tab补全的方法:
>>> import rlcompleter, readline
>>> readline.parse_and_bind('tab: complete')
这样的话输入s和tab键就有如下
>>> sset( setattr( slice( sorted( staticmethod( str( sum( super(