On 11/11/06, Carl Karsten <[EMAIL PROTECTED]> wrote: > I want a taste of what I will need when (i think) the dabo.ui doesn't work and > (i think) I need to debug. which (i think) will never happen, right? :)
I've had good experience with Dabo so far, so I think you shouldn't have to worry too much about that. When I am having problems, I follow Paul's advice and add print statements at various points in my code so that I can see if the variables I'm using have the values I think they should have. More often than not the problem ends up being me doing something stupid. I tried using winpdb for graphical debugging, but it slows down the execution so much that I found it faster to use print statements. > er, what 'add-ons' should we become familiar with to better our app > development > with Dabo experience? I don't know what you mean by add-ons. You mean modules in the standard library? I use regular expressions a lot, so the re module is a big one. I also process a lot of email files, so the email module is one I use a lot. But I don't use any third-party modules with my Dabo apps. > With regards to a 16 hour class. what happens after that is anyone's guess. 16 hours of instruction in 2 days seems like a lot to me. I don't know what would work best in an intense environment like that. -- # p.d. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
