This post originated from an RSS feed registered with Python Buzz
by Hans Nowak.
Original Post: Nu even een geintje...
Feed Title: Efectos Especiales
Feed URL: http://www.zephyrfalcon.org/weblog2/rss.xml
Feed Description: Ramblings, rants, musings, ideas and observations. Topics include (but are not limited to): programming (especially Python), books, games (especially CCGs and board games), astrology, design, writing, painting, etc.
This code works in Lython: (import wax) (print wax.Application) (:= app (wax.Application wax.Frame)) (app.Run) Due to the limitations of Lython (which is at 0.1 currently), it's not very useful yet. If it supported keyword arguments, we could write (:= app (wax.Application wax.Frame :direction "vertical" :title "Hello")) And if it supported classes, we could subclass Frame. ... [224 words]