《learn python the hard way》是一本非常好的Python入门书籍,这是一本需要你一步一步去敲代码去学习的书。 《learn python the hard way》地址:http://learnpythonthehardway.org/book/ 在学习Python之前首先是安装Python运行环境,这里使用的Windows平台,以下为安装步骤:
在python的IDLE(Python GUI)中输入inport this 就可以看到python的禅机。 >>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than de