[10:48] Hi guys is there a detailed quickly tutorial coz I need to develop an apllication fast [10:55] hi jemoh, have you tried http://developer.ubuntu.com/get-started/ [10:55] or http://developer.ubuntu.com/resources/tutorials/all/diy-media-player-with-pygtk/ [10:57] Ok lemmi try them thanx alot. Any more tutorials cz am a beginner [10:57] or you can just start a new quickly app for testing: [10:58] try to run this on the terminal: [10:58] quickly create ubuntu-application testme [10:58] then change to your new app's directory with the following command: [10:58] cd testme [10:58] and then have a look at the help by writing this command: [10:59] quickly tutorial [10:59] that should help you get started [11:00] yeah I did that but still there are otherthings missing like adding a login form to your app [11:08] dpm can I ask U sth ? [11:15] jemoh, sure [11:18] Since you are quite familiar with pygtk and python hence quickly from which tutorials did you gather the knowlegde coz am a beginner and would like to be fully conversant with quickly [11:26] jemoh, from the 3 ones I pointed you at. Have you had the chance to look at them? [11:27] I'd recommend watching the video demo for a start, it shouldn't take you more than a few minutes and will help you get started [11:28] yeah I have and tried them out and they work fine but I don't seem to understand the code they have used [11:28] I mean like how they declared functions and classes [11:34] which part exactly you don't understand? If it's the Python code, you might want to start looking at the Python documentation and resources: [11:34] http://developer.ubuntu.com/resources/programming-languages/python/ [11:38] Ok will do thanx alot