http://editra.org/
It's written in Python, It seems to have all the features of wx.STC, multi-lingualized, it has launchers, and it comes with so many lexers 68k assembly, Apache conf, Haskell, LaTex, Lisp, Lua, Matlab, R, Objective-C, VHDL, YAML, ... ofcourse Python.
It's still version 0.5 but looks promising.
Thursday, October 29, 2009
Cross platform editor written in Python
Friday, October 23, 2009
PyQt is nice
I started using PyQt. It's so nice. Unlike Qt, you don't have to worry about Qt specific stuff, qmake, .pro, moc, etc. I started off by converting several examples that come with Qt. I realized I could convert a Qt code to a PyQt script half automatically. I've converted some of WebKit examples and there was almost no difficulty, though it took a little bit of time to be able to call a slot in PyQt script from JavaScript, until I read this (french!) and found @QtCore.pyqtSlot works.
Ah, and Qt Designer is very nice :)
Labels:
Python
Monday, October 19, 2009
Thursday, October 15, 2009
Wednesday, October 7, 2009
Subscribe to:
Posts (Atom)