3+ Free Must-Have Programming Books For Your Vacation Reading List
During Vacation some people might go on tour, some people my not go on tour they take rest at home , those people may feel boring at home so during that they can learn some programming language.
Here below i have listed name of 3 programming e-book which is useful to learn programming language & also to improve Programming language.
Thinking in C++ by Bruce Eckel
The author of the book also has written various books on Java, Python and more, many of which are available for free from his site. With that much experience writing books, it’s no surprise that his books have earned quite respectable reviews on Amazon. In fact, the first volume has an average of 4.5 stars from 91 customer reviews, while the second volume also averages 4.5 stars from 18 reviews. If those aren’t signs of a great book that you should totally include in your summer reading list, I don’t know what is.
Dive Into HTML5 by Mark Pilgrim
Want to make some slick web apps? You know, polished mobile map web apps or websites with awesome drag-and-drop features? This resource to learn HTML 5 will be very handy. Brought to you by the same people that have released Dive Into Python, this Creative Commons-licensed book is also available from Github. You can additionally purchase a physical copy on Amazon, which has accumulated an average of 4 stars from 60 customer reviews.
Eloquent Javascript by Marijn Haverbeke
Have you used bookmarklets (you should)? If yes, you’ve been clicking on pieces of JavaScript code then. How about Chrome extensions? Those can have JavaScript code underneath as well, in addition to HTML and CSS of course. JavaScript is the
scripting language of the web so lots of websites use it to make pages
interactive and fun. And no, its name should not confuse you into
thinking that JS is derived from the Java programming language created
by Sun. Still, that doesn’t make it any less capable, something you’ll
find out reading Eloquent Javascript, which has a more updated version on Amazon. The version being offered under an open license on its official site is still a rich resource with interactive examples. When you’re done reading this, you might even want to check out the Creative Commons-licensed book jQuery Fundamentals.
Bonus: The Python Tutorial (Release 3.3)
OK, I know this one doesn’t count as an e-book, but it’s an
extensive resource that will probably feel like reading a booklet for
learning Python. Python is a rapid-prototyping language that’s perfect
for beginners with no programming experience or even experienced
programmers with no previous exposure to Python. In fact, that’s the
first language Computer Science students (at my University at least)
are taught because it’s fairly easy to learn and read. Don’t believe
me? Just head to the official Python site,
which offers an excellent resource to learn the language from. This one
is probably better for reading on your computer as there are different
sections and modules for review. This release (3.3) is actually dated
June 1st of this year, so it’s quite updated, ready for you to start
reading.
Another resource to note is the Non-Programmer’s Tutorial for Python 3 from Wikibooks,
which indicates that it’s meant for individuals with no previous
programming experience, though I’m sure intermediate programmers could
also find the tutorial useful. There’s even a print-friendly version for those that want a physical copy of the tutorial.
0 Comments