All Projects → howie6879 → Sanic For Pythoneer

howie6879 / Sanic For Pythoneer

📚 一份sanic使用教程,开源小书

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Sanic For Pythoneer

Owllook
owllook-小说搜索引擎
Stars: ✭ 2,163 (+613.86%)
Mutual labels:  sanic, book
Zero To Production
Code to follow along the "Zero To Production" book on API development in Rust.
Stars: ✭ 289 (-4.62%)
Mutual labels:  book
Hexo Douban
💿 A simple plugin for hexo that helps us generate pages for douban books ,movies and games.
Stars: ✭ 277 (-8.58%)
Mutual labels:  book
Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+947.52%)
Mutual labels:  book
Write You A Haskell
Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
Stars: ✭ 3,064 (+911.22%)
Mutual labels:  book
Machine Learning Books
book
Stars: ✭ 290 (-4.29%)
Mutual labels:  book
Friendbook
📕 "友书" 小说阅读app
Stars: ✭ 275 (-9.24%)
Mutual labels:  book
Kaobook
A LaTeX class for books, reports or theses based on https://github.com/kenohori/thesis and https://github.com/Tufte-LaTeX/tufte-latex.
Stars: ✭ 300 (-0.99%)
Mutual labels:  book
Go Ast Book
📚 《Go语法树入门——开启自制编程语言和编译器之旅》(开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST/凹语言)
Stars: ✭ 4,034 (+1231.35%)
Mutual labels:  book
Byte Of Vim
"A Byte of Vim" is a book which aims to help you to learn how to use the Vim editor (version 7), even if all you know is how to use the computer keyboard.
Stars: ✭ 283 (-6.6%)
Mutual labels:  book
Scala With Cats
Source code for Scala with Cats
Stars: ✭ 283 (-6.6%)
Mutual labels:  book
Solid
Книга о принципах объектно-ориентированного дизайна SOLID
Stars: ✭ 280 (-7.59%)
Mutual labels:  book
Dive Into Dl Tensorflow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
Stars: ✭ 3,380 (+1015.51%)
Mutual labels:  book
Game Programmer Study Notes
⚓ 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
Stars: ✭ 6,050 (+1896.7%)
Mutual labels:  book
Tbd
Source for TrunkBasedDevelopment.com
Stars: ✭ 299 (-1.32%)
Mutual labels:  book
Hott Intro
An introductory course to Homotopy Type Theory
Stars: ✭ 277 (-8.58%)
Mutual labels:  book
Game Programming Patterns
Source repo for the book
Stars: ✭ 3,096 (+921.78%)
Mutual labels:  book
Nodebook
📖 Livre publié aux Éditions Eyrolles • Première édition : Node.js v10 et npm v6.
Stars: ✭ 286 (-5.61%)
Mutual labels:  book
Kubernetes Kitap
Stars: ✭ 299 (-1.32%)
Mutual labels:  book
Read Weekly
Think Outside The Box And Monkey Reading / 每周一书
Stars: ✭ 300 (-0.99%)
Mutual labels:  book

Documentation Status

Sanic-For-Pythoneer

  • 这是一份记录文档,是我日常使用Sanic的一些经验之谈,希望能让你在使用Sanic的过程中少走一些弯路
  • 可根据需求跳跃阅读
  • gitbook在线阅读地址

1.介绍

Sanic是一个可以使用 async/await 语法编写项目的异步非阻塞框架,它写法类似于Flask ,但使用了异步特性,而且还使用 uvloop 作为事件循环,其底层使用的是libuv,从而使 Sanic 的速度优势更加明显

我于2017年2月份开始使用 Sanic,使用过程中确实遇到不少问题,如缓存、模板引入、session、认证...

但不用担心,Sanic 更新速度非常快,许多问题都在逐步地解决中,并且比同类别更出色更优秀,个人觉得 Sanic 是一个值得尝试的异步框架,不论是代码编写还是性能比较都算非常不错

本项目的结构如下:

第一部分:技巧

第二部分:源码及附录

2.更新

代码的世界变幻莫测,我能做的就是尽量将本篇文档持续更新、持续修正、让其处于当前最新的状态

3.说明

如果您在使用中有什么不明白的问题,欢迎一起交流(扫码关注,发送:Sanic可获取本书PDF版):

我也创建了一个免费的Python知识星球,欢迎大家一起交流:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].