Transitioning to Python
1 Mapping Pyret to Python
2 Useful Documentation
3 Tidbits
4 Errors and what they might indicate

Transitioning to Python

Copyright (c) 2017 Kathi Fisler

Here’s a collection of references for migrating to Python:

1 Mapping Pyret to Python

Eli has prepared a useful cheat sheet showing how the various constructs you’ve learned in Pyret appear in Python.

2 Useful Documentation

3 Tidbits

4 Errors and what they might indicate

Python error messages are a bit more obtuse than Pyret’s. Here are some common messages and what problems they might point to: