Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pylons

Error Handling With Python + Pylons

What is the proper way to handle errors with Python + Pylons? Say a user sets a password via a form… Read more Error Handling With Python + Pylons

Should We Use Pylons Or Php For Our Webapp?

My friend and I are planning on building a sort of a forum type of webapp. We've used the major… Read more Should We Use Pylons Or Php For Our Webapp?

Python - Sqlalchemy: Filter Query By Great Circle Distance?

I am using Python and Sqlalchemy to store latitude and longitude values in a Sqlite database. I hav… Read more Python - Sqlalchemy: Filter Query By Great Circle Distance?

Database-independent Max() Function In Sqlalchemy

I'd like to calculate a MAX() value for a column. What's the proper way to do this in sqla… Read more Database-independent Max() Function In Sqlalchemy