PyDev of the Week: Carl Trachte
This week we have Carl Trachte joining us as our PyDev of the Week. Let’s spend some time getting to know our fellow Python programmer!
PyDev of the Week: Carl Trachte Read More »
This week we have Carl Trachte joining us as our PyDev of the Week. Let’s spend some time getting to know our fellow Python programmer!
PyDev of the Week: Carl Trachte Read More »
This week we have Michael Herman (@MikeHerman), author of Real Python for Web Development, which was the 2nd installment of the Real Python course. Let’s spend some time learning more about Michael!
PyDev of the Week: Michael Herman Read More »
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,
wxPython: Freeze and Thaw Read More »
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.
Mouse Vs Python Made the 11 Must Read Blogs for Python Devs Read More »
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.
PyDev of the Week: Brian Curtin Read More »
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.
PyDev of the Week: Luciano Ramalho Read More »
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
Plotting Data Online via Plotly and Python Read More »
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!
PyDev of the Week: Werner Bruhin Read More »
One of my readers suggested that I should try logging my data to a web service called Loggly. As I understand it, Loggly is a way to share log data with everyone in a business so that you no longer need to log in to individual machines. They also provide graphs, filters and searches of
Using Python to Log Data to Loggly Read More »
Occasionally you will need to know what version of software you are using. The normal way to find this information out is usually done by opening the program, going to its Help menu and clicking the About menu item. But this is a Python blog and we want to do it programmatically! To do that
PyWin32: How to Get an Application’s Version Number Read More »
Back in my system administrator days, we were thinking about setting the user’s Window desktop background to a specific image on login. Since I was in charge of the login scripts, which were written in Python, I decided to do some research to find out if there was a way to do it. We will
PyWin32: How to Set the Desktop Background on Windows Read More »
I was looking through some of my old code and noticed this old script where I was creating a log of all running processes every 5 minutes. I believe I originally wrote the code to help me diagnose rogue processes that were eating memory or pegging the CPU. I was using the psutil project to
Logging Currently Running Processes with Python Read More »
I recently saw someone asking how to bring a window to the front in Windows and I realized I had had some old unreleased code that might help someone with this task. A long time ago, Tim Golden (and possibly some other fellows on the PyWin32 mailing list) showed me how to make windows come
PyWin32 – How to Bring a Window to Front Read More »
This week we have Facundo Batista (@facundobatista) joining us. He is a Python Core developer from Argentina. If you happen to speak Spanish, then you might enjoy his blog. Let’s spend some time getting to know Facundo!
PyDev of the Week: Facundo Batista Read More »
The PyDev of the Week this week is Ben Rousch (@brousch). He is a contributor to the Kivy project. You should check out his blog here. You can also see Mr. Rousch give a talk about Kivy on Youtube. Let’s find out more about him!
PyDev of the Week: Ben Rousch Read More »