https://github.com/adamouization/code-in-place-2023
My slides and code solutions for the 2023 edition of the Stanford Code in Place online course.
https://github.com/adamouization/code-in-place-2023
code-in-place code-in-place-2023 karel python python3
Last synced: 9 months ago
JSON representation
My slides and code solutions for the 2023 edition of the Stanford Code in Place online course.
- Host: GitHub
- URL: https://github.com/adamouization/code-in-place-2023
- Owner: Adamouization
- License: mit
- Created: 2023-04-19T21:26:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T13:41:16.000Z (about 3 years ago)
- Last Synced: 2025-09-02T03:56:07.518Z (10 months ago)
- Topics: code-in-place, code-in-place-2023, karel, python, python3
- Language: Python
- Homepage:
- Size: 55.1 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code In Place 2023 - Slides & Code
As an Online Section Leader for [Code in Place](https://codeinplace.stanford.edu/) 2023, which involves virtually teaching the "CS106A: Programming Methodologies" course in Python offered by Stanford University to a section of X students, I have created this repository to share my slides and code with students.
## What is this course? ##
* What is it? Code in Place consists of the first half of the CS106A course taught at Stanford in Python.
* Who is for? Learners, with no programming experience, and time to dedicate to learning.
* Where? Online, anywhere with internet.
* When does it take place? From April to June, once per week.
## Topics ##
The following topics are covered in each weekly Section:
1. Python basics
2. Art of Karel
3. Console programming
4. Graphics
5. Animations
6. Lists and Dicts
## What you can find in this repository? ##
This repository contains:
* The slides I created and presented to my section students over the 2 months.
* My solutions in Python to the exercises for each section and the solution that all the students come up with during the weekly section's problem to solve.
## License
* see [LICENSE](https://github.com/Adamouization/Code-In-Place-2023/blob/main/LICENSE) file.
## Contact
* Email: adam[at]jaamour[dot]com
* Website: [adam.jaamour.com](www.adam.jaamour.com)
* LinkedIn: [linkedin.com/in/adamjaamour](https://www.linkedin.com/in/adamjaamour/)
* Twitter: [@Adamouization](https://twitter.com/Adamouization)