Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonskodt/livecoding-2023
Live Coding Lectures in the CS1 Course at IT University of Copenhagen
https://github.com/simonskodt/livecoding-2023
Last synced: 6 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T19:49:13.000Z (about 1 year ago)
- Last Synced: 2023-10-11T00:58:20.011Z (about 1 year ago)
- Language: Java
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Live Coding 2023](img/header.png)
**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).