|
|
Must-Have Python Packages for Social Scientists |
|
|
vimpdb - Google Code |
|
|
сообщество python-программистов |
|
|
Scripting vim with pythonhttp://orestis.gr/en/blog/2008/08/10/scripting-vim-with-python/
|
|
|
An Introduction to Compassionate Screen Scrapinghttp://lethain.com/entry/2008/aug/10/an-introduction-to-compassionate-screenscraping/
|
|
|
powerful, no-hassle, pythonic automation + deployment |
|
|
Ars at DjangoCon: Build your own social network with Pinax |
|
|
Think Python: An Introduction to Software Designhttp://www.greenteapress.com/thinkpython/
|
|
|
fixture is a python module for loading and referencing test datahttp://farmdev.com/projects/fixture/
|
|
|
The importance of env (and how it works with virtualenv) - Peterbe.comUse "/usr/bin/env python" on the shebang so it works with virtualenv. |
|
|
Getting Started With Pinaxhttp://ericholscher.com/blog/2008/sep/18/getting-started-pinax/
The main use case for me with Pinax is to take the groundwork that they're layed and throw a little bit of custom code on top. That is the goal of the project. They are trying to give you a really solid base that provides all of the generic functionality that 99% of websites need. From this base it is then incredibly easy and fast to get "yet another X site" going, wherein you then add the magic that makes your site unique. |
|
|
Shuttleworth: Python needs to focus on future - News - heise open source UKcloud computing, transactional memory and future multicore processors |
|
|
Spring Python - Spring Python Site |
|
|
virtualenvwrapper | And Now For Something Completely Differenthttp://www.doughellmann.com/articles/CompletelyDifferent-2008-05-virtualenvwrapper/index.html
|
|
|
Reading and Writing Config Files |
|
|
I want a pony: Django Cheeseshop - Django developers | Google Groups |
|
|
Programmatically control VMware Server with (Python) pyvixhttp://www.socal-piggies.org/presentations/presentations/benedikt_reiter/2007_01_18/
|
|
|
Customizing Vim for Python Developmenthttp://www.cmdln.org/2008/10/18/vim-customization-for-python/
Auto indention, textmate like code snippets for python development etc ... |
|
|
Customizing Vim for Python Developmenthttp://www.cmdln.org/2008/10/18/vim-customization-for-python/
Auto indention, textmate like code snippets for python development etc ... |
|
|
Ian Bicking: a blog :: Decorators and Descriptors |
|
|
XML.com: Doing HTTP Caching Right: Introducing httplib2httplib2 rules. |
|
|
XML.com: httplib2: HTTP Persistence and Authentication |
|
|
NeopythonicGvR new blog. |
|
|
DjangoDjango主站 |
|
|
My blogI am a lazy blogger |
These are blog posts from everyone:
Testing, testing, one, two, three... Resolution of the day: Please stop writing print as a statement! :: # wrong print 'foo' # correct print('foo')