Lesson 1: Why Python?
Python can be used for...
Myth: Computer programming requires advanced schooling or training.
Fact: An 8 year old can learn how to program with Python.
Python Code Editor
Select a Language:
Output
Code Example
var client = "John";
console.log(client);
let age = 25;
console.log(age);Instructions
▲ ← Click the triangle to hide or reveal instructions.JavaScript Code Editor
Task Incomplete
Editor Input:
Editor Output:
Example Section
Instructions
▲ ← Click the triangle to hide or reveal instructions.render(MyComponent); Replace MyComponent with the name of your controlling component functionrender(Ex1Intro); orrender(Ex1);