Lesson 1: Python, Minecraft, and You

Welcome back to Python! For some, it has only been about a week or two since you last looked at Python, and for others, maybe a few months, maybe an entire year. Regardless, this course will aim to help you apply your Python skills in fun and engaging ways using Minecraft: Education Edition.

Learning Objectives

In this lesson, you will:

  • Install Minecraft: Education Edition and sign in
  • Review the following Python concepts:
    • Data Types (int, float, string, bool)
    • Variables
    • Boolean Operators (relational and logical)
    • Conditionals (if, elif, else)
    • Loops (while and for)