Core Python Programming

From Wikipedia, the free encyclopedia
Core Python Programming
Cover of Core Python Programming Second Edition
AuthorWesley J. Chun
GenreComputer
PublisherPrentice Hall
Publication date
2006 (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]

External links[edit]