Now displaying all site content relating to Python
Python Error Logging to Amazon Web Services’ Simple Notification Service (SNS)
As part of the standard library, Python provides a very flexible logging module that includes the ability to define custom handlers. Commonly this is used to log errors to Syslog, …
Continue reading “Python Error Logging to Amazon Web Services’ Simple Notification Service (SNS)”
Amazon Web Services (AWS) PythonImportError: No module named pysqlite2
Currently my favorite web app environment includes: CentOS 5.5 Python 2.6 (built from source) Pylons 1.0 (w/ SQLAlchemy 0.5.8) nginx Whenever I setup a new environment, and execute “paster serve …
Continue reading “ImportError: No module named pysqlite2”
Linux PythonDeploying a Pylons App to Production, Step-by-Step (Part 2 of 2)
In Part 1 of this tutorial, I described how to prepare Nginx (along with Apache) to serve a production Pylons app. In this article, I walk you through packaging and …
Continue reading “Deploying a Pylons App to Production, Step-by-Step (Part 2 of 2)”
PythonDeploying a Pylons App to Production, Step-by-Step (Part 1 of 2)
I think there’s a very good reason why the “Deployment” chapter in the official Pylons book is listed in section entitled “Expert Pylons.” Deploying a Pylons app into a production …
Continue reading “Deploying a Pylons App to Production, Step-by-Step (Part 1 of 2)”
PythonRecursively checking for missing alt attributes on img tags with 38 lines of Python code.
Today I was the first time I’ve used my new found Python skills in a professional capacity. As part of a larger project, the client wanted me to check each …
PythonA PHP Developer Spends a Week with Python
Last week, I wrote about my discontent with PHP and why I chose to give Python a shot at becoming my new tool of choice. Since then, Python and I …
Continue reading “A PHP Developer Spends a Week with Python”
PythonFrom PHP to Python
Before I wrote my “Dear John” letter to PHP the other day, I had largely decided to move to Python as my primary tool. I had been on the fence …
Continue reading “From PHP to Python”
Python