search
HomeBackend DevelopmentPython TutorialPython入门学习指南?

最近想学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
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
Python and Time: Making the Most of Your Study TimePython and Time: Making the Most of Your Study TimeApr 14, 2025 am 12:02 AM

To maximize the efficiency of learning Python in a limited time, you can use Python's datetime, time, and schedule modules. 1. The datetime module is used to record and plan learning time. 2. The time module helps to set study and rest time. 3. The schedule module automatically arranges weekly learning tasks.

Python: Games, GUIs, and MorePython: Games, GUIs, and MoreApr 13, 2025 am 12:14 AM

Python excels in gaming and GUI development. 1) Game development uses Pygame, providing drawing, audio and other functions, which are suitable for creating 2D games. 2) GUI development can choose Tkinter or PyQt. Tkinter is simple and easy to use, PyQt has rich functions and is suitable for professional development.

Python vs. C  : Applications and Use Cases ComparedPython vs. C : Applications and Use Cases ComparedApr 12, 2025 am 12:01 AM

Python is suitable for data science, web development and automation tasks, while C is suitable for system programming, game development and embedded systems. Python is known for its simplicity and powerful ecosystem, while C is known for its high performance and underlying control capabilities.

The 2-Hour Python Plan: A Realistic ApproachThe 2-Hour Python Plan: A Realistic ApproachApr 11, 2025 am 12:04 AM

You can learn basic programming concepts and skills of Python within 2 hours. 1. Learn variables and data types, 2. Master control flow (conditional statements and loops), 3. Understand the definition and use of functions, 4. Quickly get started with Python programming through simple examples and code snippets.

Python: Exploring Its Primary ApplicationsPython: Exploring Its Primary ApplicationsApr 10, 2025 am 09:41 AM

Python is widely used in the fields of web development, data science, machine learning, automation and scripting. 1) In web development, Django and Flask frameworks simplify the development process. 2) In the fields of data science and machine learning, NumPy, Pandas, Scikit-learn and TensorFlow libraries provide strong support. 3) In terms of automation and scripting, Python is suitable for tasks such as automated testing and system management.

How Much Python Can You Learn in 2 Hours?How Much Python Can You Learn in 2 Hours?Apr 09, 2025 pm 04:33 PM

You can learn the basics of Python within two hours. 1. Learn variables and data types, 2. Master control structures such as if statements and loops, 3. Understand the definition and use of functions. These will help you start writing simple Python programs.

How to teach computer novice programming basics in project and problem-driven methods within 10 hours?How to teach computer novice programming basics in project and problem-driven methods within 10 hours?Apr 02, 2025 am 07:18 AM

How to teach computer novice programming basics within 10 hours? If you only have 10 hours to teach computer novice some programming knowledge, what would you choose to teach...

How to avoid being detected by the browser when using Fiddler Everywhere for man-in-the-middle reading?How to avoid being detected by the browser when using Fiddler Everywhere for man-in-the-middle reading?Apr 02, 2025 am 07:15 AM

How to avoid being detected when using FiddlerEverywhere for man-in-the-middle readings When you use FiddlerEverywhere...

See all articles

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 Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment