Python 2 – Code Your Own Adventure (w/ Python) - Boolean Girl

Course Details

Python 2 – Code Your Own Adventure (w/ Python)

Python 2 – Code Your Own Adventure (w/ Python)

You must first complete Python 1 – Make Art with Python before taking this course.
or log in to view this course.

Improve your understanding of Python, one of the most popular programming languages in the world, by building a classic Code Your Own Adventure program. If you have completed Boolean Girl’s Python 1 course, take this course to build an interactive adventure where the program’s user chooses what happens along the way and impacts how the adventure ends.

Lessons

  • Lesson 1: Code Your Own Adventure

    Length: 20 minutesComplexity: Easy

    Learn what a Code Your Own Adventure program is and how you can start planning your Python adventure.

  • Lesson 2: Python Review

    Length: 20 minutesComplexity: Easy

    Review what Python is, how to use an IDE called Thonny, and how to use functions to print statements in the shell.

  • Lesson 3: User Input and Variables

    Length: 20 minutesComplexity: Easy

    Learn about variables and user input, and start coding your adventure!

  • Lesson 4: Flowcharts

    Length: 20 minutesComplexity: Easy

    Make a useful plan for your adventure by drawing your ideas out in a flowchart.

  • Lesson 5: Conditionals

    Length: 20 minutesComplexity: Easy

    Learn to define conditionals and use them in a Python program.

  • Lesson 6: Functions

    Length: 20 minutesComplexity: Easy

    Learn to define functions and use them in a Python program.