Python classic books from entry to advanced collated send you

Xiao Bian feel this very appropriate time to hoard Python book, Jingdong 618 years coincided with huge benefits for each full 100 minus 50, the day 0:00, 9:00, 14:00, 20:00 to grab 200 minus 80 minus 20,400 deals coupons, buy super bargain overlay.

1, "awkward" Learning Python 3

Author: [US] Zed A. Shaw (Zed A. Shaw)

Translator: Wang Weiwei

For beginners to learn programming not know Python is a good book, the author's language and expressions are written for such an audience, easy to understand. At the same time, this book is to explain the learning + practice the way, which avoids the learner will be looked at, but he did write bad code issues.

Overall, this book is not completely show some of the characteristics and charm Python. Its function and design is really powerful.
For already know a programming language friends you can quickly flip through the book to feel Python features.

It is worth mentioning that matter, the whole book of codes of practice and advocate are carried out in the terminal (cmd / Terminal), rather than IDE (IDLE)

After partial section of the book will introduce the framework of a python project. And a simple application example in python web server side. Can help the reader understand the development and application examples of python, also introduced similar yum, the python program pip python management software installed, after installing the python to install other tools will be extremely convenient - from watercress

2, Python programming without a teacher - professional programmers to develop

Author: [US] • Cory Orr Brasov (Cory Althoff)

Translator: Songbing gold

This book should meet your needs as a beginner on all the basics, very solid, very comprehensive, from basic grammar to bash interface to the unix command line, version control, are covered, and context clear, this book feels like a learner should know everything seniors - really great,

All cases are based on Python3.6 write. Provided free of charge for up to five hours of learning and teaching video, scan code using a mobile phone to watch videos online, and more convenient. Zed A. Shaw created a very effective system of learning Python 3, just follow the science, you will be like Zed taught millions of beginners as success! As long as you exercise self-discipline, commitment and stick!

在本书中,你将通过完成52个精心设计的习题来学会Python语言。阅读这些习题,照着录入代码(不要复制和粘贴!),修正自己的错误,观察程序的运行。

3、Python编程快速上手——让繁琐工作自动化

作者:【美】Al Sweigart(斯维加特)

译者:王海鹏

这本书最大的优点是实用性。python作为脚本语言,语法很简单,看很多材料都能了解得差不多。但实际上更需要知道的是它的大量强大实用的库,可以很方便地用来做很多事情。这本书就是聚焦于一般人工作中会遇到的繁琐任务,有针对性地介绍用python及其模块完成任务的方法。书中还有一些隐藏的幽默,比如当我看到程序中用的email是[email protected]时,就会会心一笑。——来自豆瓣

4、Python核心编程(第二版)

作者:【美】Wesley J. Chun

译者:宋吉广

在这里插入图片描述
系统学习Python,一定要囤这本。对Python核心特性系统的专家级讲解;为开发复杂的应用程序和软件所需的强大深入的视角;易用的图表,详细描述了Python 模块、操作符、函数和方法;大量的专业级的实例代码,从小的代码片段到功能齐全的应用程序一应俱全。

5、Python神经网络编程

作者:[英]塔里克·拉希德(Tariq Rashid)

译者:林赐

  • 人工智能深度学习机器学习领域又一重磅力作
  • 自己动手用Python编写神经网络
  • 美亚排名前茅荣获众多好评 全彩印刷 图表丰富

本书将带领您进行一场妙趣横生却又有条不紊的旅行——从一个非常简单的想法开始,逐步理解神经网络的工作机制。您无需任何超出中学范围的数学知识,并且本书还给出易于理解的微积分简介。本书的目标是让尽可能多的普通读者理解神经网络。读者将学习使用Python开发自己的神经网络,训练它识别手写数字,甚至可以与专业的神经网络相媲美。

6、用Python写网络爬虫(第2版)

作者:[德]凯瑟琳 雅姆尔(Katharine Jarmul)、[澳]理查德 劳森(Richard Lawson)

译者:李斌

  • 畅销的Python 3网络爬虫
  • 数据抓取采集分析 开发实战图书
  • 全新升级版 针对Python 3编写
  • 上一版年度销量近40000册 提供示例完整源码和实例网站搭建源码

本书是使用Python 3.6的新特性来爬取网络数据的入门指南。本书讲解了从静态网站提取数据的方法,以及如何使用数据库和文件缓存技术来节省时间并管理服务器负载,然后介绍了如何使用浏览器、爬虫和并发爬虫开发一个更为复杂的爬虫。

7、Python 3破冰人工智能:从入门到实战

作者:黄海涛

  • 基于Python 3.6构建了近140个代码案例
  • 全面介绍Python在人工智能中的应用
  • 创新性地从全国大学生数学建模竞赛切入人工智能

本书创新性地从数学建模竞赛入手,深入浅出地讲解了人工智能领域的相关知识。本书内容基于Python 3.6,从人工智能领域的数学出发,到Python在人工智能场景下的关键模块;从网络爬虫到数据存储,再到数据分析;从机器学习到深度学习,涉及自然语言处理、机器学习、深度学习、推荐系统和知识图谱等。 此外,本书还提供了近140个代码案例和大量图表,全面系统地阐述了算法特性,个别案例算法来自于工作经验总结,力求帮助读者学以致用。

8、编程的乐趣:用Python解算法谜题

作者:[美] 斯里尼•德瓦达斯(Srini Devadas)

译者:戴旭 , 李亚舟, 许亚运

这是一本介绍通过解决复杂谜题来学习编程的书,书中的代码用Python语言编写。与以往的编程书不同,本书将对代码功能的理解与编程语言语法和语义的理解分离开来,从解每个谜题开始,先给出解谜题的算法,随后用Python语法和语义实现对应的算法,并适当做出解释。本书包含了21个谜题,其中很多谜题都广为流传,如多皇后、汉诺塔、在几秒钟内解决数独问题、验证六度分隔猜想等,每个谜题后面都配有不同难度的编程习题,帮读者加深对相关算法的理解。

9、Python核心编程(第3版)

作者:【美】Wesley Chun(卫斯理 春)

译者:孙波翔, 李斌, 李晗

  • 畅销经典的Python基础教程学习手册进阶图书
  • 兼顾Python2和Python3 机器学习 数据处理 网络爬虫热门编程语言
  • Python开发人员的案头常备

《Python核心编程(第3版)》是经典畅销图书《Python核心编程(第二版)》的全新升级版本,总共分为3部分。第1部分为讲解了Python的一些通用应用,包括正则表达式、网络编程、Internet客户端编程、多线程编程、GUI编程、数据库编程、Microsoft Office编程、扩展Python等内容。第2部分讲解了与Web开发相关的主题,包括Web客户端和服务器、CGI和WSGI相关的Web编程、Django Web框架、云计算、高级Web服务。第3部分则为一个补充/实验章节,包括文本处理以及一些其他内容。 《Python核心编程(第3版)》适合具有一定经验的Python开发人员阅读。

##10、 Python Cookbook(第3版)中文版
作者:【美】David Beazley , Brian K.Jones

译者:陈舸

  • 经典Python图书升级版本
  • Python编程从入门到实践
  • 涵盖Python 3.3 包含大量实用Python编程技巧和Python黑魔法
  • 囊括常见Python编程领域

《Python Cookbook(第3版)中文版》介绍了Python应用在各个领域中的一些使用技巧和方法,其主题涵盖了数据结构和算法,字符串和文本,数字、日期和时间,迭代器和生成器,文件和I/O,数据编码与处理,函数,类与对象,元编程,模块和包,网络和Web编程,并发,实用脚本和系统管理,测试、调试以及异常,C语言扩展等。

在这里插入图片描述

Guess you like

Origin blog.csdn.net/epubit17/article/details/92722829