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

  • Thread starter Thread starter phyzmatix
  • Start date Start date
  • Tags Tags
    Programming
AI Thread Summary
The discussion centers around a comprehensive collection of programming books covering various languages such as Ada, C, C++, Java, Python, and more, along with resources for game programming and software engineering. Participants express enthusiasm for the extensive list and inquire about the compatibility of the ebooks with Kindle devices. Recommendations for programming languages suitable for physics and math students are shared, with Python and Fortran being highlighted as accessible options. The conversation also touches on the suitability of C as a first programming language, with many agreeing on its simplicity and widespread use, while cautioning against starting with C++. Additionally, participants seek resources for learning Python and computational physics using C++, with suggestions for online lectures and specific books like "Learn Python the Hard Way" being provided. The thread emphasizes the importance of foundational programming concepts over specific language syntax.
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!
 
Technology 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//
 
  • #10
This seems almost too good to be true! Is there an easier way to download them than saving the HTML?
 
Last edited:
  • #11
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.
 
  • #12
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.
 
  • #13
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.
 
  • #14
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.
 
  • #15
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.
 
  • #16
Thanks folks.
 
  • #17
have you checked en.wikibooks.org ??
 
  • #18
Wow, so many books on the list. Could someone recommend me a book from the list that is an introduction to python?
 
Last edited:
  • #19
i want videos on computer science lectures
 
  • #20
i need lectures on computers science.
 
  • #21
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.
 
  • #22
Thanks a lot.
 
  • #24
Can be a little more tips
 
  • #25
Cheers
 
  • #26
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?
 
  • #27
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.
 
  • #28
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.
 
Back
Top