本文在喵在野的Python零基础入门资料整理基础上补充整理而成,主要增加了周刊、对语言初步感受、还有论坛的三个部分的内容。
如果是MAC, 一般现在的版本都直接装有Python 2.x, 可以直接调出终端运行。
调出终端的办法:
Launchpad->其他
一、对语言有初步感受
Think Python: How to Think Like a Computer Scientist
二、系统入门
三、书
四、论坛
五、周刊
六、延伸阅读
问题解决部分
如何调出IDLE:百度经验
网友评论
py基础和进阶看完,再学完mysql, py操作mysql.就可以搞爬虫了吗?
Redis 对页面css了解 还有python 基础学的不错的话 就可以搞爬虫
print "hello world!"
print "hello again"
print "I like typing this."
print "This is fun."
print 'Yay! Printing.'
print "I'd much rather you 'not'."
print 'I "said" do not touch this."
glaroam2-173-238:~ huyi$ /Users/huyi/Desktop/lianxi/practice1.py
/Users/huyi/Desktop/lianxi/practice1.py: line 1: print: command not found
/Users/huyi/Desktop/lianxi/practice1.py: line 2: print: command not found
/Users/huyi/Desktop/lianxi/practice1.py: line 3: print: command not found
/Users/huyi/Desktop/lianxi/practice1.py: line 4: print: command not found
/Users/huyi/Desktop/lianxi/practice1.py: line 5: print: command not found
/Users/huyi/Desktop/lianxi/practice1.py: line 6: print: command not found
/Users/huyi/Desktop/lianxi/practice1.py: line 7: print: command not found
以上是我写的以及在终端中运行的情况,谢谢
http://www.jianshu.com/p/93b15501d9e0#