Search Results

2
votes
4answers
802 views

Offline access to MoinMoin wiki using Google Gears

How to add offline access functionality to MoinMoin wiki? As a minimum, I would love to have browsing access to all pages on a server-based wik …
0
votes

How do I use Python’s itertools.groupby()?

A correction to answer by @nt: [(c,len(list(cs))) for c,cs in groupby(some_string)] Thanks, the lis …
2
votes

How to learn Python: Good Example Code?

Generators are one of the coolest new additions to Python. In order to learn more about them and to see practical code examples of advanced generator usage take a look at this presentation …