It's almost the end of January already and PyCon USA 2011 is just around the corner. In this edition, we cover a wide variety of topics, from Python 2.7 - 3.x. We've got sprints, new books, web-related projects and good old recursion articles. Come one, come all! Read the news of the week! eWeek reports […]
It's time for another edition of the "weekly Python news"! What happened this week in Python world? You've come to the right place to find out. We missed the announcement last week about Germany's Python Academy's course schedule, so be sure to check that out. This week we have a lot of news from the […]
December 23, 2010 by
Mike I thought it might be fun (and self-motivating) to create a weekly or bi-weekly series on interesting Python / Tech news items. I realize this is pretty unoriginal, but I like the idea of creating a regular "column" and I'm hoping it will help me stay in the writing groove. Ned Batchelderr does this sort […]
November 20, 2010 by
Mike Last time, we looked at one of Python's built-in XML parsers. In this article, we will look at the fun third-party package, lxml from codespeak. It uses the ElementTree API, among other things. The lxml package has XPath and XSLT support, includes an API for SAX and a C-level API for compatibility with C/Pyrex modules. […]
Earlier this year, I was tasked with creating an application that would download information from our organization's website using Python. The tricky part was that it would be encrypted, gzipped and the payload would be JSON. Could Python do all that? Well, that's what I wanted to find out. Now it's time for you to […]