Jump to ratings and reviews
Rate this book

Core Python Programming

Rate this book
This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version. The Complete Developer's Guide to Python New to Python? The definitive guide to Python development for experienced programmersCovers core language features thoroughly, including those found in the latest Python releases--learn more than just the syntax!Learn advanced topics such as regular expressions, networking, multithreading, GUI, Web/CGI, and Python extensionsIncludes brand-new material on databases, Internet clients, Java/Jython, and Microsoft Office, plus Python 2.6 and 3Presents hundreds of code snippets, interactive examples, and practical exercises to strengthen your Python skills Python is an agile, robust, expressive, fully object-oriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. In Core Python Programming, Second Edition, leading Python developer and trainer Wesley Chun helps you learn Python quickly and comprehensively so that you can immediately succeed with any Python project. Using practical code examples, Chun introduces all the fundamentals of Python programming: syntax, objects and memory management, data types, operators, files and I/O, functions, generators, error handling and exceptions, loops, iterators, functional programming, object-oriented programming and more. After you learn the core fundamentals of Python, he shows you what you can do with your new skills, delving into advanced topics, such as regular expressions, networking programming with sockets, multithreading, GUI development, Web/CGI programming and extending Python in C. This edition reflects major enhancements in the Python 2.x series, including 2.6 and tips for migrating to 3. It contains new chapters on database and Internet client programming, plus coverage of many new topics, including new-style classes, Java and Jython, Microsoft Office (Win32 COM Client) programming, and much more. Learn professional Python style, best practices, and good programming habitsGain a deep understanding of Python's objects and memory model as well as its OOP features, including those found in Python's new-style classesBuild more effective Web, CGI, Internet, and network and other client/server applicationsLearn how to develop your own GUI applications using Tkinter and other toolkits available for PythonImprove the performance of your Python applications by writing extensions in C and other languages, or enhance I/O-bound applications by using multithreadingLearn about Python's database API and how to use a variety of database systems with Python, including MySQL, Postgres, and SQLiteFeatures appendices on Python 2.6 & 3, including tips on migrating to the next generation! Core Python Programming delivers Systematic, expert coverage of Python's core featuresPowerful insights for developing complex applicationsEasy-to-use tables and charts detailing Python modules, operators, functions, and methodsDozens of professional-quality code examples, from quick snippets to full-fledged applications

1136 pages, ebook

First published December 15, 2000

31 people are currently reading
219 people want to read

About the author

Wesley J. Chun

9 books2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
47 (29%)
4 stars
58 (36%)
3 stars
36 (22%)
2 stars
11 (6%)
1 star
6 (3%)
Displaying 1 - 8 of 8 reviews
Profile Image for Christopher.
50 reviews16 followers
April 8, 2010
If anything, learn to love the Snake that is Python.

I've never used a language easier and faster for prototying, processing text info, making GUIs/debugging-programs/utilities.

Yeah yeah, I know there's that "other" scripting language. The Camel was just terrible for me. I still couldn't program in that language after a year without looking in my book over and over. It isn't intuitive, designed well, and... jeez, I'm getting tired just thinking about it.

The Snake is beautiful, I was doing more in that language in a week than I ever did in a year with the Camel.
Profile Image for Steven Oxley.
15 reviews1 follower
May 23, 2017
I was very disappointed with the quality of this book. It is advertised as the python book for experienced programmers, but I found it tedious - I skipped big portions of it - and even redundant within itself. The same concept that I knew before reading the book would be explained multiple times. Also, the code examples and text were peppered with obvious errors. I don't think anyone proofread the book before it was published.
Profile Image for David Hurst.
88 reviews
August 25, 2014
Excellent book for picking up Python. Although it is important that the reader has mastered another major programming language before reading.

I wish the author had not addressed multiple versions in one book. It makes more difficult to remember this language... Which is already difficult due to the number of reserved words and methods.
Profile Image for David.
24 reviews1 follower
December 23, 2010
slowly chewing thru this, but less urgently now that I'm working in different sofware on my current project.
57 reviews1 follower
February 4, 2014
Regardless of how old this book is now (2014), it still covers the basics of python that you need to know.
Displaying 1 - 8 of 8 reviews

Can't find what you're looking for?

Get help and learn more about the design.