I recently decided to start putting together some fun example desktop applications using Python. I've been using wxPython to create the cross platform applications. My first one is called Boomslang XML and is a basic XML editor. The name, Boomslang, comes from a large venomous snake. It's name basically means "tree snake", which I thought […]
This week we welcome Amir Rachum as our PyDev of the Week. Amir is the author / maintainer of pydocstyle and yieldfrom. Amir also write a fun little blog about Python. Let's take a few moments to get to know Amir better! Can you tell us a little about yourself (hobbies, education, etc): I'm an […]
Most applications come with the Status Bar. The status bar is the widget along the bottom of most applications that you use every day. They give you information about what line you're editing in a text editor or when you last saved. In wxPython, you can add a status bar to your frame by using […]
This week we welcome Andrew Godwin (@andrewgodwin) as our PyDev of the Week! Andrew is a core developer of the popular Python web framework, Django. Andrew maintains a blog of his adventures but if you're more interested in his code, then you'll want to check out his Github profile. You can also check out some […]
This week we welcome Terry Peppers (@club_is_open) as our PyDev of the Week. Terry has been a very active member of the Testing in Python group and is quite active as an organizer for PyCon USA. You can get a feel for what projects interest him over on Github. Let's take a few moments to […]
This week's PyDev of the Week is Harrison Kinsley. Harrison is the creator of a popular Python Youtube tutorial channel. He also maintains a website that is kind of a text version of his video tutorials here: https://pythonprogramming.net/. Let's take a few moments to get to know Harrison better! Can you tell us a little […]