Python Essential Reference

David M. Beazley

  • 出版商: New Riders
  • 出版日期: 1999-10-19
  • 售價: $1,500
  • 貴賓價: 9.5$1,425
  • 語言: 英文
  • 頁數: 352
  • 裝訂: Paperback
  • ISBN: 0735709017
  • ISBN-13: 9780735709010
  • 相關分類: Python程式語言
  • 已絕版

買這商品的人也買了...

商品描述

The goal of the Python Essential Reference is to concisely describe the Python programming language and its large library of standard modules, collectively known as the Python programming "environment." It is arranged into four major parts. First a brief tutorial and introduction is presented, then an informal language reference will cover lexical conventions, functions, statements, control flow, datatypes, classes, and execution models. The third part will cover the Python library, and the final section covers the Python C API that is used to write Python extensions.This book is for the professional who has experience with other systems programming language such as C or C++, and is looking for content that is not embellished with basic introductory material on the Python programming environment.