Python code analysis can be a heavy subject, but it can be very helpful in making your programs better. There are several Python code analyzers that you can use to check your code and see if they conform to standards. pylint is probably the most popular. It's very configurable, customizable and pluggable too. It also […]
An appropriate alternate title would be: How to control a web page or test your website with Python. Recently, I was given the following assignment: 1) Login to a website 2) click on a toolbar and load a specific search form 3) enter some data into one of the fields on the form and search […]
Python code testing is something new to me. It's not required where I work, so I haven't spent much time looking into it, besides reading a book on the subject and reading a few blogs. However, I decided it was high time I check this out and see what all the excitement is about. In […]
Before PyCon, I was approached by a representative from Packt Publishing to review one of their books. They wanted me to read Daniel Arbuckle's Python Testing: Beginner's Guide. I'm not really into testing frameworks or test driven development and thought this would be a good excuse to learn the methodology and see if it was […]