# [00:00:50] Need to download Python interpreter (python.org) and an IDE. # [00:01:10] During Python install (Windows), check "Add Python exe to Path". # [00:01:30] IDE choices: PyCharm ...
Last time, we learned how to use variables. At the end, I mentioned that "strings and numbers are different types," and today we will explain those "types" in detail. Once you understand types, you ...