こんにちは、Python!

Python 入門

Hugo Bowne-Anderson

Data Scientist at DataCamp

学習の進め方

DataCampインターフェース

Python 入門

Python

guido-hba.png

  • 汎用言語:何でも作れる

  • オープンソース!無料!

  • Pythonパッケージは、データサイエンスにも使える

    • さまざまな用途や分野で活用されている
Python 入門

IPython Shell

Pythonコマンドを実行する

ipython_shell.png

Python 入門

IPython Shell

Pythonコマンドを実行する

ipython_shell_highlighted.png

Python 入門

IPython Shell

DataCampのIPythonシェルでの計算

Python 入門

Pythonスクリプト

  • テキストファイル - .py

  • Pythonコマンドを並べたもの

  • IPython Shellに1行ずつ入力するのと似ています

Python script in DataCamp

Python 入門

Pythonスクリプト

GIF: スクリプトに 4 + 5 と入力し、Submit Answerをクリックする。 出力は表示されません。

Python 入門

Pythonスクリプト

python_script_print.gif

  • スクリプトから出力を表示するにはprint()を使います用します
Python 入門

DataCampインターフェース

DataCampインターフェースのスクリーンショット

Python 入門

練習しましょう!

Python 入門

Preparing Video For Download...