# PythonVM **Repository Path**: Yu-cz/python-vm ## Basic Information - **Project Name**: PythonVM - **Description**: 一个基于Python实现的Python虚拟机,支持解析pyc文件,和部分字节码的运行 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2024-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 一个基于Python实现的Python虚拟机 Python版本: Python2.7 参考书籍: 1. <> 2. <<自己动手写Python虚拟机>>