初めてのプログラミング

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


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

講義計画

  1. 序論:プログラミングで何ができるか
  2. 簡単な計算
    https://github.com/first-programming-saga/fundamentals
  3. 値と変数
  4. 標準ライブラリとモジュール
    https://github.com/first-programming-saga/StandardLibraries
  5. 条件分岐、繰り返し1
    https://github.com/first-programming-saga/Control
  6. 条件分岐、繰り返し2
  7. リスト
    https://github.com/first-programming-saga/dataStructure
  8. データ構造
  9. 関数を定義する
    https://github.com/first-programming-saga/functions
  10. Excel/CSV ファイルを読む
    https://github.com/first-programming-saga/excelAndCSV
  11. Excel ファイルを作る:
    https://github.com/first-programming-saga/excelAndCSV2
  12. 作図の基本
    https://github.com/first-programming-saga/plotSample
  13. エクセルのデータを作図する:佐賀の人口
    https://github.com/first-programming-saga/SagaPopulation
  14. W佐賀の気候

参考

過去の資料


HOME
Shin-ichi TADAKI