Skip to content
Surf Wiki
Save to docs
general/computer-programming-books

From Surf Wiki (app.surf) — the open knowledge base

Core Python Programming

Textbook written by Wesley J. Chun


Textbook written by Wesley J. Chun

FieldValue
nameCore Python Programming
imageCorepyprogcover.gif
captionCover of Core Python Programming Second Edition
authorWesley J. Chun
genreComputer
publisherPrentice Hall
pub_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. The second edition was released several years later on September 18, 2006. Core Python Programming is mainly targeted at higher education students and IT professionals.

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. As of February 2011, this edition was in its fifth printing.

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

Content

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

Part I

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

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.

References

References

  1. "Pearson Education First Edition".
  2. "Pearson Education Second Edition".
  3. "Core Python Programming's official site".
  4. [https://www.corepython.com/errata2.htm Errata/Corrigenda]
  5. Wesley J. Chun. (2006-09-18). "Core Python Programming Second Edition". Prentice Hall.
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Core Python Programming — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report