Archives
Tags
android beauty bible blogging brisbane community compiling composition design development formatting framework free God google hate highlights i3 ideas javascript laptop mercurial music oop politics programming programming languages public transport pygame pyj python refactoring scripting software story subversion testing tips tools trosnoth troubleshooting twisted ubuntu web window managerLinks
Tag Archives: twisted
Romulus, My Window Manager
About a year ago, I wrote about making your own window manager in Python, and how to extend this to use Twisted as your window manager’s main loop. Around the time I wrote those articles, I also wrote a tiling … Continue reading
Twisted + Pygame the Easy Way
I’ve put together a Python package called fibre. It provides helpers to make it easy to write asynchronous applications. It uses Twisted under the hood. I’ve also made a package called fibre.ui. It adds user interface support using pygame. One … Continue reading
Python Window Manager, Now With Twisted
And Now for the Big Event Loop Last week I wrote about how to create a window manager in Python and posted code for a simple example window manager. The example I posted was about 260 lines long including comments. … Continue reading