Module 2: Getting ready to code
In this module, you will learn: The difference between data, information and knowledge in the context of writing proper code How to differentiate between a high-level and low-level programming language What syntax and semantics have got to do with coding languages How to install and do interactive coding using Python’s built-in interpreter program How to structure code into an executable Python file and run it using Python’s console 2.1 Introduction It is fascinating t...