Learning the Python Programming Language in 8 Minutes

Опубликовано: 27 Август 2026
на канале: Computational Thinking
1,378
21

The video is based on the single-page Python Cheat Sheet: https://disco.ethz.ch/courses/coti/le...

This video teaches all the basic principles of the Python programming language in just 8 minutes. In particular, the video describes how Python does Math, operates on Strings, Lists, Sets, and Dictionaries. Then the video discusses Conditional statements such as if-statements, for-loops, and while loops. And finally the video discusses functions. The video assumes that the viewer is already familiar with any imperative programming language such as C, C++, Java, Javascript, or Rust.