Python 3.6 Tutorial

Team, Python Dev, Rossum, Guido Van

  • 出版商: Samurai Media Limited
  • 出版日期: 2016-12-04
  • 售價: $1,210
  • 貴賓價: 9.5$1,150
  • 語言: 英文
  • 頁數: 150
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 9888406906
  • ISBN-13: 9789888406906
  • 相關分類: Python
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

If you do much work on computers, eventually you find that there's some task you'd like to automate. For example, you may wish to perform a search-and-replace over a large number of text files, or rename and rearrange a bunch of photo files in a complicated way. Perhaps you'd like to write a small custom database, or a specialized GUI application, or a simple game.
If you're a professional software developer, you may have to work with several C/C++/Java libraries but find the usual write/compile/test/re-compile cycle is too slow. Perhaps you're writing a test suite for such a library and find writing the testing code a tedious task. Or maybe you've written a program that could use an extension language, and you don't want to design and implement a whole new language for your application.
Python is just the language for you.
This book is a paper version of the freely available electronic documentation of the python project.