November 11, 2014 by
Mike The wxPython library comes with a pair of handy methods called Freeze() and Thaw(). The call to Freeze() prevents the window from updating while it is frozen. This can be useful when you are adding or removing widgets and you want to reduce your UI from appearing to flicker. After you finish updating the UI, […]
November 10, 2014 by
Mike Code Condo recently named this blog, Mouse Vs Python, as one of the "11 Must-Read Blogs for Python Developers". The article is worth a read as it lists a number of other really good websites, such as pydanny's and Doug Hellman's. I really enjoyed Effbot's when I was learning Python, however I don't think Mr. […]
November 10, 2014 by
Mike This week, we have Brian Curtin (@brian_curtin) as our PyDev of the Week. He is a core developer of the Python language and the primary editor of the Python Software Foundation's blog. Let's spend some time getting to know more about Brian.
This week's PyDev is Luciano Ramalho, the author for the upcoming O'Reilly book, Fluent Python. He was kind enough to spend a few minutes speaking with me. Let's see what he has to say.
I don't do a lot of plotting in my job, but I recently heard about a website called Plotly that provides a plotting service for anyone's data. They even have a plotly package for Python (among others)! So in this article we will be learning how to plot with their package. Let's have some fun […]
This week we have Werner Bruhin as our PyDev of the Week! He's quite busy on the wxPython Google Group helping people get into wxPython as well as creating patches for the wxPython toolkit. Let's find out more about our fellow Python programmer!