🐍 Introduction to Python

Chapter Summary

📖 Overview

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.

💡 Python Note

Make sure to practice Python code for this topic extensively.

🔑 Exam Tips

  • Write syntax properly.
  • Practice tracing programs.
  • Know dictionary and list methods.