Farewell, Malcolm

Following an amazing week at PyCon, I woke up this morning to discover that I'd lost a good friend, and that the Python community has lost one of its most brilliant minds. Details are still unclear ... Read more

2013-03-19
Python    Django    Personal   

Snippets

Python print line numbers in a Python script: import sys frame = sys._getframe() print frame.f_lineno Python - date from Unix timestamp import datetime print(datetime.datetime.fromtimes ... Read more

2013-02-11

Git/GitHub Micro Workshop

Back on January 29th, PyLadies Austin held a micro workshop to cover Git/GitHub. http://www.meetup.com/PyLadies-ATX/events/99435462/ It was a quick hands-on introduction to the core features of ... Read more

2013-02-04
Git    Girl Geeks   

PyLadies Austin In 2013

This year is shaping up to be a busy one. On my arrival in Austin I founded a PyLadies chapter, and our first meeting is scheduled for tonight. We'll be doing a round of introductions, then brainsto ... Read more

2013-01-10
Python   

Happy New Year!

At the end of every year I see people saying something like "Good riddance, Year X, you sucked, let's hope Year Y brings something better." I've got good reason to say something like that as well - t ... Read more

2012-12-31
Personal   

PyLadies represents at PyCon 2013

PyCon talks were announced last week, and this year a record number of them are being given by women in the Python community. Of the 114 talks accepted, almost 15% will be presented by female speaker ... Read more

2012-12-13
Python    PyCon