Python_Articles
Python_Articles copied to clipboard
:boom:收集一些Python相关好文
python_articles
收集一些python好文章
-
Parallelism in one line
https://medium.com/building-things-on-the-internet/40e9b2b36148
-
A Guide to Python Frameworks for Hadoop
http://blog.cloudera.com/blog/2013/01/a-guide-to-python-frameworks-for-hadoop/
-
Python, C-Python, Cython代码与GIL的交互
http://www.oschina.net/question/54100_39044
-
用 ElementTree 在 Python 中解析 XML
http://pycoders-weekly-chinese.readthedocs.org/en/latest/issue6/processing-xml-in-python-with-element-tree.html
-
Decorators I: Introduction to Python Decorators
http://www.artima.com/weblogs/viewpost.jsp?thread=240808
-
two-scoops-django-best-practices-1.5.pdf
http://pan.baidu.com/s/1o6Jh2II
-
Python Decorators II: Decorator Arguments
http://www.artima.com/weblogs/viewpost.jsp?thread=240845
-
The Performance Impact of Using dict() Instead of {} in CPython 2.7
http://doughellmann.com/2012/11/12/the-performance-impact-of-using-dict-instead-of-in-cpython-2-7-2.html
-
What does “mro()” do in Python?
http://stackoverflow.com/questions/2010692/what-does-mro-do-in-python
-
Python中的__init__和__new__
http://www.zlovezl.cn/articles/init-and__new__-in-python/
-
Things to Know About Python Super [1 of 3]
http://www.artima.com/weblogs/viewpost.jsp?thread=236275
-
Improve Your Python: Metaclasses and Dynamic Classes With Type
http://www.jeffknupp.com/blog/2013/12/28/improve-your-python-metaclasses-and-dynamic-classes-with-type/
-
A Primer on Python Metaclasses
http://jakevdp.github.io/blog/2012/12/01/a-primer-on-python-metaclasses/
-
Improve Your Python: Understanding Unit Testing
https://www.jeffknupp.com/blog/2013/12/09/improve-your-python-understanding-unit-testing/
-
A Guide to Python's Magic Methods
http://www.rafekettler.com/magicmethods.html
-
Drastically Improve Your Python: Understanding Python's Execution Model
http://www.jeffknupp.com/blog/2013/02/14/drastically-improve-your-python-understanding-pythons-execution-model/
-
Improving your code with modern idioms
http://python3porting.com/improving.html
-
Fn.py: enjoy FP in Python
https://github.com/kachayev/fn.py#fnpy-enjoy-fp-in-python
-
Functional Programming HOWTO
http://docs.python.org/2/howto/functional.html
-
写给Python初学者的设计模式入门
http://www.pythoner.cn/home/blog/slug1design-patterns-beginners/
-
Python修饰器的函数式编程
http://coolshell.cn/articles/11265.html
-
Python程序员的进化
http://coolshell.cn/articles/2082.html
-
Python Web Server Gateway Interface v1.0
http://legacy.python.org/dev/peps/pep-0333/
-
Python: copying a list the right way
http://henry.precheur.org/python/copy_list
-
How should I understand the output of dis.dis?
http://stackoverflow.com/questions/12673074/how-should-i-understand-the-output-of-dis-dis#
-
为什么要阅读Tornado的源码?
http://www.nowamagic.net/academy/detail/13321002
-
Hidden features of Python
http://stackoverflow.com/questions/101268/hidden-features-of-python
-
Coroutines via Enhanced Generators
http://legacy.python.org/dev/peps/pep-0342/
-
A Few of My Favorite (Python) Things
http://www.slideshare.net/mpirnat/a-few-of-my-favorite-python-things
-
Be careful with exec and eval in Python
https://lucumr.pocoo.org/2011/2/1/exec-in-python/
-
Top 10 Mistakes that Python Programmers Make
http://www.toptal.com/python/top-10-mistakes-that-python-programmers-make
-
Web Scraping at Scale: Python vs Go
http://blog.dataweave.in/post/81760696759/web-scraping-at-scale-python-vs-go
-
Python Descriptors, Part 1 of 2
http://martyalchin.com/2007/nov/23/python-descriptors-part-1-of-2/
-
Python descriptor
http://hbprotoss.github.io/posts/python-descriptor.html
-
Python Interview Question and Answers
http://ilian.i-n-i.org/python-interview-question-and-answers/
-
Things you didn't know about Python
https://speakerdeck.com/mitsuhiko/didntknow
-
深刻理解Python中的元类(metaclass)
http://blog.jobbole.com/21351/
-
A Curious Course on Coroutines and Concurrency
http://www.dabeaz.com/coroutines/Coroutines.pdf
-
TALKS AND TUTORIALS
http://www.dabeaz.com/talks.html
-
Descriptor HowTo Guide
https://docs.python.org/2/howto/descriptor.html
-
Python之美[从菜鸟到高手]--玩转描述符和属性
http://blog.csdn.net/yueguanghaidao/article/details/10291147
-
Python与开源GIS
http://lab.osgeo.cn/tutorial/pygis
-
10 awesome features of Python that you can't use because you refuse to upgrade to Python 3
http://asmeurer.github.io/python3-presentation/slides.html#1
-
python-internals-adding-a-new-statement-to-python
http://eli.thegreenplace.net/2010/06/30/python-internals-adding-a-new-statement-to-python/
-
Can't set attributes of object class
http://stackoverflow.com/questions/1529002/cant-set-attributes-of-object-class/1529099#1529099
-
Python Socket Programming
http://pengyi.info/post/35/python-socket-programming/
-
python奇技淫巧
http://www.pengyi.info/post/92/python-skill/
-
Python 2 Tutorial
http://www.python-course.eu/course.php
-
Python免费书54本
http://python.memect.com/?tag=book
-
An introduction to parallel programming using Python's multiprocessing module
http://sebastianraschka.com/Articles/2014_multiprocessing_intro.html
-
Asynchronous API for Python
http://stevedower.id.au/blog/async-api-for-python/
-
Python算法设计篇
http://hujiaweibujidao.github.io/python/
-
Python3-presentation
http://asmeurer.github.io/python3-presentation/slides.html
-
The Python I Would Like To See
http://lucumr.pocoo.org/2014/8/16/the-python-i-would-like-to-see/
-
Python for Fun
http://www.openbookproject.net/py4fun/
-
简明Python魔法 - 1
http://wizmann.tk/python-magic-1.html
-
What is a metaclass in Python?
http://stackoverflow.com/questions/100003/what-is-a-metaclass-in-python
-
Understanding Asynchronous IO With Python 3.4's Asyncio And Node.js
http://sahandsaba.com/understanding-asyncio-node-js-python-3-4.html
-
Combinatorial Generation Using Coroutines With Examples in Python
http://sahandsaba.com/combinatorial-generation-using-coroutines-in-python.html