Topic: hi python geeks,i need help and advice...!

hi friends,
   
     iam new to this programming world and never programmed any language(except "C"),but now i inspired by python and heard that great Google using this great language

                ok now what i want is i want to develop some little applications in python for windows os
for example a calculator which comes with windows os or something like that,now i can able to code in idle but how can i develop gui application ,i googled and get to know that lots of ways to create gui application for python(for example:Tkinter,qt ) so now i confused which one i should use,as a beginner which which one will help me to easy&quickly develop little GUI softwares for windows os, you know that iam a noob in python so please help me friends sad  sad  sad ,

infinite thanks in advance..

info:

python 2.6

xp pro sp3

Last edited by vinchand (January 9, 2012 17:29)

Thumbs up

Re: hi python geeks,i need help and advice...!

vinchand wrote:

python 2.6

xp pro sp3

old python, old system

vinchand wrote:

Tkinter,qt ) so now i confused which one i should use

qt is more professional
qt is harder to learn

vinchand wrote:

ok now what i want is i want to develop some little applications in python for windows os
for example a calculator which comes with windows os or something like that

the windows calculator is not a simple program

vinchand wrote:

iam new to this programming world and never programmed any language

programming languages are nothing
buy a book, there are many simple programs
complex programs consist of simple programs
after the book you can see whether you need to continue

Thumbs up

Re: hi python geeks,i need help and advice...!

first of all thanks for ur quick reply,

struct.h wrote:

old python, old system

i have windows 7 os and python v3.2 too.. cool

struct.h wrote:

programming languages are nothing
buy a book, there are many simple programs
complex programs consist of simple programs
after the book you can see whether you need to continue


can u suggest me some books names (no need of links i will find it with google)

Thumbs up

Re: hi python geeks,i need help and advice...!

Mark Lutz: Learning Python, 4th Edition
search for the book which covers python 3.x

you can download its pirate version and quick look through it before purchase
(remove pirate version then)

Thumbs up

Re: hi python geeks,i need help and advice...!

thank you very much struct.h i got that book thanks for continues support,thanks for your time and effort

Thumbs up