Shop Milamend
Buy used:
$31.70
FREE delivery Friday, May 8. Details
Or fastest delivery May 5 - 7. Details
Used: Very Good | Details
Sold by WonderBook
Condition: Used: Very Good
Comment: 100% Guaranteed. Serving Millions of Book Lovers Since 1980. Very Good condition. A copy that may have a few cosmetic defects. May also contain light spine creasing or a few markings such as an owner’s name, short gifter’s inscription or light stamp. NOT AVAILABLE FOR SHIPMENT OUTSIDE OF THE UNITED STATES.
Access codes and supplements are not guaranteed with used items.
Only 1 left in stock - order soon.
Added to

Sorry, there was a problem.

There was an error retrieving your Wish Lists. Please try again.

Sorry, there was a problem.

List unavailable.
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

  • Core Python Programming (Prentice Hall Ptr Core Series)

Follow the author

Get new release updates & improved recommendations
Something went wrong. Please try your request again later.

Core Python Programming (Prentice Hall Ptr Core Series)

4.2 out of 5 stars (16)

Demonstrates the programming language's strength as a Web development tool, covering syntax, data types, built-ins, the Python standard module library, and real world examples.

There is a newer edition of this item:

Core Python Applications Programming
$31.08
(60)
Usually ships within 9 to 10 days
Sponsored

Editorial Reviews

From the Back Cover

  • New to Python? This is the developer's guide to Python development!
  • Learn the core features of Python as well as advanced topics such as regular expressions, multithreaded programming, Web/Internet and network development, GUI development with Tk(inter) and more
  • Also includes features found in the new Python 1.6 and 2.0 releases
  • CD-ROM: Complete Python distributions (source code, documentation, and various binaries) plus all example scripts in the book

Python is an Internet and systems programming language that is soaring in popularity in today's fast-paced software development environment, and no wonder: it's simple (yet robust), object-oriented (yet can be used as a procedural language), extensible, scalable and features an easy to learn syntax that is clear and concise. Python combines the power of a compiled object language like Java and C++ with the ease of use and rapid development time of a scripting language. In fact, it's syntax is so easy to understand that you are more likely to pick it up faster than any of the other popular scripting languages in use today!

In Core Python Programming, Internet software engineer and technical trainer Wesley Chun provides intermediate and experienced developers all they need to know to learn Python-fast. Like all Core Series books, Core Python Programming delivers hundreds of industrial-strength code snippets and examples, all targeted at professional developers who want to leverage their existing skills! In particular, Core Python Programming presents numerous interactive examples that can be entered into the Python interpreter right in front of you! Finally, we present a chapter that shows you step-by-step how to extend Python using C or C++.

  • Python syntax and style
  • Development and Run-time Environments
  • Objects and Python memory management
  • Standard data types, methods, and operators
  • Loops and conditionals
  • Files and Input/Output
  • Exceptions and error handling
  • Functions, scope, arguments, and functional programming
  • Importing modules and module attributes
  • Object-oriented Programming with classes, methods, and instances
  • Callable Objects
  • Extending Python

Coverage of the Python standard module library and client-server application development includes comprehensive introductions to the following topics in Python programming:

  • Regular expressions
  • TCP/IP and UDP/IP Network programming using sockets
  • Operating system interface
  • GUI development with Tk using Tkinter
  • Multithreaded programming
  • Interactive Web/CGI/Internet applications
  • Executing code in a restricted environment
  • Inheritance, type emulation, operator overloading, and delegation in an OOP environment

Finally, we provide an introduction to the new features introduced in Python 1.6. These include Unicode string support, the new function invocation syntax which lets the caller provide a tuple of positional arguments and/or a dictionary of keyword arguments, and the new string methods. We also provide a glimpse into features that will only be found in the newer 2.0 release.

Every Core Series book:

  • DEMONSTRATES how to write commercial-quality code
  • FEATURES dozens of programs and examples!
  • FOCUSES on the features and functions most important to real developers
  • PROVIDES objective, unbiased coverage of cutting-edge technologies-no
  • hype!

Core Python Programming delivers:

  • Coverage of the core parts of the Python language
  • Real-world insights for developing Web/Internet, network, multithreaded and GUI applications
  • Tables and charts detailing Python modules, built-in functions, operators, and attributes
  • Code snippets to try live with Python's interactive interpreter, hammering the concepts home
  • Extensive code examples-including several complete sample applications

CD-ROM includes complete Python source code and documentation distributions for Unix/Linux along with binaries for Windows and Macintosh platforms plus source code for all examples in the book.

About the Author

WESLEY J. CHUN holds computer science and mathematics degrees from the University of CA, MSCS from U.C. Santa Barbara, and an AB in Mathematics and Minor in Music. He is a principal consultant at Cyberweb Consulting. While at Yahoo!, Chun used Python to help create Yahoo!Mail and Yahoo! People Search. Chun has over 18 years of UNIX, computer programming, and instructional experience. In his spare time, Chun serves as a technical instructor with U.C. Santa Cruz where he teaches Python, C, and UNIX for the UCSC Extension system.

Product details

  • Publisher ‏ : ‎ Prentice Hall Ptr
  • Publication date ‏ : ‎ December 15, 2000
  • Language ‏ : ‎ English
  • Print length ‏ : ‎ 771 pages
  • ISBN-10 ‏ : ‎ 0130260363
  • ISBN-13 ‏ : ‎ 978-0130260369
  • Item Weight ‏ : ‎ 3.48 pounds
  • Dimensions ‏ : ‎ 7 x 2 x 9.5 inches
  • Customer Reviews:
    4.2 out of 5 stars (16)

About the author

Follow authors to get new release updates, plus improved recommendations.
Wesley Chun
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

WESLEY J. CHUN, MSCS, is the author of Prentice Hall's bestselling "Core Python" book series (corepython.com), the "Python Fundamentals" companion video lectures, co-author of "Python Web Development with Django" (withdjango.com), and has written for Linux Journal, CNET, and InformIT. In addition to being a software architect & Developer Advocate at Google, he runs CyberWeb (cyberwebconsulting.com), a consultancy specializing in Python education & engineering. Wesley has over 25 years of programming, teaching, and writing experience, including more than a decade of Python. While at Yahoo!, he helped create Yahoo! Mail and Yahoo! People Search using Python. Wesley holds degrees in Computer Science, Mathematics, and Music from the University of California.

Sponsored

Customer reviews

4.2 out of 5 stars
16 global ratings
Sponsored

Top reviews from the United States

  • Reviewed in the United States on March 23, 2004
    Format: PaperbackVerified Purchase
    Definitely worth 5 stars. The book clearly explains its purpose, and the author makes his methodologies known in the beginning as to how he will approach teaching the language. His explanations are clear and concise, and it does not contradict the DOCS available on the Python web site. He's both humorous and informative, with a relaxed style of writing.
    The code in itself is neatly organized, clearly explained, and overall, it works. He does cover a lot of Python basics, the majority of the book are Python basics. He also covers advanced topics such as network programming, extending Python through C/C++ modules, and multithreading. All of which are important, being able to write distributed applications, writing responsive programs, and being able to extend the language are all equally important. Python's power is clearly explained and logically thought-out in this book. I would recommend it to anyone who wants to learn Python but are new to programming.
    As a side note, I would also take extra time and check out the DOCS themselves. The author is good, but by no means perfect, supplement the book with the DOCS, it'll help you out a lot more. I have plans on writing more complicated web services using Python, and this book will remain beside me as both a reference and a guide when I'm lost.
    13 people found this helpful
    Report
  • Reviewed in the United States on January 11, 2001
    Format: Paperback
    I have read the first 100 pages of the book. The author assumes that you know something about programming, so it is not for absolute beginners. As long as you know the basics of progamming you should be fine. The book is divided into 2 sections: Core Python and advanced topics( regular expressions, network programming, Web programming, and threads, etc). He starts off with a crash course in python covering all major topics of python. Then he covers the topics in detail. I have read other python books before and this one is by far the best. The author is a very good writer. He writes in a very clear and logical manner. The topics are covered thorougly. I haven't seen many errors in the text, so that's good.
    10 people found this helpful
    Report
  • Reviewed in the United States on July 29, 2005
    Format: PaperbackVerified Purchase
    The text covers a wide range of topics but doesn't dive very deep. The font in the book is pretty large and there is copious amounts of whitespace that is wasted. It would be a decent read through for a beginner-to-immediate person but you will need to do much more to round out your Python knowledge.
    3 people found this helpful
    Report
  • Reviewed in the United States on November 26, 2003
    Format: PaperbackVerified Purchase
    I have been programming in Python for a couple of years. "Core" has been on my bookshelf, but I didn't consult it much until I wanted to learn CGI ("Web") programming, and thought I would see what I could find in it.
    It was a revelation! The explanations of basic concepts are very clear, yet short and to the point, and cover all of the basic information. As one example, the explanation of client-server architecture in the chapter on network programming really gives you the basic concepts. I am extremely impressed.
    So I think this book would be a very good choice for someone in the beginner to intermediate range. In my case, I'm in the intermediate category for some topics, but for some topics I am a complete beginner. So this book was just what I needed.
    The explanations are so clear and well-written that it is easy to give "Core" 5 stars. I suggest that you ignore the reviews that complain about the big type. The big type makes the book a pleasure to read: as one reviewer said, you can just sit down and read this book, even if you're not in front of your computer. The only disadvantage to the big type is that it might give a prospective buyer the impression that this book is not as solid as it really is.
    9 people found this helpful
    Report
  • Reviewed in the United States on May 16, 2001
    Format: Paperback
    If you have been coding in another programming language and if it's OO as well, then you can pick up the python syntax from the tutorial that comes along with the release or tons of web sites can teach you the same. It's pretty straight forward. I have to say here that this book is very weak on the advanced concepts. There are'nt many interesting examples in "advanced topics". I c'd finish it off in a week's time. I think this book is a little too expensive for it's content. If they c'd slash the price then this book is recommended for it covers the basics pretty well.
    9 people found this helpful
    Report
  • Reviewed in the United States on November 25, 2012
    Format: PaperbackVerified Purchase
    this is a good programming book it takes a little studying might be a litte easier if you know c
  • Reviewed in the United States on January 13, 2002
    Format: Paperback
    For the last few months I was developing in Perl. But I found myself very frustrated with the syntax, and the Perl books on the market did a so-so job on explaining how everything worked.
    And then I came across this book. I had read a review about in the Linux Journal. In 2 days I "inhaled" 200+ pages of this book, about 7 chapters. To begin with, this book is easy to understand, has numerous examples to go long with the text, and does an excellent job in progessing through Python.
    The first 400 pages cover syntax, style, functions, classes, modules, etc. If you've ever programmed in another language (C, C++, Java, Perl), Mr. Chun compares Python to each of them in simularities and differences. You should be pick up on these quite easily. The last part of the book in more advanced topics, which I found quite enjoyable.
    I don't program in Perl anymore. After reading this book, I wonder why I didn't look at Python first. Aside from a book on Tkinter, this is the only book that I keep on my desk. It's great for teaching and learning, but makes a great reference book also.
    39 people found this helpful
    Report