forked from koder-ua/python-classes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpython_links.txt
41 lines (32 loc) · 1.4 KB
/
python_links.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
pythonic:
http://chrisarndt.de/talks/rupy/2008/output/slides.html
http://habrahabr.ru/post/114731/
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
http://dirtsimple.org/2004/12/python-is-not-java.html
http://faassen.n--tree.net/blog/view/weblog/2005/08/06/0
http://halitalptekin.tumblr.com/post/30028271874/pythonic-syntax
teaching:
http://www.doughellmann.com/PyMOTW/
http://www.bogotobogo.com/python/pytut.php
Cheat sheets:
http://www.cheatography.com/davechild/cheat-sheets/python/
http://www.cheat-sheets.org/
performance:
http://jiaaro.com/python-performance-the-easyish-way
http://pyvideo.org/video/322/pycon-2010--optimizations-and-micro-optimizations
ast & bytecode:
http://code.google.com/p/byteplay/
http://pypi.python.org/pypi/BytecodeAssembler
http://www.grant-olson.net/python/compyler
http://probablyprogramming.com/2008/04/18/ppya-python-assembler
python_tasks:
http://learnpythonthehardway.org/
standalone python:
http://www.egenix.com/company/news/eGenix-PyRun-1.1.0.html
http://younglinux.info/python/programming.php
python & Unicode:
http://pyvideo.org/video/948/pragmatic-unicode-or-how-do-i-stop-the-pain
CPython arch:
http://pyvideo.org/video/635/stepping-through-cpython
PEPS:
http://pyvideo.org/video/406/pycon-2011--the-python-that-wasn--39-t