opportunistiK needs help
February 25th, 2010 | Published in Dear Lazyweb, Development, Educational, Event, Ubuntu | 6 Comments
This way here, Harald won’t be able to add to his count. Anyways, I am giving a presentation next week for Ubuntu Opportunistic Developer Week, it is on Friday, March 5th, 2010 at 17:00 UTC. The topic I will be presenting is “Creating a PyKDE App.” I am slotted for one hour to attempt and teach everyone who shows up, how to create an application using KDE’s Python API. Seems easy enough right? It is, but I was thinking I would like to start some sort of application that has future potential, that hopefully an opportunistiK developer or two can take on, and maybe make something great in the future.
So what does this have to do with you? Easy, what would be a perfect application to start and present for this topic? I don’t want to create just a shell for something, I would like to at least have a little bit of functionality to it. Thus far, I have received one idea from @harriseldon on Identi.ca. Feel free to leave comments on this blog, or follow @nixternal on Identi.ca or @nixternal on Twitter and shoot me a message. Thanks everyone!





February 26th, 2010 at 01:09:04 (#)
Isn’t this obvious. A quickly template for Pyside?
February 26th, 2010 at 01:35:28 (#)
PyKDE is part of the topic, and thus far I don’t think PyKDE and PySide play together (yet?). As for a Quickly template, I don’t use it nor know much about how it works. The one thing I do know is its dependence on Glade, and last I checked Glade doesn’t support Qt or KDE design, so how useful would a template be? The nice thing with PyQt4 and PyKDE4 is there are templates already available via kapptemplate which has been around for much longer than PySide or Quickly.
February 26th, 2010 at 03:08:05 (#)
As far as I am aware, Quickly doesn’t depend on any GNOME components, glade included. You can create KDE/Qt template fairly easily.
February 26th, 2010 at 03:57:43 (#)
well i’ll be damned. looks like adding qt/kde stuff wouldn’t be all that difficult. sign me up
February 26th, 2010 at 12:09:14 (#)
How about a simple image viewer like eog? Or, if you’re looking for something with more interface-y stuff, how about an RPN calculator?
February 26th, 2010 at 14:34:40 (#)
Quickly is not GTK specific, it uses a template mechanism and at the moment just comes with a “ubuntu-project” template that is designed to use sensible defaults for Ubuntu (PyGTK, Glade, etc) but the quickly devs have said that they’d love for someone to create a “kubuntu-project” template on the same model with defaults that make sense for Kubuntu (e.g. PyQT4, QT4 Designer). didrocks has an article on how to create a new template on his blog.