Core Python Applications Programming

Goodreads helps you keep track of books you want to read.
  1. Core Python Applications Programming 3rd Edition Source Code
  2. Core Python Applications Programming Source Code
  3. Python Core Programming 3rd Pdf

Core Python Applications Programming 3rd ed (2012) For intermediate Python programmers — think 'Core Python, Vol 2' Core Python Programming 2nd ed (2006/2009) For programmers new to Python — think 'Core Python, Vol 1 w/free preview of Vol 2' Python Fundamentals (2009). 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. Mar 01, 2012  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. Core Python Applications Programming: CORE PYTHON APPS PROG p3, Edition 3 - Ebook written by Wesley J Chun. Read this book using Google Play Books app on your PC, android, iOS devices.

Start by marking “Core Python Applications Programming” as Want to Read:
Rate this book

See a Problem?

We’d love your help. Let us know what’s wrong with this preview of Core Python Applications Programming by Wesley J. Chun.
Not the book you’re looking for?

Preview — Core Python Applications Programming by Wesley J. Chun

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. Pres...more
Published March 19th 2012 by Prentice Hall (first published March 1st 2012)
To see what your friends thought of this book,please sign up.
Edition
To ask other readers questions aboutCore Python Applications Programming,please sign up.

Be the first to ask a question about Core Python Applications Programming

This book is not yet featured on Listopia.Add this book to your favorite list »
Rating details

|
Mar 20, 2018Valeriy added it
Cons:
- considered deprecated protocol NNTP
- in the chapter 9.3 there is a source code for search bot. It decomposed for two classes - Retriever() и Crawler(). Retriever is synchronous rather than asynchronous. It is impossible to make method Retriever.parse_links() as generator, because result returned the whole with the htmllib.HTMLParser
- according to Django:
-- Cons of Django tests:
--- in the tests used hardcoded URLs instead of reverse()
--- Factory Boy not used
-- not considered:
--- DRF
---
...more
ok
Jul 11, 2019Ernie 😀 Ayterson added it · review of another edition
Jan 20, 2016Fotis Koutoulakis rated it really liked it
First of all, I want to say that this was one of my favorite Python books I have ever read. The book itself is broken into 3 main parts, with the first one having some introductory (but very nice and relatively thorough as introductory) material on some general programming tasks in Python (multithreaded programming, network programming, regular expressions, gui programming) and then the second part of the book is more geared towards web development in general.
What I really liked about this appro
...more
Aug 09, 2012Jascha rated it it was ok
Talks about many subject, but nothing detailed. Just like a quick overview of what's pytrendy.
Chenyang Zhao rated it really liked it
Dec 08, 2015
Sung S. Chung rated it really liked it
Feb 27, 2014

Core Python Applications Programming 3rd Edition Source Code

Daniel Undurraga rated it really liked it
Dec 01, 2012
Firdouss Ross rated it really liked it
Apr 18, 2016
There are no discussion topics on this book yet.Be the first to start one »
Recommend It | Stats | Recent Status Updates
If you like books and love to build cool products, we may be looking for you.
Learn more »
See top shelves…
2followers

Book Name: Core Python Applications Programming, 3rd Edition
Author: Wesley Chun
ISBN-10: 0132678209
Year: 2012
Pages: 886
Language: English
File size: 13.01 MB
File format: PDF

Core Python Applications Programming Book Description:

  • Already know Python but want to learn more? A lotmore? 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.

Core Python Applications Programming Source Code

The Complete Developer’s Guide to Python

Python Core Programming 3rd Pdf

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 and3, 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 coverageof a variety of areas of development used in real-world applications today
  • Powerful insightsinto current and best practices for the intermediate Python programmer
  • Dozens of code examples,from quick snippets to full-fledged applications
  • A variety of exercisesat the end of every chapter to help hammer the concepts home