軍械庫

morra發表於2017-02-22

站在巨人的肩膀上。

python學習

Python tutorial中文版(Python 3.6.x)

http://www.pythondoc.com/pythontutorial3/index.html

The Hitchhiker’s Guide to Python

英文:http://docs.python-guide.org/en/latest/
中文:https://pythonguidecn.readthedocs.io/zh/latest/

廖雪峰的python3教程

http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000

自強學堂

Python:http://www.ziqiangxuetang.com/python/python-tutorial.html
Django:
http://www.ziqiangxuetang.com/django/django-tutorial.html

Full Stack Python

官網 https://www.fullstackpython.com/django.html
中文版 http://fullstackpython.atjiang.com/websockets.html

Python全攻略

https://hsz1273327.gitbooks.io/python_total_tutorial/content/

大神部落格

阮一峰

http://www.ruanyifeng.com/blog/

劉傑(Python NLTK)

http://www.burnelltek.com/

David 9(機器學習,雲端計算,資料探勘)

http://nooverfit.com/wp

RESTful 文件

Restful API 的設計規範

http://novoland.github.io/restful-api

Flask-RESTful

Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs.
https://flask-restful.readthedocs.io/en/latest/

Django REST framework

Django REST framework is a powerful and flexible toolkit for building Web APIs.
http://www.django-rest-framework.org/

文件

the Python Package Index

https://pypi.python.org/pypi

Python 3.6.0 documentation

https://docs.python.org/3/

Python 3 Module of the Week (how to use Python 3 standard library)

https://pymotw.com/3/index.html

Read the Docs

https://readthedocs.org/search/

Django1.8.2 文件

中文版:http://python.usyiyi.cn/django/index.html

Python 中文學習大本營

http://www.pythondoc.com/
包含如下內容:
《flask官方教程》(中文)
《探索 Flask 》(Flask 進階)
《Flask Mega Tutorial 》(一個非官方的很完整的 Flask 教程)
《Flask-Cache》
《Flask-PyMongo》
《Flask-Dashed》
《Flask-SQLAlchmey》
《Flask-Mail》
《Flask-Testing 》
《Flask + SQLAlchemy + Postgresql 非同步方案》
《使用 Python 以及 Flask 編寫 RESTful API》
《Flask-WTF》
《Flask-Login》
《在Flask中整合 Celery》
《Flask-DebugToolbar》
《Flask-Babel》
《Flask-RESTful》
《Sphinx 官方文件》
《SQLAlchemy中文文件》

線上手冊中心

http://docs.pythontab.com/
《Python進階》中文版
《TensorFlow中文手冊》
《Scrapy中文手冊》
《Django1.5中文手冊》
《Tornado入門手冊》
《Flask中文手冊》
《Nginx中文手冊》
《Git中文手冊》
《Redis中文手冊》
《Nodejs中文手冊》
《Jinja2中文手冊》

Awesome 系列

Awesome (1)

https://github.com/sindresorhus/awesome

Awesome Awesomeness (2)

A curated list of amazingly awesome awesomeness.
https://github.com/bayandin/awesome-awesomeness

Awesome Python

A curated list of awesome Python frameworks, libraries, software and resources.
英文:https://github.com/vinta/awesome-python
中文:https://github.com/jobbole/awesome-python-cn

第三方庫直達

Requests: HTTP for Humans

英文:http://www.python-requests.org/en/master/ (Release v2.13.0.)
中文:http://docs.python-requests.org/zh_CN/latest/index.html (Release v2.10.0.)

Beautiful Soup 4.4.0 中文文件

http://beautifulsoup.readthedocs.io/zh_CN/latest/

Jinjia2

Jinja2 is a modern and designer-friendly templating language for Python.
http://jinja.pocoo.org/docs/2.9/

Celery: Distributed Task Queue

Celery is an asynchronous task queue/job queue based on distributed message passing.
http://www.celeryproject.org/

virtualenv

http://virtualenv-chinese-docs.readthedocs.io/en/latest/

Ideas系列

Ideas: Collection of Phodal's idea.

http://ideas.phodal.com/

Web Developer Roadmap

https://github.com/phodal/developer

Developer進階書單

https://github.com/phodal/booktree

工具

Django Debug Toolbar

https://django-debug-toolbar.readthedocs.io/en/stable/index.html

Anaconda

Anaconda is the leading open data science platform powered by Python.The open source version of Anaconda is a high performance distribution of Python and R and includes over 100 of the most popular Python, R and Scala packages for data science.
https://www.continuum.io/

機器學習資料彙總

第一部分:https://github.com/ty4z2008/Qix/blob/master/dl.md
第二部分:https://github.com/ty4z2008/Qix/blob/master/dl2.md

吳恩達機器學習視訊筆記

https://wiilzhang.gitbooks.io/ml-v4-2/content/

Kivy中文程式設計指南

https://cycleuser.gitbooks.io/kivy-guide-chinese/content/


中國程式設計師容易發音錯誤的單詞
https://github.com/shimohq/chinese-programmer-wrong-pronunciation

相關文章