|
|
|
|
|
by josteink
3724 days ago
|
|
> This is the textbook used for the introductory CS course (CS61A) at Berkeley. The course material is available at http://cs61a.org (The course uses Python 3, Scheme, and SQL). There are some neat projects (students are working on building a Scheme interpreter now) I'm a seasoned programmer, who after years in the industry really enjoyed SICP once I discovered it. I found it very nicely put together in the sense that it managed to teach a simple LISP and handle programming in a deeper and more academical/sciency way, and not just the regular "here's how you make a blog with whateverDB". I'm currently looking into expanding my very basic Python knowledge, and are looking for books/courses on the subject. Would you say this course here is good for learning Python, or would you rather recommend something else to experienced programmers? |
|