Mark Zhitomirski 0cfde115ff fix ValueError in f_locals.pop('self') Python 3.13+
The error
ValueError: cannot remove local variables from FrameLocalsProxy

is caused by PEP 667 – Consistent views of namespaces
peps.python.org/pep-0667
implemented in Python 3.13
2025-10-31 00:13:49 +04:00
..
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-08-07 14:14:43 -03:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-10-29 12:09:09 +01:00
2023-07-16 20:21:00 -05:00

# Solutions

This directory contains fully worked out solution code for every
exercise.  The code is written to be runnable from this directory.
When taking the course, I would encourage you to try and come up
with your own solution first.   However, if you're stuck or if
everything has become broken, you can come here to get a fresh
copy of code to work with.