Self teaching basic computer science

AI Thread Summary
For beginners in computer science, several recommended books include "Code" by Charles Petzold and "Structure and Interpretation of Computer Programs," which is available for free online. While learning C is valuable, it may obscure some fundamental concepts compared to languages like Scheme or Smalltalk, which emphasize core principles. Windows is suitable for programming in C, but exploring other operating systems may also be beneficial depending on the learning goals. Ultimately, understanding the difference between computer science and programming is crucial for a solid foundation in the field.
captain
Messages
163
Reaction score
0
I wanted to teach myself computer science, but I don't know any great beginning books that give a solid introduction. I am a complete novice. Could someone provide some names? I am trying to learn C. And is windows good for doing C or is another operating system more preferrable?

Appreciate the help thanks in advance.


On a sidenote: I wasn't sure where to put this whether it should be in the science book review since I am asking about a book or i the computer science section.
 
Physics news on Phys.org
C is very good for learning how computers work. If you want to simply learn to program to do stuff I would pick something a little more high level like python or javascript.

Computer science is completely different from programming and deals with things like algorithms and data at a much more abstract level.

It doesn't really count as computer science but one of the best intro computer books is 'code' by windows programming guru Charles Petzold.
 
You should try the free online textbook http://www.htdp.org" . The printed version sells for about $60 US I think. It teaches to program with Scheme, which is basically a dialect of lisp. It doesn't have much (if any) commercial value, but the language allows you to understand the fundamentals of computer science, whereas a language like C 'hides' certain core ideas because of the way it's implemented. And the person above me pointed, CS isn't about programming, it's about the logical structure that all programming languages possess.
 
Last edited by a moderator:
If you are prepared to learn scheme then the classic course is Structure and Intepretaion of Computer programs, the book and video lectures are freely available on line http://mitpress.mit.edu/sicp/
 
Squeak: Learn Programming with Robots by Stéphane Ducasse

Smalltalk will get you programming with objects from the get go, and then you can take your good habits to C++, Java, or even C (if you must). This guys a smalltalk guru and has even pestered publishers to give away free out of print books on his website (great move):

http://stephane.ducasse.free.fr/FreeBooks.htm

"Squeak by Example" is a great place to start. Followed by:

Smalltalk by Example: the Developer's Guide Alex Sharp

Then, if you want to get *real* serious:

Object-Oriented Implementation of Numerical Methods: An Introduction with Java & Smalltalk by Didier H. Besset [not free]
 
Last edited by a moderator:
The book is fascinating. If your education includes a typical math degree curriculum, with Lebesgue integration, functional analysis, etc, it teaches QFT with only a passing acquaintance of ordinary QM you would get at HS. However, I would read Lenny Susskind's book on QM first. Purchased a copy straight away, but it will not arrive until the end of December; however, Scribd has a PDF I am now studying. The first part introduces distribution theory (and other related concepts), which...
I've gone through the Standard turbulence textbooks such as Pope's Turbulent Flows and Wilcox' Turbulent modelling for CFD which mostly Covers RANS and the closure models. I want to jump more into DNS but most of the work i've been able to come across is too "practical" and not much explanation of the theory behind it. I wonder if there is a book that takes a theoretical approach to Turbulence starting from the full Navier Stokes Equations and developing from there, instead of jumping from...

Similar threads

Replies
3
Views
4K
Replies
11
Views
4K
Replies
4
Views
941
Replies
7
Views
2K
Replies
41
Views
3K
Replies
1
Views
2K
Replies
17
Views
6K
Replies
3
Views
3K
Back
Top