This repo contains the lectures, slides, reading assignments, and problem sets for the MIT 6.000.1 'Intoduction to Computer Science and Programming in Python' Open Courseware offered at the ...
This is a library that compiles Python code to App Inventor .aia projects. This library uses ast to parse Python code into a syntax tree and attempts to processes each statement and convert it into an ...