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

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.

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)