About 556,000 results
Open links in new tab
  1. Hour of Code | CodeHS

    Giving commands to a computer, which is what programming is all about, is just like giving commands to a dog. Learn how to code with Karel the Dog—a fun, accessible, and visual …

  2. Karel (programming language) - Wikipedia

    Karel is an educational programming language for beginners, created by Richard E. Pattis in his book Karel The Robot: A Gentle Introduction to the Art of Programming.

  3. Karel Reader - Stanford University

    Karel has been used in introductory computer science courses all across the world and has been taught to millions of students. Many generations of Stanford students learned how …

  4. Karel Sandbox | CodeHS

    Explore the programming languages and types of programs you can write in the CodeHS IDE. All programs are runnable in the browser—even on Chromebooks! Code instructions for Karel the …

  5. Introduction to KAREL Programming - ONE Robotics Company

    KAREL is a lower-level language very similar to Pascal. It features strongly typed variables, constants, custom types, procedures, functions, and gives you access to all sorts of useful …

  6. Karel IDE - Stanford University

    Karel IDE is a programming environment for learning and practicing coding skills, developed by Stanford University.

  7. Karel Coding – Hour of Code – Teacher Resources - NCLab

    Karel is a great introduction to scripted programming. Students can concentrate on learning logic while they practice typing the Python-based code in their native language (English, Spanish, …

  8. Introduction to Programming with Karel the Dog

    Karel is a dog that lives in a grid world. Karel can move around the grid world and put down and take tennis balls, and we can use Karel to solve different problems and explore the basics of …

  9. Alternate Exercises: Karel - Lessons | CodeHS

    In this lesson, students are introduced to CodeHS and how Karel the Dog can be given a set of instructions to perform a simple task. In this lesson, students will learn how they can create …

  10. Karel Reader - Stanford University

    Comments in both Karel and Python begin with the characters # and include the rest of the line. In a simple program, extensive comments may seem silly because the effect of the program is …