Python Parsing Links
BNF and Python parsers and parser generators:
- BNF and EBNF: What are they and how do they work?
- SimpleParse 2.1
- yeanpypa – YEt ANother PYthon PArser framework
- brehaut’s picoparse at master – GitHub
- Wisent: a Python parser generator
- LEPL – A Parser Library for Python 3 (and 2.6) — LEPL v3.0a1 documentation
- pyparsing – home
Related posts
No trackbacks yet.
Mnesia Records to MongoDB Documents
February 1, 2010 - 7:34 pm
Tags: database, erlang, json, mnesia, mongodb, otp, performance, python, records, schema, storage, supervisor
Posted in erlang | 7 comments
Migrating from mnesia to mongodb using the erlang emongo driver, with a performance comparison of the 2 database systems.
Scalable Database Links
October 26, 2009 - 9:00 am
Tags: cassandra, database, indexing, nosql, python, redis, scalability
Posted in links | No comments
Redis:
Redis vs MySQL vs Tokyo Tyrant (on EC2) « Colin Howe’s Blog
Key-Value Stores for Ruby (Part 4): To Redis or Not To Redis? | Engine Yard Blog
Cassandra:
Jonathan Ellis’s Programming Blog – Spyced: Why I like the Cassandra distributed database
ieure’s python-cassandra at master – GitHub
digg’s lazyboy at master – GitHub
Performance Tradeoffs:
Debunking a Myth: Column-Stores vs. Indexes [...]
Django IA: Registration-Activation
September 29, 2009 - 2:53 pm
Tags: authentication, django, email, python, registration, security
Posted in python | No comments
Information Architecture page flow for django-registration activation using Jesse James Garrett’s visual vocabulary. Includes custom activate view code sample to simplify activation.
Django IA: Auth Password Reset
September 19, 2009 - 3:33 pm
Tags: authentication, django, email, python, security
Posted in python | 3 comments
Information Architecture page flow for Django’s password reset views using Jesse James Garrett’s visual vocabulary.
Cloud Computing Links
September 1, 2009 - 8:15 pm
Tags: amazon, aws, cloud, disco, distributed, ebs, ec2, glusterfs, python, scalability
Posted in links | No comments
Amazon Web Services:
boto – Project Hosting on Google Code
The Codebelay Blog » How to Load Balance and Auto Scale with Amazon’s EC2
Getting Good IO from Amazon’s EBS
Python Libraries:
libcloud python library – a unified interface cloud server providers
Parallel Python – Home
GlusterFS:
Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Debian Lenny | HowtoForge – [...]
Django Forms, Utilities, OAuth, and OpenID Links
August 26, 2009 - 6:38 pm
Tags: authentication, autocomplete, compression, django, forms, oauth, openid, python, tagging, widgets
Posted in links, python | No comments
Form Customization
On the other hand | Custom fields and widgets for Django forms
Jannis Leidel – An autocomplete widget for django-tagging form fields
Utility Apps
django-catalyst
django-compress
OAuth and OpenID
django-authopenid
How To Setup a Django Project with OpenID 2.x Authentication | linuxuser.at
django-oauth
Related posts
Various Django App Links
Django Tools and Links
Django IA: Registration-Activation
Django IA: Auth Password Reset
Django Datetime Snippets
A Few Database Links
August 19, 2009 - 8:08 am
Tags: database, erlang, memcached, nosql, python, redis
Posted in links | No comments
Lux IO – Yet Another Fast Database Manager
WELCOME TO CLOUDSTORE
MemcacheDB, Tokyo Tyrant, Redis performance test
NoSQL: If Only It Was That Easy
Riak – A Decentralized Database
PyTables – Getting the most *out* of your data
Durus: a Software Package from MNX
Python Package Index : shove 0.2.1
Related posts
Scalable Database Links
Mnesia Records to MongoDB Documents
erldis – an Erlang Redis Client
Various [...]
Various Django App Links
July 27, 2009 - 9:15 am
Tags: authority, design, django, dvcs, mercurial, models, permissions, python, tagging, trees, vcs, voting
Posted in links, python | No comments
Django version control, design patterns, tree models, and pluggable applications:
pyvcs
django-vcs
Django Design Patterns
treebeard — Efficient tree model implementations for Django
django-authority – row level permissions
django-tagging – tag anything
django-voting – vote on anything
Related posts
Django Forms, Utilities, OAuth, and OpenID Links
Django IA: Registration-Activation
Django IA: Auth Password Reset
Deploying Django with Mercurial, Fab and Nginx
Scalable Database Links
Dates and Times in Python and Javascript
April 2, 2009 - 9:06 am
Tags: datejs, datetime, dateutil, parsing, timezones
Posted in javascript, python | No comments
Examples of datejs and python dateutil for handling javascript Date objects, python datetime conversions, and parsing date strings.
Chunk Extraction with NLTK
February 23, 2009 - 4:02 pm
Tags: chunking, information extraction, nlp, nltk, parsing, tagging
Posted in programming, python | 5 comments
Partial parsing of sentence chunks using NLTK for Information Extraction.









August 9, 2009 - 6:10 am
nice site..
you forgot ANTLR .. best compiler tool ever !!