PyCon 2010: Saturday Session 1 (morning)

For the morning session, I went to “Decorators From Basics to Class Decorators to Decorator Libraries” and “Interfaces, Adapters and Factories”, which were in the first and second sections. I skipped all the middle talks as I just didn’t see anything that I thought sounded interesting. Unfortunately, Open Space was almost completely under-utilized during the […]

PyCon 2010: Saturday Session 1 (morning) Read More »

PyCon 2010: Saturday Plenaries (Dino Viehland, Maciej Fijalkowski and Mark Shuttleworth!)

After the technical difficulties that ended the Lightning talks this morning, Van Lindberg got up and stalled for time while they got it fixed so he could introduce the first plenary. He did a really good job and let us know that this PyCon had set two records: First, it has the largest attendance ever

PyCon 2010: Saturday Plenaries (Dino Viehland, Maciej Fijalkowski and Mark Shuttleworth!) Read More »

PyCon 2010: Saturday – Morning Lightning Talks

On Saturday morning, PyCon hosted some Lightning Talks for about half an hour. Here are the topics and authors (when I caught their names): Joseph Tate – A web anti-pattern Securing Python Package Management – Justin Samuel The State of Crypto in Python – Geremy Condra Haystack for Django, has custom search, includes tests and

PyCon 2010: Saturday – Morning Lightning Talks Read More »

PyCon 2010: Friday Plenaries

It’s the first official day of PyCon: Friday, February 19th, 2010. In my experience, PyCon plenaries can either be really interesting or extremely boring. I’ve rarely seen one that was in the middle. The chairman of PyCon is Van Lindberg (The Python Software Foundation’s lawyer, I think). Steve Holden was the first plenary speaker.

PyCon 2010: Friday Plenaries Read More »

Using Python to Reduce the Roaming Profile

Roaming Profiles are a blessing and a curse. If the user uses the internet, their browser’s cached files will grow like mad. If the user downloads programs to their desktop or creates large Powerpoint files anywhere in their profile, then they have to be managed whenever the user logs in or out. There are several

Using Python to Reduce the Roaming Profile Read More »

Enabling Screen Locking with Python

A few months ago, my employer needed to lock down some of our workstations to be compliant with some new software we were installing from another government organization. We needed to force those machines to lock after so many minutes elapsed and we needed to make it such that the user could not change those

Enabling Screen Locking with Python Read More »

Another Step-by-Step SqlAlchemy Tutorial (part 2 of 2)

In the first part of this series, we went over what some might call the “SQL Expression” method of using SqlAlchemy to interact with your database. The theory behind this is that we should learn the less abstract way of doing things before we get to the higher level (and more abstract) methods. This is

Another Step-by-Step SqlAlchemy Tutorial (part 2 of 2) Read More »