Familiarization with the basics of Python programming: a simple hello world program, process of writing a program, running it, and print statements; simple data-types: integer, float, string. Introduce notion of a variable, and methods to manipulate it. Operators, expressions, statement, type conversion & input/output.
Make sure to practice Python code for this topic extensively.