Core Python Applications Programming (Core Series) 1st Edition
| Wesley Chun (Author) Find all the books, read about the author, and more. See search results for this author |
Use the Amazon App to scan ISBNs and compare prices.
- Already know Python but want to learn more? A lot more? Dive into a variety of topics used in practice for real-world applications.
- Covers regular expressions, Internet/network programming, GUIs, SQL/databases/ORMs, threading, and Web development.
- Learn about contemporary development trends such as Google+, Twitter, MongoDB, OAuth, Python 3 migration, and Java/Jython. Presents brand new material on Django, Google App Engine, CSV/JSON/XML, and Microsoft Office. Includes Python 2 and 3 code samples to get you started right away!
- Provides code snippets, interactive examples, and practical exercises to help build your Python skills.
The Complete Developer’s Guide to Python
Python is an agile, robust, and expressive programming language that continues to build momentum. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. In Core Python Applications Programming, Third Edition,leading Python developer and corporate trainer Wesley Chun helps you take your Python knowledge to the next level.
This book has everything you need to become a versatile Python developer. You will be introduced to multiple areas of application development and gain knowledge that can be immediately applied to projects, and you will find code samples in both Python 2 and 3, including migration tips if that’s on your roadmap too. Some snippets will even run unmodified on 2.x or 3.x.
- Learn professional Python style, best practices, and good programming habits
- Build clients and servers using TCP, UDP, XML-RPC, and be exposed to higher-level libraries like SocketServer and Twisted
- Develop GUI applications using Tkinter and other available toolkits
- Improve application performance by writing extensions in C/C++, or enhance I/O-bound code with multithreading
- Discover SQL and relational databases, ORMs, and even non-relational (NonSQL) databases like MongoDB
- Learn the basics of Web programming, including Web clients and servers, plus CGI and WSGI
- Expose yourself to regular expressions and powerful text processing tools for creating and parsing CSV, JSON, and XML data
- Interface with popular Microsoft Office applications such as Excel, PowerPoint, and Outlook using COM client programming
- Dive deeper into Web development with the Django framework and cloud computing with Google App Engine
- Explore Java programming with Jython, the way to run Python code on the JVM
- Connect to Web services Yahoo! Finance to get stock quotes, or Yahoo! Mail, Gmail, and others to download or send e-mail
- Jump into the social media craze by learning how to connect to the Twitter and Google+ networks
Core Python Applications Programming, Third Edition, delivers
- Broad coverage of a variety of areas of development used in real-world applications today
- Powerful insights into current and best practices for the intermediate Python programmer
- Dozens of code examples, from quick snippets to full-fledged applications
- A variety of exercises at the end of every chapter to help hammer the concepts home
Customers who viewed this item also viewed
Customers who bought this item also bought
Editorial Reviews
From the Author
Two things occurred which led us here: the 1st is a shortage of books on the market to help the intermediate Python developer. What do you do after you've learned Python? You may have read Dive into Python, Beginning Python, or Learning Python, and have written some basic tools/apps but have nowhere to turn other than dive deeply into specific topics w/books about game programming, databases, graphics/multimedia, GUIs, networking, etc.
If you want more than one skill you'd have to buy a book on every topic. This is overkill, esp. if you're only interested in expanding your skillset. In those cases you're not ready to dive that deep. You'll spend a lot, read a few chapters, then they'll collect dust (unless you're being paid or want to become an expert). This is the exact reason why I wrote "Part II" of Core Python Programming calling it "Advanced Topics". After spending a year (most of 2000) writing what I thought was the entire book, I asked myself, "Wait, I've just taught all these folks Python, but I didn't really show what they could build with it." Part II was written as a result.
Another thing that happened is that the book grew quite significantly. Originally 810 pages long, it bloomed to 1120 for the 2nd ed. With the new material for the 3rd ed., a massive tome would be difficult & expensive to publish plus would cause an unnecessary burden upon readers (unless getting an electronic edition). Thus I am pleased to announce that those chapters have been extracted to form their own book, Core Python Applications Programming!
The contents have been cleaned up and retrofitted w/Python 3 examples paired w/their 2.x friends as a hybrid to help you learn both 2.x & 3.x. You'll find that many chapters have new material including: NoSQL/non-relational databases featuring MongoDB, more Microsoft Office® examples using Outlook & PowerPoint (including the text-to-slide generator some of you have seen me use at conferences), interfacing w/Twitter, using Yahoo!Mail & Gmail to send/receive email, and even doing social media analysis w/Google+! There are also brand new chapters on Web framework development using Django, an introduction to cloud computing w/Google App Engine, and text processing w/CSV, JSON, and XML. The purpose is to provide comprehensive intros to but not go deep into any particular topic; please adjust any expectations appropriately. We hope you are as excited about the new book as we are!
The material making up "Part I" of the original book will take another couple of years to complete due to all the changes coming from Python 3 and not on the horizon at this time, so if you are a programmer completely new to Python, we still recommend the 2nd edition of Core Python Programming as the best place to go learn Python as quickly and as in-depth as possible. You'll get a great preview of Core Python Applications Programming there too! Also I look forward to meeting some of you at an upcoming conference or in one of my training courses!
From the Back Cover
Referred to by readers as the greatest language book I have every read, and touted as the best overview of basic principles and strategies for English language teaching, this widely used guide is a one-stop introduction to teaching English to speakers of other languages.
Written in Dìaz-Rico's passionate style, the third edition of this highly praised introduction to teaching English to speakers of other languages continues to provide a concise, yet comprehensible overview of the basic principles, practices, and methods most effective for educating English learners. A breakthrough in language teaching and learning, this thought-provoking text includes coverage of second-language-acquisition issues and techniques, as well as attention to such controversial topics as the influence of culture on schooling, the cultural practices of schooling, and the sociopolitical context of education. In it readers have access to the latest developments in standards-based learning and assessment that inform the design of instruction and get a variety of new features in this thoroughly updated edition, including:
a description of the unique contributions of non-native-English-speaking teachers make to the teaching of English
- up-to-date information on the demographics of English learners and the demand for English teachers worldwide
- a profile of an elementary school with an innovative social-justice curriculum approach
- suggestions for using learning centers in English-as-a-foreign-language elementary classrooms
- an expanded definition of culture to include a contemporary emphasis on identity
- a critical view on the study of gender and race in the classroom
- new ways to incorporatevolunteers into classroom instruction
- ideas for encouraging virtual volunteering
In addition, project based learning and service learning are creatively combined to offer a variety of ways to link English learners with the larger community.
About the Author
Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Product details
- Publisher : Pearson P T R; 1st edition (March 9, 2012)
- Language : English
- Paperback : 504 pages
- ISBN-10 : 0132678209
- ISBN-13 : 978-0132678209
- Item Weight : 2.4 pounds
- Dimensions : 7.25 x 1.25 x 9.25 inches
- Best Sellers Rank: #1,727,663 in Books (See Top 100 in Books)
- #1,953 in Python Programming
- #4,622 in Computer Programming Languages
- Customer Reviews:
About the author

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.
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonTop reviews from the United States
There was a problem filtering reviews right now. Please try again later.
In spite of these weaknesses, I have found CPAP a much needed exposure to many important application areas for which Python is ideally suited. I appreciate Chun's hard work at assembling this montage. I'm up to the challenge.
I'm convinced there is a better book dying to get out of CPAP. I hope Chun eventually discovers it.
My advice check out the Table of Contents. If you see something in it that interests you grab this book. I bought ebook version first, but honestly when it comes to programming books I need the print copy....so I bought it twice. ./sigh
I'm happy with this purchase.
I'm new to Python, but not a programming novice. I supplemented the advanced content of this book with other intermediate reading material from the Python dot org site to get where I need to be. This isn't a beginner's book, but at some point, you're probably going to want to address most of the topics covered in it.
I'd definitely buy again from this author.
UPDATE 2015:
I have come back to this book many times for guidance since the above review - picking up on topics that I hadn't expected to need at that time, my point here is that this book is an impressive single resource for so many powerful areas of Python development, it is still the only Python book I need to own.
That is give you practice with the syntax and the language. I would just get on code academy and do a bunch of exercises and get the feel of the language down. This is a bit like doing scales when you first start a language.
Then there is the music theory which is the computer science part. I think this is essential but really there is a lot there and you need a general book.
But finally, you want to do something useful like write a song (that is a metaphor). Adopting projects that you actually want to accomplish is the best way to learn and also probably the reason you are learning the language in the first place. This is the best book for that. If you want to write a little program, or set up a site, or learn test driven development or something, this book has all the major areas that I can think of covered. And I can think of a ton.
Anyway, I loved this book. What you Chun.
Top reviews from other countries
Reviewed in India on November 9, 2018
The rendering of kindle edition is not proper. The one thing required in python books is the indentation to be maintained. But is not in this case.
I was late to apply for a refund. I guess I have to get a hard copy from Flipkart.
Reviewed in India on June 30, 2018
The rendering of kindle edition is not proper. The one thing required in python books is the indentation to be maintained. But is not in this case.
I was late to apply for a refund. I guess I have to get a hard copy from Flipkart.










