初めてのプログラミング

プログラミング・データサイエンスI

2019年度


プログラミングができれば、大量のデータを処理する、あるいは作業を自動化することができます。 効率があがるだけでなく、間違いも少なくなります。 しかし、プログラミングは難しいのでは? Pythonは、比較的簡単に習得でき、かつ短いプログラムで様々なことができるプログラミング言語です。 本講義は、プログラミングを全く知らない人が、Pythonの初歩を習得することを目指します。

講義計画

  1. 序論:プログラミングで何ができる
  2. 利用開始と簡単な計算
    https://github.com/first-programming-saga/fundamentals
  3. 値と変数
  4. 標準ライブラリとモジュール
    https://github.com/first-programming-saga/StandardLibraries
  5. 条件分岐、繰り返し、例外処理
    補足
    https://github.com/first-programming-saga/Control
  6. リスト
    https://github.com/first-programming-saga/dataStructure
  7. データ構造
  8. 関数を定義する
    https://github.com/first-programming-saga/functions
  9. ファイルの利用
    https://github.com/first-programming-saga/dataFiles
  10. Excelを読み書きする
    https://github.com/first-programming-saga/excelAndCSV
    https://github.com/first-programming-saga/excelAndCSV2
  11. 作図の基本
    https://github.com/first-programming-saga/plotSample
  12. エクセルのデータをプロットする
    https://github.com/first-programming-saga/SagaPopulation

参考


HOME
Shin-ichi TADAKI