Think Stats: Probability and Statistics for Programmers http://greenteapress.com/thinkstats/
Here, you learn statistics by implementing statistics functions in Python along the way and use them to solve the questions in the book.
111–120 of 232 posts
Think Stats: Probability and Statistics for Programmers http://greenteapress.com/thinkstats/
Here, you learn statistics by implementing statistics functions in Python along the way and use them to solve the questions in the book.
1 - https://manning.com/books/nim-in-action?a_aid=niminaction&a_...
I remember seeing a C++ (Borland) book that was entirely about building a flight simulator. Google is betraying my attempts to find it though, and i'm not sure who the actual publisher was. That was during the 90's when I was 14 or something so it was a bit above my head, but I remember almost buying it anyway. Edit: It may have been this: https://www.amazon.com/Build-Your-Own-Flight-Sim/dp/15716902...
https://www.amazon.com/Flights-Fantasy-Programming-Video-Gam...
Michael Hartl's Rails tutorial ( https://www.railstutorial.org/ ) is a great example of this. It'll run you through building a twitter clone and introduce you to git, heroku, a bit of CSS/HTML, and even goes into AJAX a bit. I can't recommend it enough to people looking to get into rails.
I love that book and recommend it to anyone. The only thing I don't really like is its focus on MiniTest when practically everyone in the Ruby ecosystem has moved to RSpec. If I had to find a reason for this choice I'd say, one less gem to install and configure, and again convention over configuration.
Build Your Own AngularJS https://teropa.info/build-your-own-angular/
Amazon link:
https://www.amazon.com/Unix-Programming-Environment-Prentice...
https://pragprog.com/book/brapps/serverless-single-page-apps
Michael Hartl's Rails tutorial ( https://www.railstutorial.org/ ) is a great example of this. It'll run you through building a twitter clone and introduce you to git, heroku, a bit of CSS/HTML, and even goes into AJAX a bit. I can't recommend it enough to people looking to get into rails.