LoginSignup
3
2

More than 1 year has passed since last update.

The Japanese translation of "A Whirlwind Tour of Python" - Index

Last updated at Posted at 2018-01-13

Pythonの駆け足の旅

Jake VanderPlas

これらは私のオライリーのレポート「A Whirlwind Tour of Python」の前のJupyter Notebookです。一覧されている完全なnotebookは GitHub 上で利用可能です。

"A Whirlwind Tour of Python"は 既にほかの言語でプログラミングに親しみのある研究者や開発者のためのPythonの重要なコンポーネントを早く紹介するものです。

資料は特にデータサイエンスや科学的なプログラミングのためにPythonを使いたいと願う人を狙ったものであり、その範囲の中で、私のきたる著書である、"The Python Data Science Handbook"の紹介として提供します。これらのnotebooksはワシントン大学と様々なカンファレンス、ミーティング、世界中のワークショップで私がこれらの話題で取り扱ったレクチャーやワークショップに適応したもです。

Index

Introduction
How to Run Python Code
Basic Python Syntax
Python Semantics: Variables
Python Semantics: Operators
Built-In Scalar Types
Built-In Data Structures
Control Flow Statements
Defining Functions
Errors and Exceptions
Iterators
List Comprehensions
Generators and Generator Expressions
Modules and Packages
Strings and Regular Expressions
Preview of Data Science Tools
Resources for Further Learning
Appendix: Code To Reproduce Figures

License

この記事は "No Rights Reserved" の CC0ライセンスの元リリースされます、そしてこのように再利用、修正、組み込み、いかなる目的でのこの記事の修正についてあなたは自由です。

そうはいっても、私は(求めませんが)もしあなたがこの記事を使ったり改作したりするなら、あなたが適正な帰属や引用を含むことを頼みます。例えば

A Whirlwind Tour of Python by Jake VanderPlas (O’Reilly). Copyright 2016 O’Reilly Media, Inc., 978-1-491-96465-1

CCについてはここでもっと読んでください。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2