
#22: CPython Internals and Learning Python with pythontutor.com
Talk Python To Me
00:00
Python Tutor: A Web-Based Tool for Writing Python Code
Python Tutor is a web-based tool where you can write Python code. It sends back the execution trace, which is everything that happened when your code ran. And then it produces a visualization for you that you can step through. The CPython stuff is really for advanced learners who want to learn how things really work behind the scenes.
Play episode from 31:41
Transcript


