Short theory lesson
Student does practical exercises
Discuss the student's solution, and the correct solution
Identify errors in the code
Discuss more effective ways of solving the problem
def main():
print("Hello")
if __name__ == "__main__":
main()
class Main{
public static void main(String[] args){
System.out.println("World");
}
}
<!DOCTYPE html>
<html>
<head>
<title>A website</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
*{
margin:0;
padding:0;
box-sizing: border-box;
}
- 1 lesson
- 1 language
- 60 minutes
- online (via zoom, google meetings, or microsoft teams)
- 2 lessons
- 1 language per lesson
- 60 minutes per lesson
- online (via zoom, google meetings, or microsoft teams)
- 4 lessons
- 1 language per lesson
- 60 minutes per lesson
- online (via zoom, google meetings, or microsoft teams)