A Whirlwind Tour of Python - Jake Vanderplas

A Whirlwind Tour of Python

Jake Vanderplas

出版社

O'Reilly

出版时间

2016-08-15

ISBN

9781491964651

评分

★★★★★
书籍介绍

To tap into the power of Python's open data science stack—including NumPy, Pandas, Matplotlib, Scikit-learn, and other tools—you first need to understand the syntax, semantics, and patterns of the Python language. This report provides a brief yet comprehensive introduction to Python for engineers, researchers, and data scientists who are already familiar with another programming language.

Author Jake VanderPlas, an interdisciplinary research director at the University of Washington, explains Python’s essential syntax and semantics, built-in data types and structures, function definitions, control flow statements, and more, using Python 3 syntax.

You’ll explore:

- Python syntax basics and running Python code

Basic semantics of Python variables, objects, and operators

- Built-in simple types and data structures

- Control flow statements for executing code blocks conditionally

- Methods for creating and using reusable functions

Iterators, list comprehensions, and generators

- String manipulation and regular expressions

- Python’s standard library and third-party modules

- Python’s core data science tools

- Recommended resources to help you learn more

用户评论
下次再需要做稍复杂的数据分析、计量经济学分析之类的,我就用python。做不感兴趣的工作,只能靠新奇的工作方法来提升积极性了。(spyder已经安装好了~)
基础知识点的记忆唤醒
Like a whirlwind, like a rolling stone 😇
适合已经学过Python学习者翻一翻来唤醒记忆。
浅显易懂,可以很快翻完。对已经会一些的人可能没什么用,高级用法提都没提,就一些小知识点查漏补缺吧
内容精简,适合会其他语言的读者快速入门,用来复习基础也不错。看完这本,可以接着读下作者的Python Data Science Handbook了。
收藏