Python On .ini file parser

by lbolognini, January 09, 2008 09:20

Thanks John!

D2ff155cd04fa175620d2f3495b11b08 Talk
1
2
3
4
mamaMia = "Mamma mia, here I go again\
 Mamma mia, here I go again\
 My my, how can I resist you?\
...

Python On Count word occurrences in a...

by lbolognini, December 08, 2007 14:02 Star_fullStar_fullStar_fullStar_full

adict.update() overwrites t...

D2ff155cd04fa175620d2f3495b11b08 Talk

Python On .ini file parser

by lbolognini, November 13, 2007 09:18

Hi Jared,

that solution wo...

D2ff155cd04fa175620d2f3495b11b08 Talk
1
2
3
4
class SearchLet(Form):
    district = Field(widget=SelectMultiple(choices=DISTRICTS, required=False)
...

Python Django models search

by lbolognini, November 10, 2007 16:30, 1 refactoring, tagged with python, django, search, orm

I'm using the following cod...

D2ff155cd04fa175620d2f3495b11b08 Talk
1
2
3
import sys
...

Python .ini file parser

by lbolognini, November 08, 2007 21:47, 5 refactorings, tagged with parser, ini

This is an excercise to imp...

D2ff155cd04fa175620d2f3495b11b08 Talk