I am looking for practical programming books.
Think "Practical Common Lisp", "Automate the Boring Stuff with Python" or "Ruby on Rails Tutorial". These examples happen to be freely available online, but I am looking for free or paid options for the following languages/frameworks: Clojure, Go, Rust, C#, React, Flask, Django, Swift.<p>Any others that you may know of and care to share would be welcome.
Check out Real Python @ <a href="https://realpython.com/" rel="nofollow">https://realpython.com/</a> to learn Python and web development (including Flask and Django) through hands-on, interesting examples that are useful and fun! (I am the co-founder/author)<p>On the fence? Check out these free resources, developed by the Real Python team-<p>1. Free tutorials and resources >> <a href="https://realpython.com/resources/" rel="nofollow">https://realpython.com/resources/</a><p>2. DiscoverFlask >> <a href="http://discoverflask.com" rel="nofollow">http://discoverflask.com</a> - Full Stack Web Development with Flask<p>3. Flaskr >> <a href="https://github.com/mjhea0/flaskr-tdd" rel="nofollow">https://github.com/mjhea0/flaskr-tdd</a> - Intro to Flask, Test Driven Development (TDD), and jQuery
I really liked the "Go Programming Language" book <a href="http://www.gopl.io/" rel="nofollow">http://www.gopl.io/</a>
Even though it's a book about learning the language and not about some framework or doing particular projects in it - the examples in the book are not just toy examples but very practical examples. Most introductory language books remain in the realm of toy examples for too many chapters before one gets a taste of solving practical problems with it.
The Little Schemer<p><a href="http://www.ccs.neu.edu/home/matthias/BTLS/" rel="nofollow">http://www.ccs.neu.edu/home/matthias/BTLS/</a>