- 论坛徽章:
- 4
|
我的意思是, 如果你有较好的C/C++, LINUX开发功底, 玩过Perl/PHP等脚本语言, 那么看书是很多余的, 官方手册里的内容绝对是经典, 看一遍啥都会了, 比谁都强.
官方手册是这么得到的, 安装windows版本的python, 里面带有一个python document, 里面有很多板块, 挨个看一遍就行了.
但如果你想看点python cookbook这种类型的书, 也是很有益处的, 但我觉得多来混混论坛, 开开眼界动动手就行了, 我也没学几天python, 写django, 写各种应用都没问题了, 其实就是个多看多记, 有目的有需求的使用而已, 如果不知道拿python干什么, 那就学学基础语法, 先混着论坛就行了.
- Parts of the documentation:
- What's new in Python 3.2?
- or all "What's new" documents since 2.0
- Tutorial
- start here
- Library Reference
- keep this under your pillow
- Language Reference
- describes syntax and language elements
- Python Setup and Usage
- how to use Python on different platforms
- Python HOWTOs
- in-depth documents on specific topics
- Extending and Embedding
- tutorial for C/C++ programmers
- Python/C API
- reference for C/C++ programmers
- Installing Python Modules
- information for installers & sys-admins
- Distributing Python Modules
- sharing modules with others
- FAQs
- frequently asked questions (with answers!)
-
复制代码 |
|