初心者から抜け出すための「パイソンの省略記法 7選」 Shortcuts in Python, 7 cool short codes for novices

初心者

この動画はマイクラミング「プロコース」受講生のための補助教材です。
This video is a supplementary teaching material for Micramming Pro Course students.

================
== Time Table ==
================
0:00:00 タイトルと導入      Title and Introduction
0:00:14 トピックス一覧      Topics
0:00:35 1.累算代入演算子    Arithmetic Assignment Operators
01:00   +=
02:11   -=
02:28   *=
02:58   =
03:25   //= and %/
04:36   **=
0:05:20 2.代入         Assignment
05:40   x,y,z = a,b,c
06:46   x,y,z = vector
0:08:54 3.スワップ       Swap
0:10:49 4.文字列の編集     String Formatting
0:13:02 5.変域・地域の不等式  Domain or Range in Inequality
0:14:26 6.条件付代入(三項演算)Conditional Assignment
0:16:25 7.内包表記       Comprehensions
16:52   リスト内包表記      List Comprehensions
18:19   集合の内包表記      Set Comprehensions
18:37   ジェネレーター内包表記  Generator Comprehensions
19:25   タプル内包表記      Tuple Comprehensions
19:40   辞書の包括表記      Dictionary Comprehensions
0:20:34 終わりの挨拶       Conclusion
===============

コメント

タイトルとURLをコピーしました