We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、我应该从哪里开始呢?那个源码下载下来了,感觉还需要些时间学习理解。毕竟我还在学Python的基础。
推荐参考的资料: 序言 | Learn Python the Hard Way 中文版 https://flyouting.gitbooks.io/learn-python-the-hard-way-cn/content/ 每节10分钟就可以刷完
平时随用随参考的: The Hitchhiker’s Guide to Python! — The Hitchhiker's Guide to Python http://docs.python-guide.org/en/latest/index.html The Python Standard Library — Python 2.7.11 documentation https://docs.python.org/2.7/library/index.html
值得精读的只有,官方教程: The Python Tutorial — Python 2.7.11 documentation https://docs.python.org/2.7/tutorial/index.html
在对 Python 的基本语法和数据结构有印象后, 首先要配置好本地基础开发环境, 个人推荐:
然后,就可以高速进行具体问题的解决了, 从大数据的一般问题解决流程:
这四大阶段,都各自有一整套现成的工具链,需要通过 Python 自由运用起来; 初期, 通过对 Crawler 的理解/使用/构建, 就足以快速达到 Python 编程的足够水平,以及经验, 其它阶段的模块/库/软件的使用也就顺理成章了...
只是,俺一向以来的经验教训都指向一个习惯:
这也是为什么第一时间要求使用 github 的原因!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
推荐参考的资料:
序言 | Learn Python the Hard Way 中文版
https://flyouting.gitbooks.io/learn-python-the-hard-way-cn/content/
每节10分钟就可以刷完
平时随用随参考的:
The Hitchhiker’s Guide to Python! — The Hitchhiker's Guide to Python
http://docs.python-guide.org/en/latest/index.html
The Python Standard Library — Python 2.7.11 documentation
https://docs.python.org/2.7/library/index.html
值得精读的只有,官方教程:
The Python Tutorial — Python 2.7.11 documentation
https://docs.python.org/2.7/tutorial/index.html
在对 Python 的基本语法和数据结构有印象后,
首先要配置好本地基础开发环境, 个人推荐:
然后,就可以高速进行具体问题的解决了,
从大数据的一般问题解决流程:
这四大阶段,都各自有一整套现成的工具链,需要通过 Python 自由运用起来;
初期, 通过对 Crawler 的理解/使用/构建,
就足以快速达到 Python 编程的足够水平,以及经验,
其它阶段的模块/库/软件的使用也就顺理成章了...
只是,俺一向以来的经验教训都指向一个习惯:
这也是为什么第一时间要求使用 github 的原因!
The text was updated successfully, but these errors were encountered: