EduBlocks V5

基于块的编程工具,帮助介绍基于文本的编程语言。「Block-based programming tool that helps introduce text-based programming languages」

Github星跟踪图

Welcome to the EduBlocks GitHub Repository!

About EduBlocks

EduBlocks is a visual block based programming tool that helps teachers to introduce text based programming languages, like Python, to children at an earlier age via a drag and drop programming experience

alt tag

EduBlocks is the easiest way to make the transition from blocks to text, here's why:

  • Text on the blocks:
    EduBlocks displays the Python text on the block so you can see exactly what you're coding.

  • Python view:
    The main part of EduBlocks is the visual block editor but once you've completed your block code, you can switch straight to a Python editor.

  • Cross-Platform:
    You can code on any device with the Web Python mode and program microcontrollers with your PC, Mac & Raspberry Pi.

  • Modal Editor:
    EduBlocks is a modal editor. Whatever you want to create a project with, it's all in one place.

  • Designed with education in mind
    EduBlocks hosts a number of resources to help students and teachers get started quickly.

  • Everything is free!
    EduBlocks and it's resources are all free and open source and we're commited to keeping it that way. We want to make sure EduBlocks can be accessed by all.

EduBlocks has many different "modes" that can be used with external hardware or just in the browser. Modes include:

  • Python 3
  • BBC micro:bit
  • Raspberry Pi
  • CircuitPython

The editor can be found at https://app.edublocks.org

Status

Build Status

Build Status

Developer Instructions

NOTE: Windows users will need to enable symbolic link support before they attempt to clone the repository!

Dependencies

Install Node.JS 6.10.3 using the appropriate installer for your platform. For Linux and Mac OS X (and also Bash on Windows), we recommend using NVM for this.

Install Yarn:

npm --global install yarn

Running Server and Client locally in developer mode on your PC

Developer mode allows you to run EduBlocks on your PC and watch for live code changes for developer convenience.

Open two terminal windows/tabs.

In the first terminal, run the UI watcher:

cd ui
yarn
yarn run watch

In the second terminal, run the server:

cd server
yarn
yarn run watch

Alternatively, you can install TMUX and run:

tools/dev-start-sh

EduBlocks UI will now be available at http://localhost:8081/

Linux Install Instructions:

sudo apt install git build-essential tmux
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh, bash
. ~/.nvm/nvm.sh
nvm install 6.10.3
npm --global install yarn

git clone https://github.com/AllAboutCode/EduBlocks/

cd EduBlocks
cd ui

yarn
yarn run build

cd ../server
yarn

cd ..
tools/dev-start.sh

Building the EduBlocks tarball

The tarball is built using a shell script. This will create the subdirectory edublocks. The build script is only intended to be run by the CI platform however it will probably work on most Linux platforms.

To run build script:

./tarball-create.sh

Support

Need help or support with EduBlocks? There are a few ways in which you can get in touch with us. We try our best to provide a speedy and smooth support service for our users. It may take us a few hours to respond as EduBlocks is not our full time jobs/ commitment. Also, it may take a few days/weeks/months before your request is solved.

Twitter

EduBlocks Support: @edu_blocks

All About Code: @all_about_code

Email

Email: josh@edublocks.org

Website

EduBlocks: http://edublocks.org

Ways to contribute

We want to make EduBlocks a community project. We are open to people opening issues, giving us feedback on how we can improve and opening pull requests to add features or fixes to the project. The community plays a huge part in EduBlocks.

主要指标

概览
名称与所有者igrigorik/em-http-request
主编程语言Ruby
编程语言Python (语言数: 1)
平台
许可证
所有者活动
创建于2008-08-22 20:53:40
推送于2024-11-10 05:42:53
最后一次提交2024-11-09 22:42:53
发布数16
最新版本名称v1.1.7 (发布于 2020-08-31 14:37:50)
第一版名称v1.0.0.beta.1 (发布于 2011-02-20 19:16:05)
用户参与
星数1.2k
关注者数26
派生数225
提交数662
已启用问题?
问题数239
打开的问题数11
拉请求数82
打开的拉请求数4
关闭的拉请求数39
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?