원문정보
Design of Python Block Coding Platform based on Web Assembly for Artificial Intelligence Education
초록
영어
In this research, we propose an architecture of new-type block coding educational platform based on python WASM to redeem the traditional block programming environment's limitation, which are basic logic-centered education, the limitation of simultaneous learning between block coding and text based coding, and difficulty for developing a data science and an artificial intelligence. Learners don't need to set up an development environment as proposed platform is web-based, and this platform can convert block logic written by a learner into python text logic in real time. Futhermore, a learner can develop various python logic from basic to advanced logic, data science and artificial intelligence using block logic operated in WASM. In the last section, we verify the implemented proposed platform and its various functions. In addition, we implement logics such as python basic logic, data visualization, image processing and machine learning using block coding to verify the proposed platform's structure to be used not only as an educational platform but also as a python visual block coding platform. This study is expected to let a learner's computational thinking improve and the understanding of python language both by learning through block and text coding of which in the same environment as real python. Finally, we expect that it can reduce the entry barrier of python text coding environment for a learner by using simultaneous learning between block and text coding.
한국어
본 연구에서는 기존 전통적인 방식의 블록 프로그래밍 환경이 갖는 한계점인 기초 로직 중심의 교육, 블록 코딩과 텍스트 코딩의 동시 학습성 한계, 데이터 사이언스 및 인공지능 개발 어려움 등의 한계점을 보완하기 위한 새로운 형태의 파이썬 WASM 기반 블 록 코딩 교육 플랫폼 설계를 제안한다. 제안하는 플랫폼은 웹 기반으로서 학습자가 개발환경을 구축할 필요가 없으며, 작성하는 블 록 로직을 실시간 파이썬 텍스트 코딩으로 변환할 수 있다. 또한, WASM을 활용하여 학습자는 블록 로직을 통해 기초부터 심화, 데 이터 사이언스 및 인공지능 개발까지 다양한 파이썬 로직을 개발할 수 있다. 최종적으로는 제안하는 플랫폼의 구현 결과와 이를 바 탕으로 한 다양한 기능들을 확인한다. 또한, 제안하는 플랫폼을 활용하여 파이썬 기초 로직부터 데이터 시각화, 이미지 처리, 머신 러닝 등의 로직을 블록 코딩으로 구현한다. 이로써 제안하는 플랫폼이 교육적인 목적을 넘어 온전한 파이썬 비쥬얼 블록 코딩 플랫 폼으로서 사용되기에 적합한 구조를 지니고 있는지 검증한다. 본 연구를 통해 학습자는 실제 파이썬과 동일한 환경에서 블록 코딩 과 텍스트 코딩으로 프로그래밍을 학습하며 컴퓨팅적 사고 증진과 실제 파이썬에 대한 이해도를 높일 수 있을 것으로 기대된다. 마 지막으로, 블록 및 텍스트 코딩의 동시 학습을 통하여 추후 학습자의 파이썬 텍스트 환경에 대한 진입 장벽을 낮출 수 있을 것으로 기대된다.
목차
ABSTRACT
I. 서론
II. 기술적 배경
1. Python
2. Blockly
3. Pyodide
4. Web Assembly
III. 설계 및 구현
1. 플랫폼 구현 방향성
IV. 구현 결과
V. 결론
References