Skip to content

Commit a17e0bf

Browse files
committed
新增章节:为什么学 Python?
1 parent c9ba8dd commit a17e0bf

File tree

4 files changed

+45
-32
lines changed

4 files changed

+45
-32
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@ IT 行业相对于一般传统行业,发展更新速度更快,一旦停止
1818
因为每个人的需求不同,这里整理了一批 Python 比较好的学习资料:
1919

2020
*[Python 博客网站资源](/Res/Python博客网站资源.md)
21-
*[Python 视频教程资源](/Res/Python视频教程资源.md)
21+
2222

2323
# Python 入门
2424

2525
对于入门,主要是掌握基本的语法和熟悉编程规范,因此大部分的教程基本一致的,所以还是建议选好适合自己的一个教程,坚持学下去。
2626

27-
在 Python 入门中,本人自己编写了一系列的 《 草根学 Python 》 博客, 是基于 Python 3.6 写的 Python 入门系列教程,为了更好的阅读,把它整理在 [GitBook](https://www.readwithu.com/) 上;如果 [GitBook](https://www.readwithu.com/) 访问慢,也可以到个人博客查阅:[草根学 Python](http://twowater.com.cn/categories/Python/%E8%8D%89%E6%A0%B9%E5%AD%A6-Python/),希望对各位入门 Python 有所帮助。
27+
在 Python 入门中,本人编写了一系列的 《草根学 Python 》 博客, 是基于 Python 3.6 写的 Python 入门系列教程,为了更好的阅读,把它整理在 [GitBook](https://www.readwithu.com/) 上;如果 [GitBook](https://www.readwithu.com/) 访问慢,也可以到个人博客查阅:[草根学 Python](http://twowater.com.cn/categories/Python/%E8%8D%89%E6%A0%B9%E5%AD%A6-Python/),希望对各位入门 Python 有所帮助。
2828

2929
**主要目录如下:**
3030

31+
*[为什么学Python?](/Article/python0/为什么学Python?.md)
3132
*[Python代码规范](/Article/codeSpecification/codeSpecification_Preface.md)
3233
-[简明概述](/Article/codeSpecification/codeSpecification_first.md)
3334
-[注释](/Article/codeSpecification/codeSpecification_second.md)

Res/FQ.md

+8-17
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,24 @@
44

55
***蓝灯**
66

7-
简单粗暴,下载安装即可用,每月免费 5g ,也可以购买,一年两百多
7+
简单粗暴,下载安装即可用,每月免费 5g ,也可以 购买专业版,一年两百多。其实如果不用来看视频,够用的了。
88

9-
蓝灯官方论坛: [https://github.com/getlantern/forum](https://github.com/getlantern/forum)
10-
11-
蓝灯镜像下载地址:[http://s3.amazonaws.com/urtuz53txrmk9/index.html](http://s3.amazonaws.com/urtuz53txrmk9/index.html)
9+
传送门: [蓝灯官方论坛](https://github.com/getlantern/forum)[蓝灯镜像下载地址](http://s3.amazonaws.com/urtuz53txrmk9/index.html)
1210

1311

1412
***XX-Net**
1513

16-
基于 Google 免费的云服务搭建,这里有个矛盾就是:搭建前你得 FQ。也就是说,我要下载 FQ 软件,可是下载这个 FQ 软件就要 FQ 。
17-
18-
所以这里你可以先用蓝灯 FQ 后,再搭建这个
19-
20-
官方中文文档:[https://github.com/XX-net/XX-Net/wiki/%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3](https://github.com/XX-net/XX-Net/wiki/%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3)
14+
基于 Google 免费的云服务搭建,这里有个矛盾就 是:搭建前你得 FQ。也就是说,我要下载 FQ 软件,可是 下载这个 FQ 软件就要 FQ 。
2115

22-
基于 Chrome 浏览器的搭建步骤:[https://github.com/XX-net/XX-Net/wiki/%E4%BD%BF%E7%94%A8Chrome%E6%B5%8F%E8%A7%88%E5%99%A8](https://github.com/XX-net/XX-Net/wiki/%E4%BD%BF%E7%94%A8Chrome%E6%B5%8F%E8%A7%88%E5%99%A8)
16+
所以这里你可以先用蓝灯 FQ 后,再搭建这个
2317

18+
传送门:[官方中文文档](https://github.com/XX-net/XX-Net/wiki/%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3)[基于 Chrome 浏览器的搭建步骤](https://github.com/XX-net/XX-Net/wiki/%E4%BD%BF%E7%94%A8Chrome%E6%B5%8F%E8%A7%88%E5%99%A8)
2419

25-
***第三方的 SS**
2620

27-
用过一年多,现在还可以用。
28-
29-
官方地址:[https://dotunnel005.com/user](https://dotunnel005.com/user)
21+
***自己搭建 ssr**
3022

23+
当然,最好的还是自己能搭建 ss/ssr 服务器,这里有个适合初学者的教程。
3124

32-
***自己搭建 ssr**
25+
传送门:[教程地址](https://github.com/getlantern/forum/issues/5620)
3326

34-
当然,最好的还是自己能搭建 ss/ssr 服务器,这里有个适合初学者的教程.
3527

36-
教程地址:[https://github.com/getlantern/forum/issues/5620](https://github.com/getlantern/forum/issues/5620)

Res/Python博客网站资源.md

+31-13
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,46 @@
22

33

44
***本人编写的 Python 系列文章**
5-
- 链接: [https://www.readwithu.com/](https://www.readwithu.com/)
6-
- github :[https://github.com/TwoWater/Python](https://github.com/TwoWater/Python)
7-
- 本草根编写的 Python 文章,里面有各种例子代码
5+
6+
本草根编写的 Python 文章,里面有各种例子代码
7+
8+
传送门: [Gitbook](https://www.readwithu.com/)[github](https://github.com/TwoWater/Python)
89

910
***Python 在线手册**
10-
- 链接: [http://docs.pythontab.com](http://docs.pythontab.com)
11-
- Python 在线手册站,收集整理了大量 Python 流行技术文档和教程
11+
12+
Python 在线手册站,收集整理了大量 Python 流行技术文档和教程。更多时候我们用来查询 Api 。
13+
14+
传送门:[官方地址](http://docs.pythontab.com)
15+
1216

1317
***Python轻松入门**
14-
- 链接:[https://study.163.com/course/introduction.htm?courseId=1003655001&utm_campaign=share&utm_content=courseIntro&utm_medium=iphoneShare&utm_source=weixing](https://study.163.com/course/introduction.htm?courseId=1003655001&utm_campaign=share&utm_content=courseIntro&utm_medium=iphoneShare&utm_source=weixing)
15-
- 网易云课程,Python 轻松入门
18+
19+
网易云课程,Python 轻松入门
20+
21+
传送门: [官方地址](https://study.163.com/course/introduction.htm?courseId=1003655001&utm_campaign=share&utm_content=courseIntro&utm_medium=iphoneShare&utm_source=weixing)
22+
1623

1724
***廖雪峰 Python 教程**
18-
- 链接:[http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)
19-
- 经典的 Python 入门文章
25+
26+
最最最经典的 Python 入门文章。
27+
28+
传送门:[官方地址](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)
29+
2030

2131
***Python 基础教程**
22-
- 链接:[http://www.runoob.com/python/python-tutorial.html](http://www.runoob.com/python/python-tutorial.html)
23-
- 详细的记录 Python 各个知识点的用法讲解
32+
33+
详细的记录 Python 各个知识点的用法讲解,很适合小白入门。
34+
35+
传送门:[官方地址](http://www.runoob.com/python/python-tutorial.html)
36+
2437

2538
***莫烦Python**
26-
- 链接:[https://morvanzhou.github.io/tutorials/python-basic/](https://morvanzhou.github.io/tutorials/python-basic/)
39+
40+
41+
传送门:[官方地址](https://morvanzhou.github.io/tutorials/python-basic/)
2742

2843
***The Hitchhiker’s Guide to Python**
29-
- 链接:[http://docs.python-guide.org/en/latest/](http://docs.python-guide.org/en/latest/)
44+
45+
传送门:[官方地址](http://docs.python-guide.org/en/latest/)
46+
47+

SUMMARY.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Summary
22

33
*[前言](README.md)
4+
*[为什么学Python?](/Article/python0/为什么学Python?.md)
45
*[Python代码规范](/Article/codeSpecification/codeSpecification_Preface.md)
56
-[简明概述](/Article/codeSpecification/codeSpecification_first.md)
67
-[注释](/Article/codeSpecification/codeSpecification_second.md)
@@ -87,3 +88,5 @@
8788
*[使用Python虚拟环境](/Article/advanced/使用Python虚拟环境.md)
8889
*[Mac中使用virtualenv和virtualenvwrapper](/Article/advanced/Mac中使用virtualenv和virtualenvwrapper.md)
8990
*[**Django**](/Article/django/Django.md)
91+
92+

0 commit comments

Comments
 (0)
close