About 66 results
Open links in new tab
  1. Computing | Khan Academy

    Learn how to code computer programs, how to design algorithms that make computers more efficient, and discover what a career in computing could look like.

  2. What is Programming? (video) | Khan Academy

    Programming is the process of creating a set of instructions that tell a computer how to perform a task. We can program using a variety of computer programming languages, such as JavaScript, Python, …

  3. Learning programming on Khan Academy

    In this course, we'll be teaching the concepts of the JavaScript programming language and the cool functions you can use with it in the ProcessingJS library. Before you dig in, here's a brief tour of how …

  4. Hour of Code on Khan Academy | Khan Academy

    The Hour of Code is a global movement by Computer Science Education Week and Code.org reaching tens of millions of students in 180+ countries through a one-hour introduction to computer science …

  5. Khan Academy | Free Online Courses, Lessons & Practice

    Learn for free about math, art, computer programming, economics, physics, chemistry, biology, medicine, finance, history, and more. Khan Academy is a nonprofit with the mission of providing a …

  6. Intro to JS: Drawing & Animation | Khan Academy

    Have you ever wondered what it takes to make drawings come to life? Well, we have to speak to our computer in a special language. In this unit, we learn how to use the programming language …

  7. Computer science theory | Computing | Khan Academy

    Explore advanced computer science topics from algorithms (how we solve common computing problems and measure our solutions' efficiency), to cryptography (how we protect secret information), to …

  8. Algorithms | Computer science theory | Computing | Khan Academy

    We've partnered with Dartmouth college professors Tom Cormen and Devin Balkcom to teach introductory computer science algorithms, including searching, sorting, recursion, and graph theory.

  9. Programming | AP CSP | Khan Academy

    Dig into the fundamentals of programming, including variables, strings, procedures, Boolean logic, randomness, and repetition. Explore examples in common programming languages like JavaScript, …

  10. CSS Basics | Intro to CSS | Intro to HTML/CSS: Making webpages ...

    <html> <head> <meta charset="utf-8"> <title>CSS Basics</title> </head> <body> <h1>All about rabbits!</h1>