Showing 19 open source projects for "programming for kids"

View related business solutions
  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • Outbound sales software Icon
    Outbound sales software

    Unified cloud-based platform for dialing, emailing, appointment scheduling, lead management and much more.

    Adversus is an outbound dialing solution that helps you streamline your call strategies, automate manual processes, and provide valuable insights to improve your outbound workflows and efficiency.
    Learn More
  • 1
    EMal

    EMal

    An easy to read programming language, with english and italian lexemes

    A toy programming language that supports english and italian keywords. It's goal is to be a language for algorithm prototyping, simple enough to be teached to kids.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Simple Turtle LOGO

    Simple Turtle LOGO

    Free Educational Tool for Beginner LOGO Coding (STEM Students / Kids)

    SIMPLE TURTLE ================ Create simple LOGO programs with commands to control the Turtle and draw amazing images!! Use for STEM, Coderdojo or similar coding events. Recursive REPEAT statements. INSTANT ON / OFF = Turns on / off immediate execution of commands FD x = Forward x pixels BK x = Backward x pixels RT x = Right by x degrees LT x = Left by x degrees PU = Pen Up (Do not draw) PD = Pen Down (Draw) REPEAT x = Creates a loop to run x times which...
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    Minecraft

    Minecraft

    Simple Minecraft-inspired program using Python and Pyglet

    ...It provides full WASD movement with mouse look and basic building controls, giving a surprisingly complete “sandbox” feel in only a small amount of Python code. The author explicitly describes a vision for the project as an educational tool: because many kids love Minecraft and Python is a friendly first programming language, the codebase is meant to be readable, hackable, and heavily commented so learners can tweak parameters like gravity or walking speed and see the effects immediately. Cross-platform instructions are included, with guidance for macOS users who may need to run Python in 32-bit mode or install a specific Pyglet version for compatibility.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    fbgrad

    fbgrad

    Explores color gradients with framebuffer graphics

    A fun splashy program that accomplishes very little. Working example of framebuffer programming, creating JPEGs, drawing into a linear memory array. Kids will maybe like it, it's not interactive except it does screendumps if you hit s while it's running
    Downloads: 0 This Week
    Last Update:
    See Project
  • Data management solutions for confident marketing Icon
    Data management solutions for confident marketing

    For companies wanting a complete Data Management solution that is native to Salesforce

    Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
    Learn More
  • 5
    KAREL 3D

    KAREL 3D

    Learning programming language for kids

    This is learning programming language for children Karel-3D. By words from LightBot: "Get kids hooked on coding with minutes!" Created by Karel 3D from the 8-bit microcomputer PMD 85-2 in 1986. His later version of Karel the Robot in 3D, created first in the Slovak Republic. JavaScript variant include only one small HTML file tested and works on all devices with keyboard and full JavaScript support in internet browser, or alternative pre-compiled JAVA V8 .jar file with webEngine and JavaFX and code in string. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    KAREL 3D C++  ( Karel the Robot in 3D )

    KAREL 3D C++ ( Karel the Robot in 3D )

    Karel - 3D language interpreter

    ...In Karel, currently can not be use Load or Save ( use Ctrl+C, Ctrl+V between the editor and Notepad ) Tip for Karel: Type command: FAST before commands for demonstrating maximum performance. First KAREL-3D is created in 1986 after Karel the Robot, in Slovakia ( before Czechoslovakia ) on 8 bit microcomputer PMD 85-2 for school kids to learn algorithm and what is programming, teach know how to solve a logical problem, like Spock and his children from the planet Vulcan ( live long and prosper ). because it's fun Actual WebGL version: https://sourceforge.net/projects/karel-3d-webgl/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    cantorbl

    cantorbl

    beamshot octave scripts and bike light driver

    Light intensity distribution (LID) of a lamp can be measured by taking wall/ceiling beamshots with a digital camera. The scripts process jpgs images (that have to be processed from raw data) and visualize the LID nicely. Driver: Linear, using AMC7135 and Atmel AVR ATtiny45, Li-Ion battery powered. The firmware provides convenient control - bikelight-specific. Below are firmware features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ardublockEdu

    ArduBlock is a Block Programming Language for Arduino.

    ArduBlock is a Block Programming Language for Arduino. The language and functions model closely to Arduino Language Reference. This version of ArduBlock is tweaked to more closely resemble the Arduino language, and is meant to teach kids programming basics before transitioning to C or C++.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 9

    Ardulinux

    Ardulinux is OS-linux, Adublock, Arduino IDE

    Português: Ardulinux é um sistema operacional linux contendo ferramentas visuais para programação de placas Arduino, com Arduino IDE, Ardublock, navegador web, basta plugar o pendrive, live-dcrom, ligar o computador e sair programando sua placa Arduino. Ardulinux é baseado na distribuição Slax e Slackware English: Ardulinux is a Linux operating system containing visual tools Arduino boards programming with Arduino IDE, Ardublock, web browser, just plug the flash drive, live-dcrom,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 10

    jenga

    Simple and low-consumption Java 2D Game Engine

    Jenga stands for "Java Engine for Games" and is a very simple to use 2D game engine. It was especially designed for beginners and kids which e.g. don't need to be familiar with event-driven programming techniques. On the other hand it is fairly optimized for low CPU consumption to make the games run even on poorly equipped machines like a Raspberry PI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An Educational and fun OS for kids and their parents. Runs directly from a USB thumb drive or a PC. Contains a great verity of Educational applications and games for pre-school and primary school levels. English, Math, Programming and many more.. An advanced parental control tools are embedded providing, a top of the line constantly updated website filtering that allows you to set the filtering level that is most suitable for the ones you care about.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    arbie

    a puzzle game that introduces basic programming concepts

    ...At the start of each level, the user enters instructions for Arbie and presses "go". Arbie then executes the instructions one by one until they are done. This game is designed as a fun way of explaining basic principles of computer and robot programming to grammar school kids. Namely, instructions, order of operations and sequential execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Raspberry Pi

    An ARM GNU/Linux box for $25. Take a byte!

    ...It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A throwback to the old school computing lessons with turtle graphics, updated to todays interfaces. Can be used for teaching kids about programming, both inside the script environment and through java extension. It also fun !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Goal: 1. Teach Elementary School Level Skills to kids 5-12 with easy to use widgets. 2. Create a forum for Ruby beginners to start programming using the Ruby language. Each widget is small, portable and simple to use. Now available: winCapitals
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Easy programming for kids in 3D with vpython. An interactive game helps to go that way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    On-phone BASIC Interpreter for Java-Enabled Handhelds Mobiles Smartphones and PDAs. A "pocket" programming environment for kids beginners students scientist and programmers. That's to develop everywhere. It's time to carry an interpeter in your pocket!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Logo++ is an interpreter for drawing graphical figures using a small set of instructions. Though it lacks many essential features of \"serious\" languages, it remains a funny start for beginners in computer programming, particularly for kids.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    "PyLab Works" is a free and open source replacement for LabView + MatLab, written in pure Python. PyLab Works is much easier to learn and to extend than LabView and gives a much better programming environment than MatLab. Even kids can use it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB