Merge d387e30e1b956ede5ee5a1adff94d4473dcb713a into a6afe576b653cb505c330cd960f4e858051aee51

This commit is contained in:
Bjorn Madsen 2026-07-04 12:26:15 +00:00 committed by GitHub
commit e86cb23468
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -1991,6 +1991,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [A Practical Introduction to Python Programming](https://www.brianheinold.net/python/) - Brian Heinold (HTML, PDF, Exercises sources)
* [A Whirlwind Tour of Python](https://jakevdp.github.io/WhirlwindTourOfPython/) - Jake VanderPlas
* [AIPython: Python Code for understanding AI](https://artint.info/AIPython/aipython/aipython.pdf) (PDF)
* [An Introduction to Programming, using ECS & EBP in Python](https://root-11.github.io/intro-book-python) - Bjorn Madsen (HTML) (CC BY)
* [An Introduction to Statistical Learning with Applications in Python](https://www.statlearning.com) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, Jonathan Taylor (PDF)
* [Architecture Patterns with Python](https://www.cosmicpython.com/book/preface.html) - Harry J.W. Percival, Bob Gregory (HTML)
* [Automate the Boring Stuff with Python, 3rd Edition: Practical Programming for Total Beginners](https://automatetheboringstuff.com/3e/) - Al Sweigart (HTML) (CC BY-NC-SA)
@ -2376,6 +2377,7 @@ Books on general-purpose programming that don't focus on a specific language are
### Rust
* [A Gentle Introduction To Rust](https://stevedonovan.github.io/rust-gentle-intro) - Steve J Donovan (HTML)
* [An Introduction to Programming, using ECS & EBP in Rust](https://root-11.github.io/intro-book) - Bjorn Madsen (HTML) (CC BY)
* [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book) (HTML)
* [Easy Rust](https://dhghomon.github.io/easy_rust/) - David McLeod (HTML, PDF)
* [Effective Rust](https://www.lurklurk.org/effective-rust) - David Drysdale (HTML, PDF)

View File

@ -864,6 +864,8 @@ Kerridge (PDF) (email address *requested*, not required)
### Programming Paradigms
* [An Introduction to Programming, using ECS & EBP in Python](https://root-11.github.io/intro-book-python) - Bjorn Madsen (HTML) (CC BY)
* [An Introduction to Programming, using ECS & EBP in Rust](https://root-11.github.io/intro-book) - Bjorn Madsen (HTML) (CC BY)
* [Flow based Programming](https://jpaulmorrison.com/fbp/) - J Paul Morrison
* [Introduction to Functional Programming](https://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) - J. Harrison
* [Learn Functional Programming](https://learn-functional-programming.com) - G. Jovic (HTML)