Changes

Jump to navigation Jump to search
</table>
One can also use sqlite that comes with python to query a for titles <tt>category.db</tt>made from (for example) <tt>enwikiversity-20090627-category.sql</tt>,that contains titles, so reports are more simpler:just put this in python code above, right before 'if __name__' ...:
<pre>
##
## Put this in python code above
##
import sqlite3
def querycategory(title):
Anonymous user

Navigation menu