Core Python Programming
Cover of Core Python Programming Second Edition
AuthorWesley J. Chun
GenreComputer
PublisherPrentice Hall
Publication date2006 (2nd Ed.)
Media typeBook
Pages1136
ISBN0-13-226993-7
OCLC70149251

Core Python Programming is a textbook on the Python programming language, written by Wesley J. Chun. The first edition of the book was released on December 14, 2000.[1] The second edition was released several years later on September 18, 2006.[2] Core Python Programming is mainly targeted at higher education students and IT professionals.[3]

With each printing, the book is updated and errors are corrected. The official site has updates and errata for those with the older printings as well as changes since the last printing.[4] As of February 2011, this edition was in its fifth printing.

The book has been translated into French, Chinese (simplified) and Hindi.[3]

Content

edit

Core Python Programming is divided into two parts with a total of 23 chapters, as well as an index.

Part I

edit

The first part of Core Python Programming, Core Python, deals with the basic aspects of the Python programming language. Chapters One and Two, named What is Python? and Getting Started respectively, give instructions on how to install and configure Python, as well as detailing the basic operators and simple statements. Part One continues to cover Sequences (Lists, Strings and Tuples), Built-in Functions and creating functions, Loops (for-loop, while loop and if-statement being the most common); Modules, a full explanation on what Object Oriented Programming is; and syntax.

Part II

edit

Part Two, Advanced Topics, contains information about the more complex aspects of Python, such as GUI programming. Other topics covered include regular expressions, network programming, multithreaded programming, web programming and database programming.[5]

References

edit
  1. ^ "Pearson Education First Edition". Retrieved 2009-09-22.
  2. ^ "Pearson Education Second Edition". Retrieved 2009-09-22.
  3. ^ a b "Core Python Programming's official site". Retrieved 2010-12-17.
  4. ^ Errata/Corrigenda
  5. ^ Wesley J. Chun (2006-09-18). Core Python Programming Second Edition. Prentice Hall. ISBN 0-13-226993-7.
edit

📚 Artikel Terkait di Wikipedia

Outline of the Python programming language

functional programming. ABC (programming language) – precursor to Python Python was started by Guido van Rossum in 1989 and first released in 1991. Python 2 —

Python (programming language)

and garbage collection. Python supports multiple programming paradigms but with an emphasis on object-oriented programming and dynamic typing. Guido

Mojo (programming language)

proprietary programming language based on Python available for Linux and macOS. Mojo aims to combine the usability of a high-level programming language,

Python Software Foundation

Python Software Foundation (named after the snake with the same name) (PSF) is an American nonprofit organization devoted to the Python programming language

Python syntax and semantics

The syntax of the Python programming language is the set of rules that defines how a Python program will be written and interpreted (by both the runtime

History of Python

The programming language Python was conceived in the late 1980s, and its implementation was started in December 1989 by Guido van Rossum at CWI in the

General-purpose programming language

domains. Conversely, a domain-specific programming language (DSL) is used within a specific area. For example, Python is a GPL, while SQL is a DSL for querying

Python for S60

Python for S60, also called PyS60 is a port of the Python programming language for the S60 software platform, originally based on Python 2.2.2 from 2002