Re: I need some tips to begin a simple project

2006-09-27 Thread Magnus Lycka
dutche wrote: > Hi, I'm new in Python and I'm learning with "Learning Python" oreilly's > book which is very good written and explanatory. You're not saying how new you are to programming (particularly GUI programming) in general. Python itself is probably not the tricky part here. > And I can us

Re: I need some tips to begin a simple project

2006-09-19 Thread codefire
dutche wrote: > Now, that I know a bit of Python, I want to make some simple project, I > thought something like a menu, just like "kxdocks" menu or something > like that, with transparency and all with xml. But I dont know what > things I have to know. > Start with some simple non-gui apps firs

Re: I need some tips to begin a simple project

2006-09-19 Thread Simon Hibbs
> PyGame is in it, right? Python comes with a basic GUI toolkit called Tk with basic stuff such as buttons, text and graphics widgets, menus, etc. PyGame is a seperate package that you can download that makes it fairly easy to create games. There are also additional libraries that make PyGame pro

I need some tips to begin a simple project

2006-09-19 Thread dutche
Hi, I'm new in Python and I'm learning with "Learning Python" oreilly's book which is very good written and explanatory. Now, that I know a bit of Python, I want to make some simple project, I thought something like a menu, just like "kxdocks" menu or something like that, with transparency and all