Iterators and Generators in Python By Davide Mastromatteo Posted on November 21, 2016 Let's start using iterators and generators in Python [Read More] Tags: iterators generators iterable python
Web Automation in Python By Davide Mastromatteo Posted on November 14, 2016 Automation and web test. The Pythonic way. [Read More] Tags: web splinter selenium webtest automation python
How To Open a File in Python Without Locking It By Davide Mastromatteo Posted on October 26, 2016 Opening a file on Windows with Python without locking it could be tricky. I've lost a couple of hours on trying to understand how do it. If you want to save this time, keep reading! [Read More] Tags: file lock python