Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

AsAddict/python_articles

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 

Repository files navigation

python_articles

收集一些python好文章

  1. Parallelism in one line

    https://medium.com/building-things-on-the-internet/40e9b2b36148

  2. A Guide to Python Frameworks for Hadoop

    http://blog.cloudera.com/blog/2013/01/a-guide-to-python-frameworks-for-hadoop/

  3. Python, C-Python, Cython代码与GIL的交互

    http://www.oschina.net/question/54100_39044

  4. 用 ElementTree 在 Python 中解析 XML

    http://pycoders-weekly-chinese.readthedocs.org/en/latest/issue6/processing-xml-in-python-with-element-tree.html

  5. Decorators I: Introduction to Python Decorators

    http://www.artima.com/weblogs/viewpost.jsp?thread=240808

  6. two-scoops-django-best-practices-1.5.pdf

    http://pan.baidu.com/s/1o6Jh2II

  7. Python Decorators II: Decorator Arguments

    http://www.artima.com/weblogs/viewpost.jsp?thread=240845

  8. 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

  9. What does “mro()” do in Python?

    http://stackoverflow.com/questions/2010692/what-does-mro-do-in-python

  10. Python中的__init__和__new__

    http://www.zlovezl.cn/articles/__init__-and__new__-in-python/

  11. Things to Know About Python Super [1 of 3]

    http://www.artima.com/weblogs/viewpost.jsp?thread=236275

  12. 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/

  13. A Primer on Python Metaclasses

    http://jakevdp.github.io/blog/2012/12/01/a-primer-on-python-metaclasses/

  14. Improve Your Python: Understanding Unit Testing

    https://www.jeffknupp.com/blog/2013/12/09/improve-your-python-understanding-unit-testing/

  15. A Guide to Python's Magic Methods

    http://www.rafekettler.com/magicmethods.html

  16. 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/

  17. Improving your code with modern idioms

    http://python3porting.com/improving.html

  18. Fn.py: enjoy FP in Python

    https://github.com/kachayev/fn.py#fnpy-enjoy-fp-in-python

  19. Functional Programming HOWTO

    http://docs.python.org/2/howto/functional.html

  20. 写给Python初学者的设计模式入门

    http://www.pythoner.cn/home/blog/slug1design-patterns-beginners/

  21. Python修饰器的函数式编程

    http://coolshell.cn/articles/11265.html

  22. Python程序员的进化

    http://coolshell.cn/articles/2082.html

  23. Python Web Server Gateway Interface v1.0

    http://legacy.python.org/dev/peps/pep-0333/

  24. Python: copying a list the right way

    http://henry.precheur.org/python/copy_list

  25. How should I understand the output of dis.dis?

    http://stackoverflow.com/questions/12673074/how-should-i-understand-the-output-of-dis-dis#

  26. 为什么要阅读Tornado的源码?

    http://www.nowamagic.net/academy/detail/13321002

  27. Hidden features of Python

    http://stackoverflow.com/questions/101268/hidden-features-of-python

  28. Coroutines via Enhanced Generators

    http://legacy.python.org/dev/peps/pep-0342/

  29. A Few of My Favorite (Python) Things

    http://www.slideshare.net/mpirnat/a-few-of-my-favorite-python-things

  30. Be careful with exec and eval in Python

    https://lucumr.pocoo.org/2011/2/1/exec-in-python/

  31. Top 10 Mistakes that Python Programmers Make

    http://www.toptal.com/python/top-10-mistakes-that-python-programmers-make

  32. Web Scraping at Scale: Python vs Go

    http://blog.dataweave.in/post/81760696759/web-scraping-at-scale-python-vs-go

  33. Python Descriptors, Part 1 of 2

    http://martyalchin.com/2007/nov/23/python-descriptors-part-1-of-2/

  34. Python descriptor

    http://hbprotoss.github.io/posts/python-descriptor.html

  35. Python Interview Question and Answers

    http://ilian.i-n-i.org/python-interview-question-and-answers/

  36. Things you didn't know about Python

    https://speakerdeck.com/mitsuhiko/didntknow

  37. 深刻理解Python中的元类(metaclass)

    http://blog.jobbole.com/21351/

  38. A Curious Course on Coroutines and Concurrency

    http://www.dabeaz.com/coroutines/Coroutines.pdf

  39. TALKS AND TUTORIALS

    http://www.dabeaz.com/talks.html

  40. Descriptor HowTo Guide

    https://docs.python.org/2/howto/descriptor.html

  41. Python之美[从菜鸟到高手]--玩转描述符和属性

    http://blog.csdn.net/yueguanghaidao/article/details/10291147

  42. Python与开源GIS

    http://lab.osgeo.cn/tutorial/pygis

  43. 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

  44. python-internals-adding-a-new-statement-to-python

    http://eli.thegreenplace.net/2010/06/30/python-internals-adding-a-new-statement-to-python/

  45. Can't set attributes of object class

    http://stackoverflow.com/questions/1529002/cant-set-attributes-of-object-class/1529099#1529099

  46. Python Socket Programming

    http://pengyi.info/post/35/python-socket-programming/

  47. python奇技淫巧

    http://www.pengyi.info/post/92/python-skill/

  48. Python 2 Tutorial

    http://www.python-course.eu/course.php

  49. Python免费书54本

    http://python.memect.com/?tag=book

  50. An introduction to parallel programming using Python's multiprocessing module

    http://sebastianraschka.com/Articles/2014_multiprocessing_intro.html

  51. Asynchronous API for Python

    http://stevedower.id.au/blog/async-api-for-python/

  52. Python算法设计篇

    http://hujiaweibujidao.github.io/python/

  53. Python3-presentation

    http://asmeurer.github.io/python3-presentation/slides.html

  54. The Python I Would Like To See

    http://lucumr.pocoo.org/2014/8/16/the-python-i-would-like-to-see/

  55. Python for Fun

    http://www.openbookproject.net/py4fun/

About

收集一些python相关好文

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.