Quantcast
Channel: Uncategorized – parkouss's blog
Browsing all 5 articles
Browse latest View live

Python code cleanup – vulture

I’m pretty sure you all already know about flake8, a great tool that combine other tools (PyFlakes, pep8 and Ned Batchelder’s McCabe script) to check style issues and code errors. Working on Talos, I...

View Article


Image may be NSFW.
Clik here to view.

rcontrol – a new python 2 and 3 ssh high level library

I just started to build a new python library to ease access and control of remote hosts via ssh: rcontrol. It is based on paramiko and offer a high level API to execute remote and local commands in...

View Article


RunSnakeRun – graphical visualisation of dumped python profiling data

If you are a Python developer like me, you probably know the profile and cProfile modules that provides deterministic profiling of Python programs. These modules are awesome – however, when it comes to...

View Article

Python [aggressive] pep8 conversion using autopep8

Some time ago, I started to look at Talos, the python performance testing framework for firefox that is usable on Windows, Mac and Linux. Talos has been around for a long time, and has seen many...

View Article

Convert Firefox into Emacs

Firefox is a great browser. One of the reasons I really love it is because it is highly configurable: as an Emacs user, I wanted to use emacs key bindings inside Firefox – well, it’s easy to do that....

View Article

Browsing all 5 articles
Browse latest View live