python 入門のページ一覧

slide-thumbnail
演習 資料:25 ~ 28 【トピックス】 • Python Tutor の使い方 24

cs-4. プログラミング入門の#P24

slide-thumbnail
cs-10. Python プログラミングの基 本 (コンピューターサイエンス) URL: https://www.kkaneko.jp/cc/cs/index.html 金子邦彦 1

cs-10. Python プログラミングの基本の#P1

slide-thumbnail
オブジェクトが動く 実行画面 オブジェクトとメソッド (Python プログラム) 12

cs-10. Python プログラミングの基本の#P12

slide-thumbnail
繰り返し(ループ) while True: hero.moveRight() hero.moveLeft() Python プログラム 同じ処理や操作を繰り返す これをマスターしておく. 他の多くのプログラミング言語でも応用がきく. 27

cs-10. Python プログラミングの基本の#P27

slide-thumbnail
演習 資料:23 ~ 28 【トピックス】 • Python Tutor でのステップ実 行の操作 • 変数の値の変化 • 実行の流れの変化(ジャン プ) 22

cs-12. 条件分岐,ステップ実行の#P22

slide-thumbnail
パソコン演習 ① ウェブブラウザを起動する ② python tutor を使いたいので,次の URL を開く http://www.pythontutor.com/ ※ Internet Explorer でうまく動かない場合があります → うまく動かないときは Google Chr...

cs-13. プロセッサ,メモリ,文字コード,論理演算と足し算の#P62

slide-thumbnail
同じフォルダにファイルを作成 hello.txt hello python and ruby hello.py print(open("hello.txt").read()) hello.rb puts File.read("hello.txt") 23

Ruby & Python 初心者のための Docker Compose 入門の#P23

slide-thumbnail
演習 資料:23 ~ 28 【トピックス】 • Python Tutor でのステップ実 行の操作 • 変数の値の変化 • 実行の流れの変化(ジャン プ) 22

po-4. 条件分岐,ステップ実行の#P22

slide-thumbnail
オブジェクトが動く 実行画面 オブジェクトとメソッド (Python プログラム) 12

po-2. Python プログラミングの基本の#P12

slide-thumbnail
繰り返し(ループ) while True: hero.moveRight() hero.moveLeft() Python プログラム 同じ処理や操作を繰り返す これをマスターしておく. 他の多くのプログラミング言語でも応用がきく. 27

po-2. Python プログラミングの基本の#P27

slide-thumbnail
演習 資料:28 ~ 33 【トピックス】 • Python Tutor でのステップ実 行の操作 • 変数の値の変化 • 実行の流れの変化(ジャン プ) 27

po-6. 繰り返し(ループ),for,in,ステップ実行の#P27

slide-thumbnail
② コンピュータを細かくコントロール 人工知能のプログラム (Python 言語) ニューラルネットワークを 作成している 6

pf-1. Python,Google Colaboratoryの#P6

slide-thumbnail
1-2. Python, Google Colabotarory 11

pf-1. Python,Google Colaboratoryの#P11

slide-thumbnail
コードセルと,プログラム実行 コードセルで, Python プログラムやコマンドの編集,実行ができる. 実行結果はコードセル内に残る 実行ボタン 2を3へ 編集前 編集後 実行ボタンと 実行結果 23

pf-1. Python,Google Colaboratoryの#P23