Giter Club home page Giter Club logo

python-web-guide's Introduction

Python Web 入坑指南

____        _   _                  __        __   _          ____       _     _
 _ _ _| _ _(_) __| | ___
| | | __| '_ / _ | '_ // / _ '_ | | _| | | | / _ \
 __/| | | | | (_) | | | | V V / __/ | | | | (_| | __/
__, _| ___/ _/_/ _____,___,_

|___/

本指南根据作者的自学和工作经历提供(吐槽)一下python web的学习路线,主要包括概念介绍,参考书籍,开发工具和开发流程等,希望可以帮助非科班人士通过自学入门python 网站开发,弥补学校教育和公司需求之间的鸿沟(也作为自己的学习笔记和面试参考手册),同时也希望可以作为公司菜鸟实习生的培训手册,帮助公司快速培训新人上手开发,减轻招聘压力。 笔者目前能力有限,希望有经验的python圈人士可以一起协作。 本小书灵感来自于 requests 库作者的 python-guide 。 你可以使用强大的电子书阅读软件 calibre 下载epub格式阅读。

image

# 使用方式 1
# 本项目页面托管在 readthedoc,如果国内因为网络原因打不开,可以使用如下方式在本地构建
git clone https://github.com/PegasusWang/python-web-guide.git    # 协作请fork一份你自己的地址
pip install -r requeirements.txt  # 安装 Sphinx==1.3.4
make html   # 构建 html 电子书,之后会在本地生成一个 _build/html 文件夹
cd _build/html   # 切换到构建好的 html 静态文件夹里
python3 -m http.server  # 启动一个本地文件服务器,或者 python2 用 python -m SimpleHTTPServer
# 之后打开 http://127.0.0.1:8000/ 即可本地访问电子书

# 推荐使用方式 2,加入了 sphinx-autobuild 自动编辑刷新
git clone https://github.com/PegasusWang/python-web-guide.git    # 协作请fork一份你自己的地址
pip install -r requeirements.txt  # 安装 Sphinx==1.3.4, sphinx-autobuild
make serve  # 之后打开 http://127.0.0.1:8000/ 即可本地访问电子书,编辑直接自动刷新浏览器

文档采用rst格式书写,用 readthedocs 托管。一个快速的rst语法demo 教程。 如果使用vim编写可以使用rst插件 riv.vim 配合 InstantRst 本地预览,定期pull一下拉取更新。 欢迎你fork一份然后添加自己的章节,本书主要面对经验尚浅的同学作为自学的指导手册,并非速成指南,内容来自笔者工作经验总结。 本电子版书集合了同事的智慧结晶,感谢你们带我入坑。 本指南同时会有一些不负责任的吐槽。学到东西的请狂点 star,让笔者有动力更新更多业界实战干货,更多技术分享请关注作者知乎帐号 pegasuswang ,知乎专栏 Python 学习之路个人博客 。 笔者还维护了一个 vim 视频教程专栏,感兴趣可以访问 玩转vim

TODO:

您的微信打赏就是我写作的最大动力,呵呵哒!

微信打赏

python-web-guide's People

Contributors

btyh17mxy avatar cooperfu avatar gaoliang avatar hieast avatar kxxoling avatar pegasuswang avatar vcancy avatar wuyangyang avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.