Python book order.

Source: Internet
Author: User

Python book order.

Some friends often ask about Python books. Oh, why? The book order is coming. 9, covering a very large scope. Python is booming, and the preferred language for getting started computers...

1. Father and child programming journey

By Warren Sande Carter Sande
Translator: Su Jin Guo Yi Zheng Chao
Book No.: 978-7-115-36717-4
Pricing: 69.00 RMB
Start: 16
Page: 452

Recommendation index:★★★★★
Recommendation reason:
Original Amazon's most popular programming books for teenagers
The simplest and easiest way to organize content is suitable for all ages
The first edition won the Jolt Award

Tucao index:★★★★★
Reason: the title of the Chinese name is quite dramatic. Original version: Hello World! : Computer Programming for Kids and Other Beginners. Many of them are reading Other Beginners. Therefore, this book is suitable for you.

You can read this book from the age of 8 to the Age of 88! There are a lot of beginners in Python, and we constantly refresh the requirements for the simplicity of the content. Therefore, I recommend this simplest and easier-to-learn entry book to everyone. I guess many people will like it. In fact, many beginners are interested in another book "interesting Python" (formerly called Python for Kids) by people mail. I believe many people do not want to miss this book. Maybe you prefer the style of this book, after all, version 1st has won the Jolt award!

2. Basic Python tutorial (version 2nd-Version)

Author: Magnus Lie Hetland
Translator: Si weizeng Jun Yu tan Yinghua
Review: Zhong zhihang
Book No.: 978-7-115-35352-8
Pricing: 79.00 RMB
Start: 16
Page: 488

Recommendation index:★★★★★
Recommendation reason:
Top-selling Python entry books in major online stores
A new version of the classic tutorial, attracting 10 fascinating Projects
Mainly for Python 2.5 and Python 3.

Tucao index:★
Reason: the previous non-revision translation was rejected, but the revision has been reviewed again. It is no longer a problem. Please purchase it.

The book is divided into three parts. The first part describes the Python syntax, without any nonsense. It also incorporates some details worth attention in Python 3.0. The second part describes common GUI, framework, and other applications. The last step is to pave the way for the third part. From a large number of applications, you can understand the strength of Python. The third part is the Project, which is the biggest highlight of the book.

3. Introduction to programming

Author: John V. Guttag
Translator: Liang Jie
Book No.: 978-7-115-38801-8
Pricing: 59.00 RMB
Start: 16
Page: 284

Recommendation index:★★★★★
Recommendation reason:
MIT's most popular open computer course material, written by the former head of the computer division at MIT, is easy to understand. The main goal is to help readers master and skillfully use various computing technologies. The book covers most of Python's features.

Tucao index:★★★★
Reason: the title of the Chinese document is still unclear. Original book name: Introduction to Computation and Programming Using Python, just like getting started with Python computer Programming. Are you right? The title of such an excellent Python book is unclear ...... Injury ~

4. Getting started with Python programming (version 3rd)

By Toby Donaldson
Translator: Yuan guozhong
Book No.: 978-7-115-33374-2
Pricing: 39.00 RMB
Start: 16
Page: 212

Recommendation index:★★★★
Recommendation reason:
Simple Steps and explanations help you get started quickly
One of the first books to learn basic Python knowledge

Tucao index:★★
Reason: The content is concise and not detailed enough. There are only 200 pages.

Pearson's Bunny series has always been a recommendable entry book and has published the HTML5 and CSS3 basic tutorial (version 8th) and JavaScript basic tutorial (version 9th) "PHP basic tutorial (version 4th)" (the last one is only an e-book), and the readers have a good response.

5. Python development practices

Author: BePROUD Co., Ltd.
Translator: Sheng Rong
Book No.: 978-7-115-32089-6
Pricing: 79.00 RMB
Start: 16
Page: 368

Recommendation index:★★★★
Recommendation reason:
Japan's top seller of Python
Emphasize project development practices

Tucao index:★★
Reason: this is a project-oriented book. It doesn't tell you how to build a development environment, code management, document management, and defect management. However, the introduction to the tool is not fully in-depth.

This book includes: building and managing the development environment of a team, ticket-driven development, Mercurial, PyPI, Jenkins continuous integration, and performance optimization (nginx and gunicorn) /GAE development/Django framework ......

6. Python network programming strategy

Author: Dr. M. O. Faruque Sarker
Translator: andao
Book No.: 978-7-115-37269-7
Pricing: 45.00 RMB
Start: 16
Page: 188

Recommendation index:★★★★★
Recommendation reason:
First Book on network programming using Python
Quick Start with many instances

Tucao index:★
Reason: The instance explanation is not detailed enough.

This book comprehensively introduces important issues related to Python network programming, including network programming, system and network management, network monitoring, and Web application development. Through more than 70 strategies, the author has clearly and concisely described various network tasks and problems, proposed solutions that can be used in various scenarios, and analyzed the entire operation process in detail. You can easily understand these examples without much basic Python knowledge. If you want to develop practical Web applications and network applications that depend on network protocols, you must not miss this book.

7. Python Computer Visual Programming

Author: Jan Erik Solem
Translator: Zhu Wentao Yuan Yong
Book No.: 978-7-115-35232-3
Pricing: 69.00 RMB
Start: 16
Page: 284

Recommendation index:★★★★★
Recommendation reason:
Amazon Computer Vision book no. 1
Detailed analysis of multiple computer vision tools
Easy to use with a large number of examples

Tucao index:★
Reason for sputation: The content is too small, and the instance is biased. The API is described in detail and cannot be comprehensive.

This book is an authoritative Practice Guide for Computer Vision programming. It explains basic theories and Algorithms Through the Python language, in addition, object recognition, content-based image search, optical character recognition, optical flow method, tracking, 3D reconstruction, stereo imaging, augmented reality, pose estimation, panoramic creation, image segmentation, noise reduction, image grouping, and other technologies.

8. Basic Python data analysis tutorial

Author: Ivan Idris
Translator: Zhang XiaoYu
Book No.: 978-7-115-33940-9
Pricing: 49.00 RMB
Start: 16
Page: 244

Recommendation index:★★★★★
Recommendation reason:
NumPy Chinese getting started tutorial, Python data analysis preferred
Start with the most basic knowledge, and take you into the Big Data Mining Field
Include a large number of practical and enlightening Cases

Tucao index:★
Reason: It's just an introductory book, and it's not widely spoken. But shouldn't the entry book be like this?

9. Flask Web development

By Miguel Grinbergs
Translator: andao
Book No.: 978-7-115-37399-1
Pricing: 59.00 RMB
Start: 16
Page: 224

Recommendation index:★★★★★
Recommendation reason:
Start with the installation and environment settings, and build the server-side Web application step by step
The whole process explains Web application development and provides best practices.

This book is divided into three parts to fully introduce how to develop Web applications based on the Python microframework Flask. The first part is the introduction to Flask, which describes the basic knowledge of using the Flask framework and extending Web programs. The second part provides an example to help you develop a complete blog and social networking application Flasky step by step, so as to integrate the above knowledge and put it into practice. The third part describes the considerations that must be taken into account before publishing an application, such as the unit test strategy, performance analysis technology, and the deployment method of the Flask program.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.