python 学习

来源:互联网 发布:js单选框默认选中 编辑:程序博客网 时间:2024/06/14 03:54
       最近看到一个网站 http://codecondo.com/coding-challenges/ 介绍锻炼思维的14种方式,其中interactive platform处有个链接http://codecondo.com/10-ways-to-learn-python/, 我正好想系统学习下python, 比如其中的Google python class就是很出名的.

        其中感觉第三个链接 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键就有如下

>>> s
set(           setattr(       slice(         sorted(        staticmethod(  str(           sum(           super(


0 0
原创粉丝点击