New Reply

Free Programming e-books

 
Share Thread Thread Tools
May24-09, 06:44 AM   #1
 

Free Programming e-books


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!
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
May24-09, 07:33 AM   #2
 
quite an interesting set of books. That is an excellent resource for me. Thanks.
 
May24-09, 08:15 AM   #3
ucm
 
Do their ebooks work on kindle? :)
 
Oct22-10, 07:40 AM   #4
 

Free Programming e-books


What programming language would you recommend for physics students?
 
Oct22-10, 10:10 AM   #5
 
wow! huge collection!
 
Nov1-10, 01:03 AM   #6
 
WOW! Thank you so much!
 
Nov27-10, 02:31 PM   #7
 
Quote by bogarts21 View Post
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
 
Nov29-10, 09:13 AM   #8
 
What programming language would you recomend for a math student who has no programming language whatsoever ???
 
Jan16-11, 09:04 PM   #9
 
Quote by bogarts21 View Post
What programming language would you recommend for physics students?
im currently doing a specialist in physic and its application. it is part of my program requirement that i take python.

i think its useful for a phyisc student//
 
Jan17-11, 01:41 PM   #10
 
This seems almost too good to be true! Is there an easier way to download them than saving the HTML?
 
Jan17-11, 06:25 PM   #11

Astro/Cosmo 2012
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
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.
 
Jan17-11, 08:10 PM   #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.
 
Jan17-11, 08:27 PM   #13
 
Quote by Angry Citizen View Post
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.
 
Jan17-11, 09:14 PM   #14

Astro/Cosmo 2012
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Angry Citizen View Post
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.
 
Jan17-11, 09:19 PM   #15
 
Quote by bcrowell View Post
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.
 
Jan17-11, 09:37 PM   #16
 
Thanks folks.
 
Sep6-11, 03:41 AM   #17
 
have you checked en.wikibooks.org ??
 
New Reply
Thread Tools


Similar Threads for: Free Programming e-books
Thread Forum Replies
Books for Programming? Programming & Comp Sci 6
Good books for systems programming Computing & Technology 5