Candy: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (add a link to ast docs)
No edit summary
Line 5: Line 5:
{{Olpcboxbottom}}
{{Olpcboxbottom}}


[[Image:candy-20080122.png|thumb|right|350px|[Candy]]]
[[Image:candy-20080122.png|thumb|right|350px|Preliminary interface]]


Candy is an automated python tutor.
Candy is an automated python tutor.

Revision as of 06:09, 23 January 2008

Trac print.png Tickets all - active - new
Preliminary interface

Candy is an automated python tutor.

Editor

The Candy editor will attempt to provide real time assistance as code is written.

Analysis

Assignments will be presented as a set of individual steps that the user must complete. Assignment completion will be based on a flexible system of code analysis. This system is currently implemented using python's abstract syntax tree functionality.

Localization

Eventually, Candy will explore possibilities for localizing the code writing and analysis.