About 68,300 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 introduction to text or …

  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. Pattis used the language in his …

  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 programming works with …

  4. Karel++ Tutorial -Main Menu

    Despite its simplicity, it contains most of the important major concepts of full programming languages like C++, Java, and scripting languages like Javascript. The karel software is freely available as …

  5. 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 programming.

  6. Why Democrats Keep Losing: Abandoning Voters, Misreading Power ...

    1 day ago · Why Democrats Keep Losing: Abandoning Voters, Misreading Power & Repeating the Same Errors | The Karel Show At a recent California forum featuring Democratic candidates for governor, …

  7. Introduction to Karel the Robot - GitHub

    Karel is a simple robot and only responds to four commands: they can move forward, turn left, put down a beeper or pick up a beeper. In addition, Karel is able to check state of the area around themselves.

  8. Karel: The Robot Programming Legend That Influenced Coding

    Karel is a simple programming language and educational tool designed to teach fundamental programming concepts. It uses a virtual robot that performs specific tasks based on user-written …

  9. Karel IDE - Stanford University

    * Welcome to the Stanford Karel IDE. * write any Karel program you want.

  10. Karel the Robot - Introduction

    My first college computer class, in the fall of 1982, used Karel the Robot as the introduction to programming in Pascal. I found it an entertaining and useful introduction to structured programming.