心海恋歌 发表于 2017-4-21 10:46:11

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

  4.run
页: [1]
查看完整版本: hello python & why