Where Can I Find Free Programming E-Books for Major Programming Languages?

  • Thread starter Thread starter phyzmatix
  • Start date Start date
  • Tags Tags
    Programming
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
27 replies · 31K views
phyzmatix
Messages
313
Reaction score
0
I haven't had time to look at this in any detail as the list is quite extensive.

The books cover all major programming languages: Ada, Assembly, Basic, C, C#, C++, CGI, JavaScript, Perl, Delphi, Pascal, Haskell, Java, Lisp, PHP, Prolog, Python, Ruby, as well as some other languages, game programming, and software engineering.

Here we go!
 
Physics news on Phys.org
quite an interesting set of books. That is an excellent resource for me. Thanks.:biggrin:
 
Do their ebooks work on kindle? :)
 
What programming language would you recommend for physics students?
 
wow! huge collection! :smile:
 
WOW! Thank you so much!
 
bogarts21 said:
What programming language would you recommend for physics students?

Fortran. It is an easy language to learn and relatively simple to implement a logical reasoning.

Thanks for the link
 
What programming language would you recommend for a math student who has no programming language whatsoever ?
 
bogarts21 said:
What programming language would you recommend for physics students?

im currently doing a specialist in physics and its application. it is part of my program requirement that i take python.

i think its useful for a phyisc student//
 
This seems almost too good to be true! Is there an easier way to download them than saving the HTML?
 
Last edited:
Brown Arrow's suggestion of python is a good one. Another good choice is ruby. In a way it doesn't matter too much what you use for your first programming language, as along as it's nonproprietary (i.e., avoid things like VB.NET). Picking up the syntax of a language is no big deal. The big deal is learning the language-independent concepts and skills like debugging, data structures, modularization, ...The only reason I would not second foutoc's suggestion of fortran is that fortran is a very old language that's saddled with a lot of historically unfortunate choices.
 
Can one learn C as a programming language with no background in programming (and is it one of the harder choices)? I'm looking for something to do over the summer, and beefing up my programming skills is high on the list.
 
Angry Citizen said:
Can one learn C as a programming language with no background in programming (and is it one of the harder choices)? I'm looking for something to do over the summer, and beefing up my programming skills is high on the list.

I think C is one of the better choices. It's simple, and used in a ton of places. C++ also works, that's the first proper programming language I learned. There's tons of resources available. If you send me a PM I can give you links to the ones I have bookmarked.
 
Angry Citizen said:
Can one learn C as a programming language with no background in programming (and is it one of the harder choices)? I'm looking for something to do over the summer, and beefing up my programming skills is high on the list.

C is not hard at all, and can be an excellent first language. I'd suggest not learning C++ as first language, because it's a gigantic hodgepodge designed by a committee.
 
bcrowell said:
C is not hard at all, and can be an excellent first language. I'd suggest not learning C++ as first language, because it's a gigantic hodgepodge designed by a committee.
A horrible committee.
 
have you checked en.wikibooks.org ??
 
Wow, so many books on the list. Could someone recommend me a book from the list that is an introduction to python?
 
Last edited:
i want videos on computer science lectures
 
i need lectures on computers science.
 
captdare003 said:
i need lectures on computers science.

Look up MIT's free lectures on youtube. They have tons of recorded lectures on a wide range of subjects.
 
Can be a little more tips
 
ask for materials for computational physics in C++

Hello,
Does anyone have the materials for computational physics by using the C++ language as a tool?
Can you give me some references?
Is there any vidoe courses in the Web?
 
Y'all should check this list out as well: https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md

Lots of books. Mostly programming, but some science books as well.
 
anonymous12 said:
Wow, so many books on the list. Could someone recommend me a book from the list that is an introduction to python?

"Learn python the hard way" is a great resource for learning python.