hello python & why

 

a byte of python:

http://www.swaroopch.org/notes/Python

 

learning python:

http://www.ppurl.com/2009/12/learning-python-3rd-edition.html

 

wxPython in Action:the same as above

 

wxPython Chinese Edition:

http://ishare.iask.sina.com.cn/f/20466924.html

 

why learn.

bcz it is fun, i want to find some fun. i  want to have the feeling of get things done quickly and painlessly!

I cannot put up with the cubersomeness and slow of the RSA. the RCP..and all the Java based GUI app

 

hello

install python2.7.2 to D:\Python27, add  to System Path(no /bin)

mkdir d:\workspaces\python

1.open gvim, cd to my working directory

:cd d:\workspaces\python

 

2.create a new file: hello.py

:o hello.py

 

3.write code
hello python & why

 

4.run
hello python & why

 

 

 

你可能感兴趣的:(python)