From: Lance H. <lh...@ha...> - 2006-06-17 07:56:34
|
Andy, I am new to Python and Pythoncard and have just finished working through Alan Gauld's book "Learn to Program Using Python". It has been a great way to learn about python and programming. I was going to build an app that generates a webpage to display server status for Novell servers from a list of IP addresses and names. I have been looking at the examples and I have seen your db browser and also the custdb sample. The custdb sample has helped me to create the GUI and also to populate the fields from a csv file. I have a problem that the app does not refresh the list properly and was wondering if I should use sqllite instead. Anyway thanks a million for the suggestion Lance Andy Todd wrote: > Lance Haig wrote: > >> Any ideas for a newbie? >> >> Just looking for something that will help grow my skills. >> >> Thanks >> >> Lance >> >> -- >> *Lance Haig* >> Director >> >> > [snip] > > The usual answer is to scratch your own itch. If you're looking to > improve your knowledge and ability with PythonCard then I'd suggest > starting with a small application that helps you out. For me it was an > address book (which I'm not releasing because it wasn't very good) and > then I moved on to a database query tool which became the dbBrowser sample. > > If you're building something that you want and/or need then it becomes > much more than a learning exercise and you'll be better for the experience. > > Regards, > Andy > |