Resources

EdStem

EdStem Ed Discussions is the primary forum for asking (and answering) questions in this class. We preferred this forum over direct e-mail contact except in cases of emergencies.

Polling

Polling This class will use PollEverywhere this semester for in-class polling. You can connect either via a smart phone app, or the web page. Follow the link above for full instructions.

Python Tutor

Python Tutor The Python Tutor is a fantastic tool to help you visualize what it is going on when Python executes code. It is very close to the mental model that we develop in class, with only minor differences.

CMS

CMS This course does not use Canvas. Instead, we use CMS – developed by the CS department – to submit assignments and return grades. Any student officially enrolled in the course has been added to CMS.

Python API

Python API Python has a lot of built-in functions and modules. We do not expect you to memorize them. Instead, you should refer to the Python documentation when you need help.

IntroCS API

IntroCS API The module introcs is a Python extension added specifically for this course. We will use most of its features over the course of the semester. Refer to this documentation when you need help.