101-100¶
Issue #101: Sochi Weekly dose of all things Python.¶
Starting A Python Project The Right Way
Have an idea for your next, or first, Python project? Well check out this article to make sure you are getting started the right way!
jeffknupp.com
Shared by @mgrouchy
又是这个兄弟
Issue #102: Community Weekly dose of all things Python.¶
Ordinary Least Squares in Python
datarobot.com
Shared by @myusuf3
最小二乘法 没仔细看
Issue #102: Beta Weekly dose of all things Python.¶
CPython Signal Handling
Great post about how CPython signal handling works and the conditions that might allow for potentially unbounded delay in handling signals.
github.io
Shared by @mgrouchy
打不开
Issue #104: scrypt Weekly dose of all things Python.¶
Part One: The Flask Authentication Problem
Nice roundup of the issues facing the new Flask developer around application Authentication. Gives a great lay of the land which can help you make informed decisions when starting your next Flask project.
stormpath.com
Shared by @mgrouchy
没说啥有用的
Issue #105: Fancy Weekly dose of all things Python.¶
Make Python Faster Without Trying Too Much
Nice article on the few steps you could take to make your code run faster without too much effort. Few great tips on profiling and taking advantage of things like pypy and cython! lukauskas.co.uk
Shared by @myusuf3
介绍了几个包,用来查看代码执行的情况的,没啥用
Meta Programming with Python
Meta programming basics and as well introduces metaclass hooks.
wordpress.com
Shared by @myusuf3
500了
Issue #106: Pi Day Weekly dose of all things Python.¶
30 Python Language Features You May Not Know About
reddit.com
Shared by @myusuf3
Simple is better than complex.
Python Tutor
Visualize the execution of your python code. So cool!
pythontutor.com
Shared by @myusuf3
biubiubiu
Issue #107: Once More With Feeling Weekly dose of all things Python.¶
Flask-User
Flask app to provide user login, Registration, email confirmation, forgotten password functionality and more.
github.com
Shared by @myusuf3
感觉flask的拓展都挺优雅的
Replacing
import
withaccio
: A Dive into Bootstrapping and Python's Grammar
This is a cool exploration of overwriting Python's builtin functions and how to modify or make additions to Python's grammar. mathamy.com Shared by @mgrouchy
花里胡哨的东西,import调用了__builtins__.import
Issue #108: Rift Weekly dose of all things Python.¶
Understanding Python By Breaking It
Increase your Python knowledge by breaking it. The author goes though a guided tour of poking and prodding CPythons internals.
hakril.net
Shared by @mgrouchy
花里胡哨
An Artificial Intelligence for the 2048 game
2048 has been all the rage lately with projects cropping up everywhere. This is a cool examination of implementing an AI to solve the game.
blogspot.it
Shared by @mgrouchy
2048的智能算法,有图有真相
Issue #109: Just Win Weekly dose of all things Python.¶
Build a Flask App in 30 Minutes
Get up and running with your first Flask app in no time!
stormpath.com
Shared by @goStormpath
没啥说的,都去我家吃饺子去吧
Issue #110: PyCon 2014 Weekly dose of all things Python.¶
Say No! Python Import Side Effects
Little bit of a rant article but definitely a be kind to other developers thing!
chrismorgan.info
Shared by @myusuf3
在包被import的时候别干些稀奇古怪的事情
Unpythonic Python
Cool little article about writing unpythonic python code in the spirit of other programming languages.
skien.cc
Shared by @myusuf3
这个是真的花里胡哨,之前的花里胡哨都是牵牛花,这个是牡丹花。想起了之前Airbnb笔试从网上抄的一个代码估计就长这个样