开发者

From where to start Python

开发者 https://www.devze.com 2023-02-09 22:58 出处:网络
hi folks i am very new to python, i just intall it and configure it in netbeans but did\'t get from where to start and how to write my first program in python using netbean.

hi folks i am very new to python, i just intall it and configure it in netbeans but did't get from where to start and how to write my first program in python using netbean.

Any one recommend me some help, forume or any other resource. Any kind of help will be 开发者_如何学Cgreatly appreciated......


Try Zed Shaw's "Learning Python The Hard Way". Or S. Lott's "Building Python Skills".

UPDATE: I should have thought of the official tutorial first.

If you'd be willing to consider books, I've gotten a great deal out of Wesley Chun's "Core Python Programming".


I would recommend avoiding use of an IDE like NetBeans until you know how to use Python a bit more without it. I'd play around in the interactive terminal, accessible by typing python into a command prompt (or on windows, finding and running the python.exe file). As far as resources, there are a million easily available on Google. One you might want to use is "Learn Python the Hard Way"

0

精彩评论

暂无评论...
验证码 换一张
取 消