All Collections
Technical Requirements and Compatibility
Coding Tools for CS Python Fundamentals
Coding Tools for CS Python Fundamentals

Learn more about the built-in coding tools for the CS Python Fundamentals course.

P
Written by Project STEM
Updated over a week ago

Course Programming Environment

This course uses a built-in web-based programming environment (also called an Integrated Development Environment or IDE). This is what you and your students will use to write, compile, and grade code in Python.

Lesson Implementation

In course lessons with coding, the programming environment is combined with a video player. This is so that students can watch lesson videos and easily code along with instruction. Here is the view for students:

The bottom half of the tool is the programming environment. Within the programming environment, you’ll see a few sections (numbered in the photo above):

(1) Code Editor: where students write code in Python.

(2) Save Button: by clicking this button, students can manually save their code. Code is also automatically saved each minute tracking changes. All saved code versions appear in the History area.

(3) Run Code Area: where students compile and run their code.

(4) History Area: where students see all saved versions of their code.

Code Practice + Assignment Implementation

In course code practices and assignments, the programming environment is combined with an autograder. This is so that students can write, test, check, and debug their code before ultimately submitting it for a grade. So, you and your students will see and utilize more features in the programming environment. It will look like this for students:

In addition to the (1) Code Editor, (3) Save Button, (6) Run Code Area and (8) History Area that students are familiar with from lessons, they also see the following (numbered in the photo above):

(2) Submission Status Indicator: this area shows whether or not students have submitted their program for a grade.

(4) Submit Button: by clicking this button, students submit their last checked and scored code for a grade.

(5) Instructions Area: students see instructions for a code practice or assignment in this area.

(7) Grading Area: students check their code for a score and get feedback on their code in this area.

Did this answer your question?