This week we welcome Jaime Fernandez del Rio as our PyDev of the Week. He is a core developer of NumPy. Let's spend some time getting to know him a bit better! Can you tell us a little about yourself (hobbies, education, etc): I'm originally from Madrid (Spain), where I earned my Mechanical Engineering degree. […]
The wxPython toolkit added context managers to its code base a few years ago, but for some reason you don't see very many examples of their use. In this article, we'll look at three examples of context managers in wxPython. A wxPython user was the first person to suggest using context managers in wxPython on […]
Python came out with a special new keyword several years ago in Python 2.5 that is known as the "with statement". This new keyword allows a developer to create context managers. But wait! What's a context manager? They are handy constructs that allow you to set something up and tear something down automatically. For example, […]
This week we welcome Ryan Mitchell (@Kludgist) as our PyDev of the Week. Ryan is the author of Web Scraping with Python and Instant Web Scraping with Java. Let's spend some time getting to know Ryan better.
Packt Publishing recently sent me a copy of Mastering Python High Performance by Fernando Doglio. They also had me be a technical reviewer of the book before its publication. Anyway let's do a quick review and if you think it sounds interesting, you can check out my full review too! Quick Review Why I picked […]
This week we welcome Carol Willing (@WillingCarol) as our PyDev of the Week. Let's spend some time learning more about our fellow Pythonista! Can you tell us a little about yourself (hobbies, education, etc): I love Python! The language, the libraries, and the community. I've met so many talented, creative Pythonistas in my Python […]