Skip to content

Commit

Permalink
new lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
essepuntato committed Nov 10, 2024
1 parent 9d56d0b commit 2df2e1f
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,19 @@ The official book of the course, <cite><a href="https://comp-think.github.io/">C
- book chapter: [PDF](https://comp-think.github.io/book/03.pdf), [Google Docs](https://comp-think.github.io/book/03)
- slides: [HTML](https://comp-think.github.io/2024-2025/slides/03%20-%20Computability.html)
- exercises: [1](https://github.com/comp-think/2024-2025/issues/9), [2](https://github.com/comp-think/2024-2025/issues/10), [3](https://github.com/comp-think/2024-2025/issues/11)
- solutions: [1](https://comp-think.github.io/keys/03/exercise-1), [2](https://comp-think.github.io/keys/03/exercise-2), [3](https://comp-think.github.io/keys/03/exercise-3)
<hr />
6. [11/11/24, *the*] Programming languages
- book chapter: [PDF](https://comp-think.github.io/book/04.pdf), [Google Docs](https://comp-think.github.io/book/04)
- slides: [HTML](https://comp-think.github.io/2024-2025/slides/04%20-%20Programming%20languages.html)
- from [How To Code in Python](https://www.digitalocean.com/community/books/digitalocean-ebook-how-to-code-in-python):
- Chapter "Understanding Data Types": introductory paragraphs and sections "Background", "Numbers", "Floating-Point Numbers", "Booleans", "Strings"
- Chapter "How To Use Variables": introductory paragraphs and sections "Understadning Variables", "Naming Variables: Rules and Style", "Reassigning Variables", "Multiple Assignment"
- Chapter "Understanding Boolean Logic": all content
- Chapter "How To Write Conditional Statements": all content
- Chapter "How To Define Functions": introductory paragraphs and sections "Defining a Function", "Working with Parameters", "Returning a Value"
- Python: [first_algorithm_empty.py](https://comp-think.github.io/python/first_algorithm_empty.py), [first_algorithm_no_assignments.py](https://comp-think.github.io/python/first_algorithm_no_assignments.py), [first_algorithm.py](https://comp-think.github.io/python/first_algorithm.py)
- exercises: [1](https://github.com/comp-think/2024-2025/issues/12), [2](https://github.com/comp-think/2024-2025/issues/13), [3](https://github.com/comp-think/2024-2025/issues/14)
<hr />
7. [13/11/24, *the*] Organising information: ordered structures
- book chapter: [PDF](https://comp-think.github.io/book/05.pdf), [Google Docs](https://comp-think.github.io/book/05)
Expand Down
1 change: 0 additions & 1 deletion docs/slides/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
04*
05*
06*
07*
Expand Down
Loading

0 comments on commit 2df2e1f

Please sign in to comment.