mirror of https://github.com/TwoWater/Python
新增章节:为什么学 Python?
parent
c9ba8dd5d5
commit
a17e0bf90a
|
@ -18,16 +18,17 @@ IT 行业相对于一般传统行业,发展更新速度更快,一旦停止
|
|||
因为每个人的需求不同,这里整理了一批 Python 比较好的学习资料:
|
||||
|
||||
* [Python 博客网站资源](/Res/Python博客网站资源.md)
|
||||
* [Python 视频教程资源](/Res/Python视频教程资源.md)
|
||||
|
||||
|
||||
# Python 入门
|
||||
|
||||
对于入门,主要是掌握基本的语法和熟悉编程规范,因此大部分的教程基本一致的,所以还是建议选好适合自己的一个教程,坚持学下去。
|
||||
|
||||
在 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 有所帮助。
|
||||
在 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 有所帮助。
|
||||
|
||||
**主要目录如下:**
|
||||
|
||||
* [为什么学Python?](/Article/python0/为什么学Python?.md)
|
||||
* [Python代码规范](/Article/codeSpecification/codeSpecification_Preface.md)
|
||||
- [简明概述](/Article/codeSpecification/codeSpecification_first.md)
|
||||
- [注释](/Article/codeSpecification/codeSpecification_second.md)
|
||||
|
|
27
Res/FQ.md
27
Res/FQ.md
|
@ -4,33 +4,24 @@
|
|||
|
||||
* **蓝灯**
|
||||
|
||||
简单粗暴,下载安装即可用,每月免费 5g ,也可以购买,一年两百多
|
||||
简单粗暴,下载安装即可用,每月免费 5g ,也可以 购买专业版,一年两百多。其实如果不用来看视频,够用的了。
|
||||
|
||||
蓝灯官方论坛: [https://github.com/getlantern/forum](https://github.com/getlantern/forum)
|
||||
|
||||
蓝灯镜像下载地址:[http://s3.amazonaws.com/urtuz53txrmk9/index.html](http://s3.amazonaws.com/urtuz53txrmk9/index.html)
|
||||
传送门: [蓝灯官方论坛](https://github.com/getlantern/forum) ,[蓝灯镜像下载地址](http://s3.amazonaws.com/urtuz53txrmk9/index.html)
|
||||
|
||||
|
||||
* **XX-Net**
|
||||
|
||||
基于 Google 免费的云服务搭建,这里有个矛盾就是:搭建前你得 FQ。也就是说,我要下载 FQ 软件,可是下载这个 FQ 软件就要 FQ 。
|
||||
基于 Google 免费的云服务搭建,这里有个矛盾就 是:搭建前你得 FQ。也就是说,我要下载 FQ 软件,可是 下载这个 FQ 软件就要 FQ 。
|
||||
|
||||
所以这里你可以先用蓝灯 FQ 后,再搭建这个
|
||||
所以这里你可以先用蓝灯 FQ 后,再搭建这个
|
||||
|
||||
官方中文文档:[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)
|
||||
|
||||
基于 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)
|
||||
|
||||
|
||||
* **第三方的 SS**
|
||||
|
||||
用过一年多,现在还可以用。
|
||||
|
||||
官方地址:[https://dotunnel005.com/user](https://dotunnel005.com/user)
|
||||
传送门:[官方中文文档](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)
|
||||
|
||||
|
||||
* **自己搭建 ssr**
|
||||
|
||||
当然,最好的还是自己能搭建 ss/ssr 服务器,这里有个适合初学者的教程.
|
||||
当然,最好的还是自己能搭建 ss/ssr 服务器,这里有个适合初学者的教程。
|
||||
|
||||
传送门:[教程地址](https://github.com/getlantern/forum/issues/5620)
|
||||
|
||||
|
||||
教程地址:[https://github.com/getlantern/forum/issues/5620](https://github.com/getlantern/forum/issues/5620)
|
||||
|
|
|
@ -2,28 +2,46 @@
|
|||
|
||||
|
||||
* **本人编写的 Python 系列文章**
|
||||
- 链接: [https://www.readwithu.com/](https://www.readwithu.com/)
|
||||
- github :[https://github.com/TwoWater/Python](https://github.com/TwoWater/Python)
|
||||
- 本草根编写的 Python 文章,里面有各种例子代码
|
||||
|
||||
本草根编写的 Python 文章,里面有各种例子代码
|
||||
|
||||
传送门: [Gitbook](https://www.readwithu.com/),[github](https://github.com/TwoWater/Python)
|
||||
|
||||
* **Python 在线手册**
|
||||
- 链接: [http://docs.pythontab.com](http://docs.pythontab.com)
|
||||
- Python 在线手册站,收集整理了大量 Python 流行技术文档和教程
|
||||
|
||||
Python 在线手册站,收集整理了大量 Python 流行技术文档和教程。更多时候我们用来查询 Api 。
|
||||
|
||||
传送门:[官方地址](http://docs.pythontab.com)
|
||||
|
||||
|
||||
* **Python轻松入门**
|
||||
- 链接:[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)
|
||||
- 网易云课程,Python 轻松入门
|
||||
|
||||
网易云课程,Python 轻松入门
|
||||
|
||||
传送门: [官方地址](https://study.163.com/course/introduction.htm?courseId=1003655001&utm_campaign=share&utm_content=courseIntro&utm_medium=iphoneShare&utm_source=weixing)
|
||||
|
||||
|
||||
* **廖雪峰 Python 教程**
|
||||
- 链接:[http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)
|
||||
- 经典的 Python 入门文章
|
||||
|
||||
最最最经典的 Python 入门文章。
|
||||
|
||||
传送门:[官方地址](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)
|
||||
|
||||
|
||||
* **Python 基础教程**
|
||||
- 链接:[http://www.runoob.com/python/python-tutorial.html](http://www.runoob.com/python/python-tutorial.html)
|
||||
- 详细的记录 Python 各个知识点的用法讲解
|
||||
|
||||
详细的记录 Python 各个知识点的用法讲解,很适合小白入门。
|
||||
|
||||
传送门:[官方地址](http://www.runoob.com/python/python-tutorial.html)
|
||||
|
||||
|
||||
* **莫烦Python**
|
||||
- 链接:[https://morvanzhou.github.io/tutorials/python-basic/](https://morvanzhou.github.io/tutorials/python-basic/)
|
||||
|
||||
|
||||
传送门:[官方地址](https://morvanzhou.github.io/tutorials/python-basic/)
|
||||
|
||||
* **The Hitchhiker’s Guide to Python**
|
||||
- 链接:[http://docs.python-guide.org/en/latest/](http://docs.python-guide.org/en/latest/)
|
||||
|
||||
传送门:[官方地址](http://docs.python-guide.org/en/latest/)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Summary
|
||||
|
||||
* [前言](README.md)
|
||||
* [为什么学Python?](/Article/python0/为什么学Python?.md)
|
||||
* [Python代码规范](/Article/codeSpecification/codeSpecification_Preface.md)
|
||||
- [简明概述](/Article/codeSpecification/codeSpecification_first.md)
|
||||
- [注释](/Article/codeSpecification/codeSpecification_second.md)
|
||||
|
@ -87,3 +88,5 @@
|
|||
* [使用Python虚拟环境](/Article/advanced/使用Python虚拟环境.md)
|
||||
* [Mac中使用virtualenv和virtualenvwrapper](/Article/advanced/Mac中使用virtualenv和virtualenvwrapper.md)
|
||||
* [**Django**](/Article/django/Django.md)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue