This is a very good article with lots of cools things that Python can do. Python Tips, Tricks, and Hacks
Link Summary
http://www.siafoo.net/article/52
December 3, 2009 by IsaacThis is a very good article with lots of cools things that Python can do. Python Tips, Tricks, and Hacks
Link Summary
http://www.siafoo.net/article/52
July 28, 2009 by IsaacI feel like a proud father. Yesterday I posted my first public Python recipe. Go check it out: http://code.activestate.com/recipes/576858/.
Link Summary
http://code.activestate.com/recipes/576858/
July 15, 2009 by IsaacThere is a portion of my test infrastructure that requires long sleep periods for stability soak testing purposes. So far the longest stability test run was 9 days. Originally, I simply used the time.sleep() method from the Python library. However, and I attribute this to VMware, I found that extremely inaccurate for [...]
May 26, 2009 by IsaacI work at a company that designs and builds network routers, so you can imagine that on occasion I need to create custom Ethernet packets for testing. For hardcore traffic testing we’ve got some really expensive packet generator hardware that can send packets at full line rate. For my tests I don’t need raw data [...]