skip to content
Fabelier
a * Lab to make things
User Tools
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
•
configure_etherpad-lite
•
html5_canvas
•
python
doc:python
Table of Contents
Python
General
The real stuff
Brainy things
Random stuff
Python
This Page groups some good pythonic stuff :
General
How to think like a computer scientist ::
http://interactivepython.org/courselib/static/thinkcspy/index.html
Codecademy ::
http://www.codecademy.com/tracks/python
Learn The Hard Way Python ::
http://learnpythonthehardway.org/book/
The hidden features of python ::
http://stackoverflow.com/questions/101268/hidden-features-of-python
Python progression path ::
http://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru
The real stuff
Be Pythonic :: Write Python that looks like Python :
http://www.cafepy.com/article/be_pythonic/
Metaclass ::
http://stackoverflow.com/a/6581949/1565438
Yield ::
http://stackoverflow.com/a/231855/1565438
Decorators ::
http://stackoverflow.com/a/1594484/1565438
TDD/Agile ::
http://net.tutsplus.com/tutorials/python-tutorials/test-driven-development-in-python/
Code Like a Pythonista: Idiomatic Python ::
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
Attributes & Methods: Introduce data descriptors which are useful for declarative APIs etc… ::
http://www.cafepy.com/article/python_attributes_and_methods/
Types & Objects ::
http://www.cafepy.com/article/python_types_and_objects/python_types_and_objects.html
Brainy things
The Zen of Python ::
http://stackoverflow.com/questions/228181/zen-of-python
Random stuff
French
unordered some good and some bad ::
http://sametmax.com/cours-et-tutos/les-articles-pour-apprendre-python-dans-le-bon-ordre/
doc/python.txt
· Last modified: 2015/02/17 22:28 by
gturri
Page Tools
Show pagesource
Old revisions
Backlinks
Back to top