Codeception

Musings & ramblings of a Pythonista

RegexMate - A visual Regular Expression testing toolkit

I have been doing a lot of regular expression parsing at work. Writing regular expressions are hard, and testing it is even harder. Regexpal and Debuggex are some of the popular web based Regular expression testing tools available. Inspired by the idea behind these tools, I wrote a simple cross-platform regular expression tester, RegexMate in PyQt. Initial version of RegexMate can highlight matches, groups and supports some regex flags as ...

Continue Reading...

Simple file upload progressbar in PyQt

I've been learning the Qt Framework for the last few months and righfully it took the honour of being my favourite GUI toolkit ;-). But still I don't like KDE. I have used Tkinter for quite some time when I was studying engineering. But Qt is much more powerful than Tkinter and comes with an enormous bundle of GUI widgets and elements. Qt documentation is one of the best ...

Continue Reading...