271-280¶
Issue #271 Jargon June 15, 2017¶
Cite
So....what are the real world applications for Python?
reddit.com
Shared by @myusuf3
reddit.com本身就是
Cite
python-example
How to Build an Electron GUI for a Python Module.
github.com
Shared by @myusuf3
Electron中显示Python的输出?意义不明
Issue #272 Parallax June 27, 2017¶
Cite
Django vs Flask
Awesome write up for the comparison between two big Python web frameworks.
git-pull.com
Shared by @myusuf3
小公司用Flask,大公司用Django
Issue #273 Independent July 4, 2017¶
Cite
gitcen
Finding and censusing data from the git repo.
github.com
Shared by @myusuf3
pygit2又给封装了一下 没啥技术含量
Issue #274 Hyphen July 11, 2017¶
Cite
How to Reverse a List in Python Seems simple, time to go down the rabbit hole. dbader.org Shared by @dbader_org
阅
Issue #275 Sideways July 18, 2017¶
Cite
polyaxon
A platform that helps you build, manage and monitor deep learning models.
github.com
Shared by @mgrouchy
深度学习监控平台
Issue #276 State July 25, 2017¶
Cite
pyecharts
Python Echarts Plotting Library.
github.com
Shared by @mgrouchy
13K的star了都,还是不错的
Issue #277 BOTUS Aug. 1, 2017¶
Cite
python-user-agents
A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.
github.com
Shared by @mgrouchy
解析各种请求的user-agent,从请求的字符串类型结构化
Issue #278 Idea Aug. 8, 2017¶
Cite
A Minimal Django Application
Guide to setup the minimum Django application.
simpleisbetterthancomplex.com
Shared by @myusuf3
最小的例子相比Flask还是复杂很多
Issue #279 Dice Aug. 15, 2017¶
Cite
Let's remove the Global Interpreter Lock
reddit.com
Shared by @mgrouchy
可以用PyPy,Cpython就算了
Cite
Best Python Blog
reddit.com
Shared by @mgrouchy
一些好的博客推荐
- https://dbader.org/blog/
- https://www.reddit.com/r/Python/comments/6tff4j/best_python_blog/
- https://pyimagesearch.com/
- ...
Issue #280 Buffer Aug. 22, 2017¶
Cite
Linking Python to C with CFFI
Speed up your Python with a little C.
tmarkovich.github.io
Shared by @myusuf3
感觉还是打成动态链接库比较方便