Table of Contents
回复内容:
Home Backend Development Python Tutorial Python入门学习指南?

Python入门学习指南?

Jun 06, 2016 pm 04:23 PM
python

最近想学Python,在网上找了很多资料,发现Python路径 - 实验楼,不知道考不考谱?

回复内容:

书籍列表:(列了下看过和没看过的一些书的看法)

基本了解:

>

(Python简明教程简明 Python 教程)

网上有资源,两小时了解基本

如果有其他语言功底,不需要那么久

入门:

>

官方入门,英文好的可以通读一遍,不过貌似也有中文的

>

我看到的第一本python书,大学图书馆借的,很基础,但感觉不够详细

作简单入门还是可以的

>(深入浅出Python)

买的影印版,没有程序基础的可以看看,有程序基础的可以当做英文阅读训练…..

>(Python学习手册)

有Python3k的内容,内容很全面,很详细,就是有点厚,啃了一段时间才搞完,我读的第二本

>(Pyton核心编程)

python2.x,社区翻译的,章节理得思路很清晰,比较符合中国人梳理知识的风格。2天翻完了,和上面那本内容基本相似。二选一

>

没买,ibm dev里面有网络版,翻看了一些自己需要的文章

没看,没有发言权…..

进阶& 再深入:

>

很基础,也很不基础,应该算是入门后想再进一步要看的

>

买了,还没翻

>

没买,没发言权,目前工作中没用到

打算买

>

正在看,对想更深入了解很有帮助,对写出更好的代码也很有帮助

其他:

>

买了,挑看了部分章节,如果经常在*nix下工作的童鞋,常常写脚本的同学,建议看看

>

没买,没看,没发言权

>

正在看,主要是机器学习一些基本算法的介绍,代码是python写的,很赞

>

没买,没看,没发言权

>

迁移一个项目(Mezzanine - 一个基于Django1.4的CMS开源项目)到sae时读完了所有章节,不过不深入。

网上有翻译版本的

>

买了,看完了,和上一本重复太多,二选一,建议网上看上面那本

大部头偶尔查询

>

实体中文版貌似刚出,很厚一本,一百来大洋,还没下手。有电子版,偶尔查查东西用,不过貌似不大完整。

打算手里这些书过完了再入手

>

python2.4的,很多奇淫巧计,可以买一本


2.学习路线(针对以上书籍,可以自我调整和评估下,以下只代表个人观点)

  1. #/usr/bin/env python
  2. #-*- coding=utf-8 -*-
  3. #@author: 林达漫@yeah.net
  4. #@version: 0.1
  5. #@date: 2015-02-7
  6. #@desc: python学习线路
  7. step
  8. def read(book=>) # 网上先过一遍
  9. if 没兴趣:
  10. return
  11. else:
  12. if 没编程基础:
  13. >
  14. if need py2.x:
  15. >
  16. elif py2.x and py3k:
  17. >
  18. if you want: #可选
  19. >
  20. if you have more time and energy:
  21. >
  22. >
  23. print "Info: 基本入门了"
  24. if you want go farther:
  25. if True:#强烈建议
  26. >
  27. >
  28. > #这个,没读过,自己判定吧
  29. if 工作需要:
  30. > #网络编程
  31. > #系统管理相关
  32. > #web,用到django框架的
  33. > #同上
  34. > #算法工程师,or 个人爱好
  35. >
  36. if you want to search for something useful:
  37. >
  38. >

3.选用IDE:

这个,自己感觉用得顺手就行,关于这个,不详细介绍,网上自个搜

晒下我用的

windows下: 实验:IDLE 工程:Eclipse+pydev (目前转用sublime text2了,有兴趣的可以试试)

Linux下: 实验: Ipython 工程: vim


4.学习方法:

感觉入门无他: 看书+敲代码实验

买书的话,基本就行,貌似lz买多了,有部分感觉其实重复了

进阶,个人认为: 思考+不停写代码&重构

菜鸟阶段,继续敲代码中


5.关于这堆笔记

目标:python基本入门及进阶

基于版本: py2.7

参考书籍: 上面那堆书籍 + 网络的一些博文

整理频率:不定期哈,这个没法保证,1是比较懒,2是工作比较忙(好吧,这都是借口>

声明:

1.本人系菜鸟一枚,这些权做分享,水平有限,错误难免,欢迎指正

2.文中引用会尽量注明,由于太杂,遗漏的希望指出,会注明.

3.转载注明出处哈,谢绝一切商业用途

最好方法就是去看python中文官方文档,给你个链接Python 教程,又不是每个人都看过实验楼,没什么靠不靠谱的,要认真学了不靠谱的也靠谱了。 1.要做好一个程序员,是不是应该首先学会利用搜索引擎呢?
2.做为一个知乎er,提问前是不是应该先确定所问问题是否有答案呢?
3.鉴于知乎对新手的高门槛,你的问题被回答的几率这么低,没有激起你寻找别的解决问题的途径的激情吗?
4.建议Python入门指南和实验楼靠谱不靠谱分开问,这两个问题,第一个问题已有答案,第二个问题还没有。知乎和论坛还是有区别的。
5.附上不假思索随手搜索的结果截图:
Python入门学习指南? Python入门学习指南? Python入门学习指南? 我的经验是,还是上个课吧,有点眉目再看书
我推荐个个人觉得比较好的入门课程
Programming for Everybody (Python) Python教程 - 廖雪峰的官方网站
专栏:Python爬虫入门教程 我该怎么开始学习编程?
这个链接希望对你有所帮助。 可以试试动物书,里面有本python学习手册,看了之后感觉姿势水平大大提高。 有点基础后推荐两本不错的书:python cookbook python 参考手册,姿势大涨哟
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP and Python: Code Examples and Comparison PHP and Python: Code Examples and Comparison Apr 15, 2025 am 12:07 AM

PHP and Python have their own advantages and disadvantages, and the choice depends on project needs and personal preferences. 1.PHP is suitable for rapid development and maintenance of large-scale web applications. 2. Python dominates the field of data science and machine learning.

Python vs. JavaScript: Community, Libraries, and Resources Python vs. JavaScript: Community, Libraries, and Resources Apr 15, 2025 am 12:16 AM

Python and JavaScript have their own advantages and disadvantages in terms of community, libraries and resources. 1) The Python community is friendly and suitable for beginners, but the front-end development resources are not as rich as JavaScript. 2) Python is powerful in data science and machine learning libraries, while JavaScript is better in front-end development libraries and frameworks. 3) Both have rich learning resources, but Python is suitable for starting with official documents, while JavaScript is better with MDNWebDocs. The choice should be based on project needs and personal interests.

Detailed explanation of docker principle Detailed explanation of docker principle Apr 14, 2025 pm 11:57 PM

Docker uses Linux kernel features to provide an efficient and isolated application running environment. Its working principle is as follows: 1. The mirror is used as a read-only template, which contains everything you need to run the application; 2. The Union File System (UnionFS) stacks multiple file systems, only storing the differences, saving space and speeding up; 3. The daemon manages the mirrors and containers, and the client uses them for interaction; 4. Namespaces and cgroups implement container isolation and resource limitations; 5. Multiple network modes support container interconnection. Only by understanding these core concepts can you better utilize Docker.

How to run programs in terminal vscode How to run programs in terminal vscode Apr 15, 2025 pm 06:42 PM

In VS Code, you can run the program in the terminal through the following steps: Prepare the code and open the integrated terminal to ensure that the code directory is consistent with the terminal working directory. Select the run command according to the programming language (such as Python's python your_file_name.py) to check whether it runs successfully and resolve errors. Use the debugger to improve debugging efficiency.

Can visual studio code be used in python Can visual studio code be used in python Apr 15, 2025 pm 08:18 PM

VS Code can be used to write Python and provides many features that make it an ideal tool for developing Python applications. It allows users to: install Python extensions to get functions such as code completion, syntax highlighting, and debugging. Use the debugger to track code step by step, find and fix errors. Integrate Git for version control. Use code formatting tools to maintain code consistency. Use the Linting tool to spot potential problems ahead of time.

Python: Automation, Scripting, and Task Management Python: Automation, Scripting, and Task Management Apr 16, 2025 am 12:14 AM

Python excels in automation, scripting, and task management. 1) Automation: File backup is realized through standard libraries such as os and shutil. 2) Script writing: Use the psutil library to monitor system resources. 3) Task management: Use the schedule library to schedule tasks. Python's ease of use and rich library support makes it the preferred tool in these areas.

Can vs code run in Windows 8 Can vs code run in Windows 8 Apr 15, 2025 pm 07:24 PM

VS Code can run on Windows 8, but the experience may not be great. First make sure the system has been updated to the latest patch, then download the VS Code installation package that matches the system architecture and install it as prompted. After installation, be aware that some extensions may be incompatible with Windows 8 and need to look for alternative extensions or use newer Windows systems in a virtual machine. Install the necessary extensions to check whether they work properly. Although VS Code is feasible on Windows 8, it is recommended to upgrade to a newer Windows system for a better development experience and security.

Is the vscode extension malicious? Is the vscode extension malicious? Apr 15, 2025 pm 07:57 PM

VS Code extensions pose malicious risks, such as hiding malicious code, exploiting vulnerabilities, and masturbating as legitimate extensions. Methods to identify malicious extensions include: checking publishers, reading comments, checking code, and installing with caution. Security measures also include: security awareness, good habits, regular updates and antivirus software.

See all articles