Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikaebal/stanford

A series of python coding challenges that progressively build programming skills, culminating in a final project.
https://github.com/mikaebal/stanford

karel python stanford-university tkinter-graphic-interface

Last synced: about 1 month ago
JSON representation

A series of python coding challenges that progressively build programming skills, culminating in a final project.

Awesome Lists containing this project

README

        

🌲 Stanford Code in Place

📝 Description


This repository includes all programming challenges and the final project from the Stanford Code in Place program, organized by week. The tasks cover foundational Python concepts such as problem-solving, control flow, data structures, console programming, and debugging.


The progressive learning approach enhanced my Python skills, culminating in a final project that integrates all concepts learned.

- [Certificate](https://codeinplace.stanford.edu/cip3/certificate/clr2kv)

🛠️ Languages and Utilities Used

- Python
- Karel, Tkinter
- Stanford [IDE](https://codeinplace.stanford.edu/cip3/ide)

💻 Environments Used

- macOS Sonoma (2024)

🌐 Overview

Folders are organized by week, containing coding challenges, source code, and images or videos of the result. Click to view details.

📖 Table of Contents

- [Week 1](Week1/README.md)
- [Jigsaw Karel](Week1/README.md#jigsaw-karel)
- [2023 Karel](Week1/README.md#2023-karel)
- [Stone Mason Karel](Week1/README.md#stone-mason-karel)
- [Week 2](Week2/README.md)
- [Fill Karel](Week2/README.md#fill-karel)
- [Hello Name](Week2/README.md#hello-name)
- [Week 3](Week3/README.md)
- [Mad Libs](Week3/README.md#mad-libs)
- [Multiply Two Numbers](Week3/README.md#multiply-two-numbers)
- [Joke Bot](Week3/README.md#joke-bot)
- [Double It](Week3/README.md#double-it)
- [Week 4](Week4/README.md)
- [Khansole Academy](Week4/README.md#khansole-academy)
- [Draw Flag](Week4/README.md#draw-flag)
- [Week 5](Week5/README.md)
- [Quilt](Week5/README.md#quilt)
- [Week 6](Week6/README.md)
- [Baby Snake](Week6/README.md#baby-snake)
- [Final Project](Week7-Final-Project/README.md)
- [Interactive Notepad](Week7-Final-Project/README.md#interactive-notepad)