Live data from Hacker News

Computer Science textbooks that are freely available online

csgordon.github.io

31–40 of 56 posts

Re: Computer Science textbooks that are freely available online

#36

https://runestone.academy/runestone/books/index has 100% free interactive versions of high quality textbooks. They use a JavaScript implementation of Python which runs in the browser (Skulpt) to provide a REPL. Example Textbooks: Problem Solving with Algorithms and Data Structures using Python (3rd edition)

I had blogged about them, but for a different reason, also interactive - online turtle graphics:

Online turtle graphics in Python from Runestone Interactive:

https://jugad2.blogspot.com/2013/02/online-turtle-graphics-i...

Had also mentioned that anyone can host a course there for free.

Re: Computer Science textbooks that are freely available online

#37

Runestone academy has a good collection of interactive online textbooks https://runestone.academy/runestone/books/index Disclaimer: I helped build this platform as a student

Hey, I worked on Runestone as a student too, with Brad! Small world :).
Post reply on HN