Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesclarke7283/teachingcs
A repository full of resources i use to teach computer science concepts to people
https://github.com/jamesclarke7283/teachingcs
computer-science lua python python3 rust teaching teaching-materials
Last synced: about 6 hours ago
JSON representation
A repository full of resources i use to teach computer science concepts to people
- Host: GitHub
- URL: https://github.com/jamesclarke7283/teachingcs
- Owner: JamesClarke7283
- License: gpl-3.0
- Created: 2023-09-16T06:38:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-05T07:14:52.000Z (about 1 year ago)
- Last Synced: 2023-10-05T19:02:36.476Z (about 1 year ago)
- Topics: computer-science, lua, python, python3, rust, teaching, teaching-materials
- Language: Python
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# TeachingCS
A repository full of resources i use to teach computer science concepts to people.## Python
The python programming folder gives introduction material for learning the python programming language.### Beginner Path
One reccomended path for beginners is to learn the 5 building blocks of programming in python:
- Variables
- Decisions
- Loops
- Functions
- Classes & ObjectsYou can find the code under the `building_blocks` folder