Milos Mandaric wrote: > Hi everyone! > > I have recently learned python and pygtk and python have become my > favorite language. I went through pygtk tutorial and I think it's great. > But as soon I start debugging some applications I get stuck and can't > move forward. I am currently playing with two apps: > http://www.gnomecatalog.org/ and > http://home.arcor.de/mulk/projects/mascyma/index.xhtml.en > > These applications are relatively simple but I get stuck on every bug. I > am probably to weak for such problems. > What do you recommend me? Should I find some more simple tasks or should > I go through every file and try to figure out how it works. >
You will have to do a lot of both until you become fluent. Be sure every minute you spend looking at those applications and figuring out things will be well spent. Of course, finding little apps you can do from scratch will also help you. There is not a definite answer, I can just recommend you do something where you are having good fun, as it's the best way to learn, do not despair if at the beginnning you don't figure everything out, in the end you will :), just no tutorial will show you what practice will. Greetings. Pablo _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
