- “我基础学完了,接下来该学点什么”
- Python yield 使用浅析 by IBM
- Difference between _, __ and xx in Python
- Python修饰器的函数式编程 | 酷 壳 And Prime on decorators
- Python Regular Expression by Google
- Python 2.7.6 Glossary
- Python Best Practice Patterns
yield
keyword explained- Python IAQ by Peter Norvig
- Python Useful Tips
- python 线程,GIL 和 ctypes
- An Introduction to List Comprehensions in Python
- Advanced Python Constructs
- Python 文本处理 by IBM
- Python 代码性能优化技巧 by IBM
- 可爱的 Python: Python 中的函数编程 by IBM
- *args and **kwargs in python explained
- Python 内建函数用法
- How does zip(*[iter(s)]*n) work in Python
- Why Python is Slow: Looking Under the Hood
- Bouncing Python's Generators With a Trampoline
- A collection of not-so-obvious Python stuff you should know!
- What is the python “with” statement designed for?
- Parsing English with 500 lines of Python
- Python List Comprehension Vs. Map
- Key differences between Python 2.7.x and Python 3.x
- What is a Python egg?
- The Internal Structure of Python Eggs
- is None vs. ==None
- Python call function within class
- Syntax behind sorted(key=lambda :)
- The self variable in python explained
- How to retrieve an element from a set without removing it?
- How to read aloud Python List Comprehensions?
- How collections.defaultdict work
- 使用 Python 进行线程编程
- What is the difference between @staticmethod and @classmethod in Python?
- What is _init_.py for
- 可变的call by reference,不可变的call by value
- Why does Python assignment not return a value?
- Sort list of list with custom compare function in Python
- Useful code which uses reduce() in python
- 装饰器与函数式Python
- Python Patterns - An Optimization Anecdote
- Python threading multiple bash subprocesses?
- Any gotchas using unicode_literals in Python 2.6?
- Iterators, Generators and Decorators
- with 48, Functional Programming in Python
- Writing 2.x & 3.x Compatible Code
- Why is [] faster than list()?
- What does ** (double star) and * (star) do for Python parameters?
- What is the 'cls' variable used in python classes?
- print unicode dict as it is rather than code points
- How to get back an overridden python built-in function?
- Parallel Programming
- Decorators the right way
- PEP 0 -- Index of Python Enhancement Proposals (PEPs)
- Extending/Embedding FAQ
- Purpose of star operator when used on List
- Python @classmethod and @staticmethod for beginner?
- A Guide to Python's Magic Methods
- In-memory size of a Python structure
- Ned Batchelder: Getting Started Testing - PyCon 2014
- CPython internals: A ten-hour codewalk through the Python interpreter source code
- 理解 Python super
- Python debugging tips
- Fix "Attempted relative import in non-package"
- How to make a chain of function decorators?
- Class method differences in Python: bound, unbound and static
- Solving Every Sudoku Puzzle by Peter Norvig
- 如何使用Python编写一个Lisp解释器 by Peter Norvig
- Python 贪吃蛇
- How to write a spell checker
- 用 Python 秒掉八皇后问题
- 自然语言分词 by Peter Norvig
- Algorithm X in 30 lines!
- 500 Lines or Less ☆
- Hidden features of Python ☆
- Are list-comprehensions and functional functions faster than “for loops”?
- What's the difference between these two ways of initializing an array?
- Generator Tricks for Systems Programmers by DAVE BEAZLEY
- A Curious Course on Coroutines and Concurrency by DAVE BEAZLEY
- DAVE BEAZLEY's Blog
- Python Decorator Library
- Code Like a Pythonista: Idiomatic Python
- What does functools.wraps do? Keep function information (name, docstring...)
-
Python程序员必知必会的开发者工具 (pydoc, doctest, unittest, trace, profile, timit...)
-
Bool operator priority
-
Github: howdoi - instant coding answers via the command line
-
Collection of less popular features and tricks for the Python
- in
/.zshrc, add: source /usr/local/bin/virtualenvwrapper.sh export WORKON_HOME=/Dropbox/Programs/Python/VIRTUAL_ENV - Create environment: mkvirtualenv py_box
- Switch to environment: workon py_box
- Exit environment: deactivate
Author: Wilbeibi
Update: Wed Apr 16 17:55:41 EDT 2014
Update: Wed May 7 21:54:10 EDT 2014
Update: Wed May 14 04:12:05 EDT 2014
Update: Sat Jul 12 13:09:46 EDT 2014
Update: Sat Jul 19 08:56:20 EDT 2014
Update: Sun Aug 10 23:36:46 EDT 2014
Update: Wed Aug 27 14:02:59 EDT 2014
Update: Tue Oct 7 23:16:47 EDT 2014
Update: Wed Oct 22 00:49:30 EDT 2014
Update: Wed Nov 5 22:07:20 EST 2014
Update: Mon Dec 29 00:03:49 CST 2014
Update: Sat Feb 21 01:10:24 EST 2015
Update: Wed Apr 15 21:32:20 EDT 2015
Update: Mon May 11 00:13:00 EDT 2015
Update: Fri May 29 08:51:53 EDT 2015
Update: Thu Jun 11 22:01:13 EDT 2015
Update: Mon Nov 16 12:58:19 PST 2015
Update: Sun Dec 6 17:32:34 PST 2015
Update: Wed Jan 13 16:47:43 PST 2016
Update: Sat May 14 23:50:28 PDT 2016
Update: Tue Jun 28 23:15:48 PDT 2016
Update: Thu Dec 15 16:10:05 PST 2016
Update: Mon Aug 28 10:38:48 PDT 2017