Changes

Jump to navigation Jump to search
+timeline (preliminary)
Line 24: Line 24:     
I am located in Stuttgart and Tübingen, Germany. My time zone is Central European Summer Time (CEST) or UTC+02:00 during summer.
 
I am located in Stuttgart and Tübingen, Germany. My time zone is Central European Summer Time (CEST) or UTC+02:00 during summer.
<!--TODO: usual work hours-->
+
I plan to work on this project Thu-Sun, approximately from noon until midnight.
    
=== Have you participated in an open-source project before? ===
 
=== Have you participated in an open-source project before? ===
Line 47: Line 47:  
=== What is the timeline for development of your project? ===
 
=== What is the timeline for development of your project? ===
 
''The Summer of Code work period is June 17 - September 23; tell us what you will be working on each week. (As the summer goes on, you and your mentor will adjust your schedule, but it's good to have a plan at the beginning so you have an idea of where you're headed.) Note that you should probably plan to have something "working and 90% done" by the midterm evaluation (August 2); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then.''
 
''The Summer of Code work period is June 17 - September 23; tell us what you will be working on each week. (As the summer goes on, you and your mentor will adjust your schedule, but it's good to have a plan at the beginning so you have an idea of where you're headed.) Note that you should probably plan to have something "working and 90% done" by the midterm evaluation (August 2); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then.''
 +
 +
* June 17 – June 30 (2 weeks): Determine what code needs to be shared by Turtle Blocks and the exported code. Restructure the modules to isolate this part, so it can easily be imported. This only covers the modules that are necessary to run blocks from the 'Turtle', 'Pen', and 'Pen colors' palettes. The other modules will be dealt with when the corresponding blocks are implemented.
 +
* July 1 – July 21 (3 weeks): Implement the first transformations from blocks to Python code. This will only cover the following blocks from the 'Turtle' palette: 'forward', 'back', 'left', and 'right'. Make sure the exported code imports the correct modules from Turtle Blocks and can be run on the command line (or in Pippy). Keep the implementation modular, so more blocks can be added easily.
 +
* July 22 – July 28 (1 week): Rest of the 'Turtle' palette, and complete 'Pen' and 'Pen colors' palettes. These should be similar enough to the first four blocks that they can be implemented quickly.
 +
* July 29 – August 2: Midterm evaluation: Block programs can be exported to Python code that can be run outside of Turtle Blocks. The export functionality is limited to blocks from the 'Turtle', 'Pen', and 'Pen colors' palette, but it can easily be extended to cover the other blocks.
 +
* August 3 – September 15 (6 weeks): Implement transformations of all other blocks to Python code:
 +
** Numeric operations from the 'Numeric operators' palette and screen dimensions from the 'Presentation templates' palette
 +
** Boolean operations from the 'Numeric operators' palette and conditionals from the 'Flow operators' palette
 +
** Variables and functions from the 'Action stacks' palette
 +
** Loops from the 'Flow operators' palette
 +
** Heaps from the 'Extra options' palette
 +
** Runtime control (e.g., exit, suspension) from the 'Flow operators' palette
 +
** External functions (chr, int, mathematical function, tamyblock.py) from the 'Extra options' palette
 +
** Comments from the 'Extra options' palette: This is especially difficult because Python's <code>ast</code> module does not support comments natively.
 +
** Events and user input from the 'Sensors' palette
 +
** Sounds and sprites from the 'Media' palette and presentation templates from the 'Presentation templates' palette
 +
** Multiple turtles and custom turtle shells from the 'Extra options' palette
 +
** Display management (hide/ show blocks, toggle full screen) from the 'Presentation templates' palette, and printing and loading blocks and palettes from the 'Extra options' palette: These are very specific to Turtle Blocks. We need further discussion how this should look in the output of the exported Python code.
    
=== My Backround ===
 
=== My Backround ===
51

edits

Navigation menu