Programming in Python 3 Second Edition

时间:2013-03-26 11:47:07
【文件属性】:

文件名称:Programming in Python 3 Second Edition

文件大小:2.3MB

文件格式:RAR

更新时间:2013-03-26 11:47:07

Python

Programming in Python 3 A Complete Introduction to the Python Language Second Edition Mark Summerfield Addison-Wesley 2010 Pearson Education, Inc. Python is probably the easiest-to-learn and nicest-to-use programming language in widespread use. Python code is clear to read and write, and it is concise without being cryptic. Python is a very expressive language, which means that we can usually write far fewer lines of Python code than would be required for an equivalent application written in, say, C++ or Java. Python is a cross-platform language: In general, the same Python program can be run on Windows and Unix-like systems such as Linux, BSD, and Mac OS X, simply by copying the file or files that make up the program to the target machine, with no “building” or compiling necessary. It is possible to create Python programs that use platform-specific functionality, but this is rarely necessary since almost all of Python’s standard library and most third-party libraries are fully and transparently cross-platform.


【文件预览】:
Programming in Python 3 2nd Edition.pdf

网友评论

  • 非常棒的Python学习资料
  • 刚入门,当做资料查询用,挺好;谢谢。
  • 很清晰,适合作为入门书籍
  • 这是官网推荐的入门书,质量应该不错
  • 很好地工具书
  • 谢谢分享,这本书很好的,质量很高
  • Best book for learning Python.
  • 相对入门的书籍,不怎么深,当个借鉴还可以
  • 还可以,不过如果作为入门书籍,其实哪本都可以
  • 比较适合入门学习!谢谢分享!
  • 刚入门,当做资料查询用,挺好;谢谢。
  • 這是本很不錯的"工具書" 包含的層面很廣 很特別的是在文中特別的Topic會有提示參考的頁數 蠻貼心的