291-300¶
Issue #291 Croissant Nov. 7, 2017¶
Cite
Going Fast with SQLite and Python
Become a SQLite pro! Lots of great tips here.
charlesleifer.com
Shared by @myusuf3
pysqlite这个包感觉门槛还是有点高的,ORM用习惯了已经不想写原生SQL了
Issue #292 Liberté Nov. 14, 2017¶
Cite
DeepAA
make Ascii Art by Deep Learing.
github.com
Shared by @myusuf3
没仔细看,不过比较感兴趣这种东西为什么要用深度学习,感觉用传统的图像处理就可以了
Issue #293 Count Nov. 21, 2017¶
Cite
Python testing: Asserting raw byte output with pytest wordpress.com Shared by @myusuf3
目前还没有遇到过字节的测试,不过这个例子还是挺有意思的
Issue #294 Release Nov. 28, 2017¶
Cite
Using Python for Mobile Development: Kivy vs BeeWare
Compare and contrast!
dbader.org
Shared by @dbader_org
Python做UI和移动端的框架总是花里胡哨却难以实际应用,但是每次都会吸引我进来瞅一眼
Cite
3x faster Flask apps
Quart as an upgrade to flask.
medium.com
Shared by @myusuf3
先不说内容,这网站背景颜色整个绿的,眼睛都看瞎了。介绍了Quart这个库,主要卖点是异步,没仔细看,反正肯定打不过FastAPI和Sanic,生态还是老生常谈的问题
Issue #295 12K Dec. 5, 2017¶
Cite
we-are-waiting
It's a bit boring to wait for a long script to complete, so it'll be better if someone will wait with you!.
github.com
Shared by @mgrouchy
emmmm....
Issue #296 I am root Dec. 12, 2017¶
Cite
Writing Python Command-Line Tools With Click
Great tutorial to help you get started with Click.
dbader.org
Shared by @mgrouchy
比较古老的库了,不知道对可变参数的支持咋样
Issue #297 Ledger Dec. 19, 2017¶
Cite
Python Multi-line Comments
What do you need to know about multi-line comments? Short and sweet post to help you find out!
dbader.org
Shared by @dbader_org
多行井号就够了
Issue #298 We're back! Jan. 16, 2018¶
Cite
notifiers The easy way to send notifications. github.com Shared by @mgrouchy
缝合了多种的通知库,不过感觉还是用原生的好
Issue #299 NOOP Jan. 23, 2018¶
Cite
A brief tour of Python 3.7 data classes
A look at Python 3.7's brand new feature, data classes.
hackernoon.com
Shared by @mgrouchy
简短介绍
Issue #300 Spartans Jan. 30, 2018¶
Cite
The Taste of Media Streaming with Flask
Building a streaming from Flask.
medium.com
Shared by @mgrouchy
处理流数据