Thursday, March 12, 2009
How to combine ReST and Pygments
›
Many Python people use ReST for documentation their sourcecode, programs, scripts et cetera.But as the description at Using Pygments in ReS...
Monday, February 16, 2009
Introducing Bespin
›
Bespin proposes an open extensible web-based framework for code editing that aims to increase developer productivity, enable compelling user...
Friday, December 26, 2008
Should I make a new wheel?
›
I must admit that I'm a pythonic,I like everything of python.After a long time to experiment Django. I think I need my own web framework...
Tuesday, December 16, 2008
clean_data and cleaned_data
›
When we use the form object in Django,Frequently,we need validate the fields of the form.for example: > > > python manage . py shel...
Monday, December 15, 2008
errors and has_errors
›
There is a slight difference between Django 1.0 and 0.95.When we use user authentication in Django,and we create pass a form object to login...
2 comments:
Thursday, November 27, 2008
How to write something in PDF by python
›
Did you ever meet this problem?your customer want to show their report by PDF format.I think so.I think the best lib to use is ReportLab ,yo...
Wednesday, November 26, 2008
The order of the Python's class inheritance
›
Every OOP language provide the inheritance feature.In Python one subclass could have multiple super class,For example:we have two class A an...
›
Home
View web version