| python Programming Glossary: redditParsing SQL with Python http://stackoverflow.com/questions/1394998/parsing-sql-with-python  up using pyparsing from scratch. The first link in the reddit post of Mark Rushakoff gives a sql example using it. Whoosh.. 
 Django Vote Up/Down method http://stackoverflow.com/questions/1528583/django-vote-up-down-method    Just plug and play RedditStyleVoting Implementing reddit style voting for any Model with django voting http code.google.com.. 
 Secure Python Markdown Library http://stackoverflow.com/questions/2358244/secure-python-markdown-library  my system to check for the same flaws that took down reddit  python security markdown injection sanitization   share improve.. injection sanitization   share improve this question   reddit uses the discount markdown library now.  share improve this.. 
 what's the 5 character alphanumeric id in reddit URL? http://stackoverflow.com/questions/410485/whats-the-5-character-alphanumeric-id-in-reddit-url  the 5 character alphanumeric id in reddit URL  Whats the 7n5lu in the reddit URL http www.reddit.com r.. alphanumeric id in reddit URL  Whats the 7n5lu in the reddit URL http www.reddit.com r reddit.com comments 7n5lu man_can_fly_if_you_watch_one_video_in_2.. in reddit URL  Whats the 7n5lu in the reddit URL http www.reddit.com r reddit.com comments 7n5lu man_can_fly_if_you_watch_one_video_in_2.. 
 Using Python and Mechanize to submit form data and authenticate http://stackoverflow.com/questions/4720470/using-python-and-mechanize-to-submit-form-data-and-authenticate  1 #Opens the site to be navigated r br.open 'http www.reddit.com' html r.read # Select the second index one form br.select_form.. Login br.submit #Open up comment page r br.open 'http www.reddit.com r PoopSandwiches comments f47f8 testing ' html r.read #Text.. max_time 1 r br.open 'http www.reddit.com' # Select the second index one form br.select_form nr 1.. 
 PEP 302 Example: New Import Hooks http://stackoverflow.com/questions/960832/pep-302-example-new-import-hooks  example though NOT suitable for production use as the reddit discussion points out is urlimport . As for supporting Python.. 
 |