https://github.com/simonskodt/livecoding-2023
Live Coding Lectures in the CS1 Course at IT University of Copenhagen
https://github.com/simonskodt/livecoding-2023
bluej cs1 introductory-programming java livecoding
Last synced: 3 months ago
JSON representation
Live Coding Lectures in the CS1 Course at IT University of Copenhagen
- Host: GitHub
- URL: https://github.com/simonskodt/livecoding-2023
- Owner: simonskodt
- License: mit
- Created: 2023-08-15T13:27:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T18:13:19.000Z (over 1 year ago)
- Last Synced: 2025-01-04T11:12:07.205Z (5 months ago)
- Topics: bluej, cs1, introductory-programming, java, livecoding
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

**Welcome to the Live Coding 2023 repository!**
## About
This repository is for ITU Software Development students enrolled in the CS1
course. Live coding is a dynamic process of conceptualizing, designing, and
implementing projects while instructing. The course is centered around Java
programming using BlueJ.## What is Live Coding?
In the context of this repository, *Live Coding* refers to a specific format
employed within the ITU's Introductory Programming (CS1) course. Dedicated Live
Coding teaching assistants guide students through the programming journey,
showcasing problem-solving techniques for assignments and programming
challenges found on platforms like *Kattis*. They also engage in constructing
modest projects using Java.## Projects and Examples
The Live Coding sessions within the CS1 course encompass a range of engaging
projects, such as crafting a simplistic ATM simulation, developing a
"guess-the-number" game, and creating a calculator with a Graphical User
Interface (GUI).