Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikaebal/stanford
- Owner: mikaebal
- Created: 2024-08-09T21:42:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T03:23:46.000Z (about 2 months ago)
- Last Synced: 2024-11-04T03:25:51.233Z (about 2 months ago)
- Topics: karel, python, stanford-university, tkinter-graphic-interface
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)