Hello everyone,<br><br>I&#39;m currently working on a Python tutorial for Pippy as part of my GSOC project. <br>I&#39;ve written several lessons and am now wrapping them in Python code to make them interactive. I&#39;ve attached a prototype of what I&#39;m trying to accomplish and I&#39;m hoping for your reviews (it&#39;s also available in my Pippy branch). <br>

<br>I imagined the lessons being put in /data/tutorial/ and that they are accessed the same way Pippy examples are. Each such file would just have a few lines of comments to explain what the lesson is about and how to use it, and &quot;import lesson&lt;x&gt;, lesson&lt;x&gt;.run() &quot;. The lesson&lt;x&gt;.py files would be in /library/pippy/tutorial/ or somewhere similar.<br>

<br>Comments on ANY part of it would be greatly appreciated, even if it&#39;s just a suggestion to use a different variable name in the examples the learner will see, or to (no matter how slightly) modify the way something is explained. It&#39;s really important to teach programming as clearly as possible, IMO.<br>

<br>Kind regards,<br>Dinko<br>