Looking to start learning Python?

Begin Here

Author: Mike

wxPython: A Tour of Buttons (Part 1 of 2)

June 9, 2010 by Mike
Most people don't really think about the widgets they use every day. Instead, they just take them for granted. The button is one of the most commonly used widgets that we use. From the keys on our keyboards to the buttons on door locks, we find them everywhere. They are even more prevalent in software […]

Python: Running Ping, Traceroute and More

June 5, 2010 by Mike
Last year I needed to figure out a way to get the following information with Python: get the route table, capture the data from pinging a series of IPs, run tracert and get information about the NIC(s) installed. This all needed to be done on a Windows machine as it was part of a diagnostics […]

June Pyowa 2010 Wrap-up

June 4, 2010 by Mike
We had our June Pyowa meeting last night in Ames, IA. There were NINE people in attendance, which is pretty big for our group. I think we've only managed that number of people on only one other occasion. Thanks goes out to everyone who spread the word and invited their friends. At the meeting, I […]

A Quick EasyGui Tutorial

May 22, 2010 by Mike
Earlier this week, I was reading my copy of "Hello World" by Warren D. Sande and Carter Sande and in its chapter on graphical user interfaces, it mentioned a library called EasyGui. It's the first and only Python GUI project I've seen that's not event-driven. Instead, EasyGui is basically a set of dialogs that can […]

wxPython and Threads

May 22, 2010 by Mike
If you use GUIs in Python much, then you know that sometimes you need to execute some long running process every now and then. Of course, if you do that as you would with a command line program, then you'll be in for a surprise. In most cases, you'll end up blocking your GUI's event […]

Book Preview: Python 3 Object Oriented Programming

May 20, 2010 by Mike
In late December, I was approached by Packt Publishing to write a book on wxPython. I turned them down because the editor's vision for the book and mine did not mesh. Anyway, I did end up accepting the job of being a technical editor for one of their upcoming books: Python 3 Object Oriented Programming […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary