0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Progate Pythonやってみた

Last updated at Posted at 2019-12-01

Pythonコードを業務で使い始めて早1年。

同僚にPythonを教える機会があるので、
一通り基礎を復習する気持ちで取り組んでみた。

Progateでクラスの定義、継承を学ぶことができた。
リストの内包、lambda関数とか便利な書き方があるのに、
それを教えてくれないのはちょっと不親切な気もしました。

ただPythonを一から学ぶ人にはよいと思います!
操作性もよく、間違ってる部分を見つけやすい。

ざっくりとした概要は下記のとおりです。

Python Ⅰ
和差積商、変数、論理和、論理積、条件分岐

Python Ⅱ
繰り返し分(for,while)、リスト、辞書型

Python Ⅲ
関数

Python Ⅳ
クラス
クラスの定義、インスタンス、クラスの中で関数を定義(インスタンスメソッド)

Python V
クラスの継承

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?