Skip to content

Commit a7e7027

Browse files
bryankimanikimanifinplus
and
kimanifinplus
authored
Update free-programming-books-langs.md (#10343)
* Add introduction to ruby ebook * Add Rails n+1 queries basics ebook * Move the Brief Introduction to Ruby to interactive tutorials --------- Co-authored-by: kimanifinplus <[email protected]>
1 parent 4e96e2a commit a7e7027

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: books/free-programming-books-langs.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Books on general-purpose programming that don't focus on a specific language are
102102
* [Ember.js](#emberjs)
103103
* [Express.js](#expressjs)
104104
* [Fastify](#fastify)
105-
* [Hydrogen](#hydrogen)
105+
* [Hydrogen](#hydrogen)
106106
* [Ionic](#ionic)
107107
* [jQuery](#jquery)
108108
* [meteor](#meteor)
@@ -352,7 +352,7 @@ Books on general-purpose programming that don't focus on a specific language are
352352
* [Easy 6502](http://skilldrick.github.io/easy6502/) - Nick Morgan
353353
* [Machine Language for Beginners](https://archive.org/details/ataribooks-machine-language-for-beginners) - Richard Mansfield
354354
* [MIPS Assembly Language Programming Using QtSpim](http://www.egr.unlv.edu/~ed/MIPStextSMv11.pdf) - Ed Jorgensen (PDF)
355-
* [Programmed Introduction to MIPS Assembly Language](http://chortle.ccsu.edu/AssemblyTutorial/index.html)
355+
* [Programmed Introduction to MIPS Assembly Language](http://chortle.ccsu.edu/AssemblyTutorial/index.html)
356356
* [The Second Book of Machine Language](http://www.atariarchives.org/2bml/)
357357

358358

@@ -602,7 +602,7 @@ Books on general-purpose programming that don't focus on a specific language are
602602
### CoffeeScript
603603

604604
* [CoffeeScript Cookbook](https://coffeescript-cookbook.github.io)
605-
* [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read) - Reginald Braithwaite
605+
* [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read) - Reginald Braithwaite
606606
* [Hard Rock CoffeeScript](https://alchaplinsky.github.io/hard-rock-coffeescript/) - Alex Chaplinsky (gitbook)
607607
* [Smooth CoffeeScript](http://autotelicum.github.io/Smooth-CoffeeScript/SmoothCoffeeScript.html)
608608
* [The Little Book on CoffeeScript](http://arcturo.github.io/library/coffeescript/) - Alex MacCaw, David Griffiths, Satoshi Murakami, Jeremy Ashkenas
@@ -2005,7 +2005,7 @@ Books on general-purpose programming that don't focus on a specific language are
20052005
* [Python 2 Official Documentation](https://docs.python.org/2/download.html) (PDF, HTML, TEXT) (2.x)
20062006
* [Python 2.7 quick reference](https://web.archive.org/web/20171013204449/http://infohost.nmt.edu/tcc/help/pubs/python27/python27.pdf) - John W. Shipman (PDF) (2.7) *(:card_file_box: archived)*
20072007
* [Python 3 Official Documentation](https://docs.python.org/3/download.html) (PDF, EPUB, HTML, TEXT) (3.x)
2008-
* [Python 3 Patterns, Recipes, and Idioms](https://python-3-patterns-idioms-test.readthedocs.io/en/latest/) - Bruce Eckel & Friends
2008+
* [Python 3 Patterns, Recipes, and Idioms](https://python-3-patterns-idioms-test.readthedocs.io/en/latest/) - Bruce Eckel & Friends
20092009
* [Python 3 Tutorial](https://github.com/Akuli/python-tutorial)
20102010
* [Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook) - Jake VanderPlas (HTML, Jupyter Notebooks)
20112011
* [Python for Astronomers](https://prappleizer.github.io/textbook.pdf) - Imad Pasha, Christopher Agostino (PDF)
@@ -2158,7 +2158,7 @@ Books on general-purpose programming that don't focus on a specific language are
21582158
* [R Packages](https://r-pkgs.org) - Hadley Wickham, Jenny Bryan
21592159
* [R Practicals](http://www.columbia.edu/~cjd11/charles_dimaggio/DIRE/resources/R/practicalsBookNoAns.pdf) (PDF)
21602160
* [R Programming](https://en.wikibooks.org/wiki/R_Programming) - Wikibooks
2161-
* [R Programming for Data Science](https://bookdown.org/rdpeng/rprogdatascience/) - Roger D. Peng
2161+
* [R Programming for Data Science](https://bookdown.org/rdpeng/rprogdatascience/) - Roger D. Peng
21622162
* [R Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/rsuccinctly) (PDF, Kindle) (email address *requested*, not required)
21632163
* [Statistical Inference via Data Science](https://moderndive.com) - Chester Ismay, Albert Y. Kim
21642164
* [Summary and Analysis of Extension Program Evaluation in R](https://rcompanion.org/handbook/index.html) - Salvatore S. Mangiafico

Diff for: more/free-programming-interactive-tutorials-en.md

+1
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@
403403

404404
### Ruby
405405

406+
* [A Brief Introduction to Ruby](https://markm208.github.io/rubybook) - Mark Mahoney
406407
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
407408
* [Ruby Koans](http://www.rubykoans.com)
408409
* [The Odin Project](http://www.theodinproject.com)

0 commit comments

Comments
 (0)