TY - GEN
T1 - Design of a blocks-based environment for introductory programming in Python
AU - Poole, Matthew James
PY - 2016/1/4
Y1 - 2016/1/4
N2 - This paper details the design of a visual blocks-based tool for editing Python programs. Its purpose is to close the gap between programming using a simplified blocks-based language and textual programming in a mainstream language. As well as helping to guarantee the syntactic validity of programs, the tool aims to reduce the occurrence of run-time errors, a source of learner frustration with dynamic languages, by ensuring that constructed programs will remain well-typed during execution. The design promotes understanding of how data types are used in the language by representing them using colors: each expression block is colored according to its type, and each unfilled hole contains colors which indicate valid argument types. Connected blocks preserve conventional use of whitespace, demonstrating good practice for novice programmers.
AB - This paper details the design of a visual blocks-based tool for editing Python programs. Its purpose is to close the gap between programming using a simplified blocks-based language and textual programming in a mainstream language. As well as helping to guarantee the syntactic validity of programs, the tool aims to reduce the occurrence of run-time errors, a source of learner frustration with dynamic languages, by ensuring that constructed programs will remain well-typed during execution. The design promotes understanding of how data types are used in the language by representing them using colors: each expression block is colored according to its type, and each unfilled hole contains colors which indicate valid argument types. Connected blocks preserve conventional use of whitespace, demonstrating good practice for novice programmers.
KW - Blocks-based programming
KW - Introductory programming
KW - Python
U2 - 10.1109/BLOCKS.2015.7368996
DO - 10.1109/BLOCKS.2015.7368996
M3 - Conference contribution
BT - 2015 IEEE Blocks and Beyond Workshop
PB - Institute of Electrical and Electronics Engineers Inc.
T2 - Blocks and Beyond - Lessons and Directions for First Programming Environments
Y2 - 22 October 2015 through 22 October 2015
ER -