Teaching VEX EXP STEM Lab Units with VEXcode EXP Python

While VEX EXP STEM Lab Units are written for use with the block-based coding in VEXcode EXP, they can be taught using Python as well. This article will cover the resources available to support teaching STEM Lab Units with Python in your classroom.

VEX EXP STEM Lab Units follow the Learn - Practice - Compete format. To learn more about the format and implementing these Units in your classroom, see this article. The same process for implementing VEX EXP STEM Lab Units can be followed regardless of the coding method.

Watch this video to learn more about the available Python resources and how they can be used with STEM Lab Units.

Unless otherwise noted, the following images and examples are taken from the Ring Leader STEM Lab Unit, but the same format can be found in all VEX EXP STEM Lab Units.


Available Resources for Teaching Python with VEXcode EXP

Within VEX EXP STEM Lab Units

Minor adjustments will need to be made to implement each Unit using Python, but those are all outlined in the Teacher Portal in the "VEXcode EXP Python Resources for this Unit" document. The various resources available to help you teach these Units with Python are shown below.

Screen_Shot_2022-10-05_at_4.17.27_PM.png

In the Learn section, direct instruction videos are provided. Some of these videos are available for both Blocks and Python implementations. When both are available, ensure students know which of the videos to watch. Separate lesson summaries and check your understanding questions are available for each video so students only need to focus on the coding method chosen by the instructor. 

Screen_Shot_2022-10-05_at_4.24.33_PM.png

Some videos have Blocks-specific instruction. For these videos, a lesson summary made for the related Python commands or concepts is included in the Teacher Portal of the Unit.

Screen_Shot_2022-10-05_at_2.33.06_PM.png

Inside of the Teacher Portal is the "VEXcode EXP Python Resources for this Unit" document. This is an editable Google document that contains the Python versions of lesson summaries and check your understanding questions not included in the Unit content. You can make a copy of this document and distribute individual lesson summaries to students as needed when teaching the Unit with Python.

To learn more about customizing resources using Google Drive or Microsoft, see these articles.

Screen_Shot_2022-10-05_at_4.29.43_PM.png

While the majority of Practice and Compete activities are written to be used with any coding method, there are some exceptions like in the Ring Leader STEM Lab Unit (including the practice activity shown here). In this case, Python versions of the activities will also be included in the "VEXcode EXP Python Resources for this Unit" document. Similar to the lesson summaries, these can be distributed to students as needed during the Unit.

Within VEXcode EXP

Resources within VEXcode EXP can also help to support students as they complete STEM Lab Units using a Python project.

Screen_Shot_2022-10-05_at_3.37.33_PM.png

As a new user to Python, it can be helpful to see the correlation between a block-based command and the Python equivalent. This can be done using the Code Viewer. See this article to learn more about the Code Viewer in VEXcode EXP.

autocomplete_d.png

When students understand what commands they may need for their project, they can then begin to type them in the Workspace. The Autocomplete feature can help students minimize errors in their project and save time. To learn more about Autocomplete in a VEXcode EXP Python project, see this article.

Screen_Shot_2022-10-05_at_3.38.54_PM.png

The Help is available to guide students through what a command does and the parameters needed for a command. To open the Help for a command, select the question mark next to any command in the Toolbox. For more information about accessing Help in a Python project, see this article.

For more information, help, and tips, check out the many resources at VEX Professional Development Plus

Last Updated: