We found the following articles

  • LANGUAGE

  • TOPICS

  • LEVELS

  • RESOURCE TYPE

このコースは Day 1 から Day 10 までの10個の記事から構成されています。各記事には以下のコンテンツが含まれています。 動画 記事本文 演習問題まずは動画を見て、学習内容の概要をわかりやすく把握しましょう。次に本文を読んで学習内容を整理し、自分のペースでじっくり理解を深めましょう。最後に演習問題を解いて学習した知識をアウトプットし、新しく知った知識を使いこなす練習をしましょう。料金をチ… Continue reading プログラミングの短期集中コース
This course consists of 10 articles from Day 1 to Day 10. Each article includes the following: Video Text ExerciseFirst, watch the video to get an overview of the content easily. Then, read the text t… Continue reading Crash Course on Programming
Crash Course
  • クラスの定義
  • クラスとオブジェクトの関係
  • クラスを定義する方法
  • オジェクト (インスタンス)を作成する方法
  • メソッドと属性
  • セッターとゲッター
  • セッターとゲッターの長所
Crash Course
  • The definition of a class
  • The relationships between a class and an object
  • How to define a class
  • How to create an object (instance)
  • Methods and attributes
  • Setters and getters
  • The advantages of setters and getters
Crash Course
  • Matplotlib ライブラリのインポート
  • 簡単な折れ線グラフの作成
  • axesfigureの意味
  • グラフのカスタマイズ方法
  • 数学における関数のグラフの作成
Crash Course
  • Importing Matplotlib library
  • How to plot simple line plots
  • The meanings of the axes and the figure
  • How to customize the graphs
  • Plotting mathematical functions' graph
Crash Course
  • 文字列スライシング
  • 文字列を扱うためのメソッド
Crash Course
  • String slicing
  • Methods for handling strings
Crash Course
  • 関数が何であるかの理解
  • 関数を定義する方法
  • 関数を呼び出す方法
  • パラメータと引数の違い
  • 変数のスコープ
Crash Course
  • Understanding what a function is
  • How to define a function
  • How to call functions
  • The differences between parameters and arguments
  • The scope of a variable