Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Wednesday, February 4, 2015

24 free books for learning programming

From linuxlinks comes a list of free books in digital format ideal for those who want to learn to program, expanding the list of 1000 books on programming that we indicate a few months ago.
Updated just two days ago, we can find books C, C ++, C #, PHP, Perl, Python, HTML5, Java, JavaScript, Lua, Pascal, Ruby, CoffeeScript, Scala, Haskell, Fortran, Forth, Erlang, R, Lisp, Ada, Assembly, Prolog and Scheme, always thinking of learners, although all of them are in English.
The links lead to their respective sources, as this book PHP , which has its HTML version published free of charge and sells for $ 9 epub version.
If you wish to learn programming on android you can also consult the course that begins now in February, reported in our monthly list of free online courses in www.sinoloveo.com .
Link: linuxlinks.com | Via Lifehacker

Share/Bookmark

Friday, October 31, 2014

Waterbear, a Web application to help teach programming


In waterbearlang.com have a free platform that we can use to teach programming to children (and many adults).
It is a tool in which you can drag and drop blocks to programming is done visually. No need to learn code, simply grasp the concepts (conditional variables, loops) and apply them to create applications (in javascript, in this case).
From the top menu you can choose various examples already made that you can load and altered to better understand the operation of the platform. There is the option to run each year to see the result on the same panel, and save progress for future use.
It's not a game or a fun and entertaining application that can be left to children, because it requires much more training than other tools of this type. It is an application with an educational focus, which can be used in programming classes to help understand and practice concepts. Nothing funny puppets dancing animations or static variables become: it is visual programming.

Share/Bookmark