Lesson 2️⃣: Variables

Bitesize Key points from this lesson

  1. Assigning Variables
  2. Re-assigning variables
  3. Naming conventions (e.g. snake_case, camelCase). This refers to how we write variable names in order for them to be readable.
  4. Constants: These are variables that should not change throughout the program. In Python, we conventionally use all uppercase letters for constants.

Activities

The best way to improve your programming skills is to practice.
I created a course for learning Python that you can follow alongside these lessons.
You can check these out at BitFez’s Learning to code in Python Roadmap 🛣
You should specifically follow the Step 1: Variables activities: