All Projects → AllAboutCode → Edublocks

AllAboutCode / Edublocks

Licence: other
Drag and drop coding tool for creating Python programs

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Edublocks

Plus
Otto DIY+ ("Otto DIY with steroids" + Bluetooth + APP + switch + sensors + strength +...
Stars: ✭ 100 (-66.33%)
Mutual labels:  scratch, blockly
Robot blockly
A simple way to program ROS robots using blockly.
Stars: ✭ 115 (-61.28%)
Mutual labels:  scratch, blockly
Blocklike
Bridging the gap between block programming and JavaScript.
Stars: ✭ 177 (-40.4%)
Mutual labels:  scratch, blockly
ScratchVerifier
Verify Scratch accounts as genuine, for use in authorization or identification.
Stars: ✭ 17 (-94.28%)
Mutual labels:  scratch
BIPES
BIPES: Block based Integrated Platform for Embedded Systems allows text and block based programming for several types of embedded systems and Internet of Things modules using MicroPython, CircuitPython, Python or Snek. You can connect, program, debug and monitor several types of boards using network, USB or Bluetooth. No software install needed!
Stars: ✭ 72 (-75.76%)
Mutual labels:  blockly
Kobra
Kobra is a visual programming language (like Scratch) for Machine Learning (currently under active development).
Stars: ✭ 223 (-24.92%)
Mutual labels:  blockly
Accelerated Text
Accelerated Text is a no-code natural language generation platform. It will help you construct document plans which define how your data is converted to textual descriptions varying in wording and structure.
Stars: ✭ 256 (-13.8%)
Mutual labels:  blockly
VubbiScript
Programming with blocks in Unity3D...
Stars: ✭ 41 (-86.2%)
Mutual labels:  blockly
BlocklyML
Blockly is a simple visual programming language for python and ML. This tool is designed to simplify standard machine learning implementation. This tool can assist anyone who wants to start with ML or python.
Stars: ✭ 32 (-89.23%)
Mutual labels:  blockly
ScratchImage
A scratchable UIImageView
Stars: ✭ 31 (-89.56%)
Mutual labels:  scratch
first-neural-network
Simple neural network implemented from scratch in C++.
Stars: ✭ 17 (-94.28%)
Mutual labels:  scratch
teaching-open
Scratch少儿编程教学平台,集成Scratch、ScratchJr、Python教学工具。包含课程、班级、作业、权限、赛事、社区等。
Stars: ✭ 202 (-31.99%)
Mutual labels:  scratch
Snap
Blockly for Unity Editor.
Stars: ✭ 31 (-89.56%)
Mutual labels:  blockly
unkillable-scratch
Disallow the *scratch* buffer from being killed
Stars: ✭ 13 (-95.62%)
Mutual labels:  scratch
scratch-asset-utils
scratch2和scratch3素材库爬虫和处理工具
Stars: ✭ 29 (-90.24%)
Mutual labels:  scratch
vim-backscratch
Small scratches for Vim, feels nice
Stars: ✭ 20 (-93.27%)
Mutual labels:  scratch
ngx-blockly
An angular wrapper around google's blockly library
Stars: ✭ 35 (-88.22%)
Mutual labels:  blockly
SRScratchView
A mask imageView class which can be used a scratchView.
Stars: ✭ 52 (-82.49%)
Mutual labels:  scratch
vue-scratchable
A Vue.js wrapper component that turns everything into fun scratch cards.
Stars: ✭ 42 (-85.86%)
Mutual labels:  scratch
desktop
TurboWarp as a desktop app
Stars: ✭ 69 (-76.77%)
Mutual labels:  scratch

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 v10.15.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
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
. ~/.nvm/nvm.sh
nvm install v10.15.3
npm --global install yarn

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

cd EduBlocks
cd ui

yarn
yarn run build
sudo ln -s /usr/bin/python3 /usr/bin/python 

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: [email protected]

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].