This is the manuscript of Andreas Zeller's keynote"Coding Effective Testing Tools Within Minutes" at the TAIC PART 2020 conference.In our Fuzzing Book, we use Python to implement automated testing techniques, and also as the language for most of our test ... (more…)
Read more »
In the previous posts, I introduced enough of Python and patterns to start creating games with graphics using the Pygame library. (more…)
Read more »
In part two of this series, we dive deep into how we can do the same on a Windows machine, leveraging the equivalent Windows services. The PyWin32 will be the core Python package that will serve as… (more…)
Read more »
My first look at Python was an accident, and I didn't much like what I saw at the time. It was early 1997, and Mark Lutz's book Programming Python from O'Reilly & Associates had recently come out. (more…)
Read more »
Last November Python briefly swapped positions with Java for the second position in the TIOBE index, and this month Python strikes again. The difference is only 0.13%, but it is reasonable to assume that Python will keep its second position for a longer ... (more…)
Read more »