https://github.com/codeonthespectrum/code-in-place
all exercises done for code in place by Stanford. Following up Karel!
https://github.com/codeonthespectrum/code-in-place
Last synced: 12 months ago
JSON representation
all exercises done for code in place by Stanford. Following up Karel!
- Host: GitHub
- URL: https://github.com/codeonthespectrum/code-in-place
- Owner: codeonthespectrum
- Created: 2025-05-01T15:10:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-01T15:12:31.000Z (about 1 year ago)
- Last Synced: 2025-05-01T16:27:00.190Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π **The Adventurous Life of Karel, the robot!**
## **My journey at Stanford University Code in Place**

- [](https://www.python.org/)
- [](https://codeinplace.stanford.edu)
- [](https://codeinplace.stanford.edu/2025)
---
Hey there, welcome to my **Code in Place 2025** journey! β¨ This repository is a collection of all the exercises I completed while practicing Python through one of the most inspiring programs out there, hosted by Stanford University.
Whether you're curious about learning to code or just browsing, I hope this repo gives you a spark of inspiration π‘.
---
## π€ **Who (or What!) is Karel?**
Ah, **Karel the Robot**. π Imagine a little robot living in a world of gridsβkind of like a city made of squares. Karel might look simple, but itβs secretly a genius when you give it the right commands.
With Karel, you can:
- πΆ Walk around its grid world,
- π’ Place and pick up "beepers" (tiny markers),
- β©οΈ Turn left (and if you're clever, even turn right!),
- π§© Solve puzzles like mazes and obstacle courses.
By teaching Karel to navigate its world, you **learn the core principles of programming**: thinking step by step, solving problems creatively, and writing clean, logical code.
Itβs beginner-friendly but opens the door to deep computational thinking. β¨
---
## ποΈ **Exercises**
This repo is neatly organized by weeks. Below you'll find each exerciseβs name + a direct link to my solution π.
---
### π
**Week 1**
- [Jigsaw Karel](https://codeinplace.stanford.edu/cip5/share/kksmfKlHmG7bmy2D5gmK)
- [Beeper Path](https://codeinplace.stanford.edu/cip5/share/qUdOyLGwQHg5HQFdbkRz)
- [Piles](https://codeinplace.stanford.edu/cip5/share/n7N4uL9Nk3shgecEI50m)
- [Bonus Challenge]
- [Bonus Challenge]
---
### π
**Week 2**
- [Stone Mason Karel](https://codeinplace.stanford.edu/cip5/share/WZPDG03aZe1fhfaeklHi)
- [future project](INSERT-LINK-HERE)
- [future project](INSERT-LINK-HERE)
- [Bonus Challenge]
- [Bonus Challenge]
---
### π
**Week 3**
- [future project]
- [future project]
- [future project]
- [Bonus Challenge]
- [Bonus Challenge]
---
### π
**Week 4**
- [future project]
- [future project]
- [futurue project]
- [Bonus Challenge]
- [Bonus Challenge]
---
### π
**Week 5**
- [future project]
- [future project]
- [future project]
- [Bonus Challenge]
- [Bonus Challenge]
---
### π
**Week 6**
- [Final Project: Karelβs Big Adventure]
---
## π¬ **What I Learned**
Each week leveled up my skills! Hereβs a snapshot of what I gained:
- π‘ **Problem Solving:** How to break problems into logical steps.
- π **Control Flow:** Mastering loops and conditions.
- π οΈ **Debugging:** Learning that mistakes are part of the process.
- β¨ **Creativity:** Even simple code can make magical things happen.
- π **Python Essentials:** From zero to solid Python basics.
---
## π **Final Words**
If youβve been thinking of trying coding, take this as your sign to start! π¦
Iβm super proud to be part of the 2025 class, and excited to keep growing from here.
**Happy coding, everyone! ππ**
---