513 Views
January 25, 22
スライド概要
Python とプログラミングの基本
https://www.kkaneko.jp/cc/colab/
動画 URL: https://www.youtube.com/watch?v=L2qltJxvcgI
金子邦彦(かねこくにひこ) 福山大学・工学部・教授 ホームページ: https://www.kkaneko.jp/index.html 金子邦彦 YouTube チャンネル: https://youtube.com/user/kunihikokaneko
• オンラインでの実行 Google Colaboratory • Windows 等のパソコンでの実行 python コマンド (インストール必要) jupyter qtconsole spyder (インストール必要) (インストール必要)
Google Colaboratory • オンラインによる実行 • Python, 種々のパッケージがインストール済み • コードセル,テキストセルを使用.共有も可能 • 利用には Google アカウントが必要 • 画面を開くようなアプリは実行できない
Python コマンド • Windows パソコン等での実行 • Python のインストール必要 https://www.python.org • Windows では,python コマンド,終了は exit()
QtConsole • Windows パソコン等での実行 • インストール必要 https://www.kkaneko.jp/cc/tools/index.html#python • 「jupyter qtconsole」で起動
spyder • Windows パソコン等での実行 • インストール必要 https://www.kkaneko.jp/cc/tools/index.html#python • 「spyder」で起動