@ -389,6 +389,8 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [Bash Reference Manual ](http://www.gnu.org/software/bash/manual/bashref.html ) (HTML)
* [Bash tutorial ](https://web.archive.org/web/20180328183806/http://gdrcorelec.ups-tlse.fr/files/bash.pdf ) - Anthony Scemama (PDF)
* [BashGuide ](http://mywiki.wooledge.org/BashGuide ) - Maarten Billemont (HTML) [(PDF) ](http://s.ntnu.no/bashguide.pdf )
* [Command line text processing with GNU Coreutils ](https://learnbyexample.github.io/cli_text_processing_coreutils/ ) - Sundeep Agarwal
* [Computing from the Command Line ](https://learnbyexample.github.io/cli-computing/ ) - Sundeep Agarwal
* [Conquer the Command Line ](https://magpi.raspberrypi.org/books/command-line-second-edition/pdf/download ) - Richard Smedley (PDF)
* [Conquering the Command Line ](https://www.softcover.io/read/fc6c09de/unix_commands ) - Mark Bates (HTML)
* [Essential Bash ](https://www.programming-books.io/essential/bash/ ) - Krzysztof Kowalczyk, StackOverflow Contributors
@ -575,6 +577,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [ClojureScript Koans ](http://clojurescriptkoans.com )
* [ClojureScript Unraveled ](https://funcool.github.io/clojurescript-unraveled/ ) (HTML)
* [Data Sorcery with Clojure ](http://data-sorcery.org/contents/ )
* [Learn ClojureScript ](https://www.learn-clojurescript.com ) - Andrew Meredith
* [Modern cljs ](https://github.com/magomimmo/modern-cljs )
* [SICP Distilled - An idiosyncratic tour of SICP in Clojure ](http://www.sicpdistilled.com )
* [The Clojure Style Guide ](https://github.com/bbatsov/clojure-style-guide )
@ -825,7 +828,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [Golang by Example ](https://golangbyexample.com )
* [How To Code in Go ](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook ) - Mark Bates, Cory Lanou, Timothy J. Raymond (PDF, EPUB)
* [Learn Go in Y minutes ](https://learnxinyminutes.com/docs/go/ )
* [Learn Go with Tests ](https://quii.gitbook.io/learn-go-with-tests/ )
* [Learn Go with Tests ](https://quii.gitbook.io/learn-go-with-tests/ ) - Chris James
* [Learning Go ](https://miek.nl/go/ )
* [Let's learn Go! ](http://go-book.readthedocs.io/en/latest/ )
* [Practical Cryptography With Go ](https://leanpub.com/gocrypto/read ) - Kyle Isom
@ -1994,8 +1997,11 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [Python 3 Official Documentation ](https://docs.python.org/3/download.html ) (PDF, EPUB, HTML, TEXT) (3.x)
* [Python 3 Tutorial ](https://github.com/Akuli/python-tutorial )
* [Python Data Science Handbook ](https://jakevdp.github.io/PythonDataScienceHandbook ) - Jake VanderPlas (HTML, Jupyter Notebooks)
* [Python for Astronomers ](https://prappleizer.github.io/textbook.pdf ) - Imad Pasha, Christopher Agostino (PDF)
* [Python for Data Analysis ](https://wesmckinney.com/book/ ) - Wes McKinney
* [Python for Everybody ](http://py4e.com/book ) - Charles Russell Severance (PDF, EPUB, HTML) (3.x)
* [Python for Informatics: Exploring Information ](http://www.pythonlearn.com/book.php ) - Charles Russell Severance (2.7.5)
* [Python for network engineers ](https://pyneng.readthedocs.io/en/latest/ ) - Natasha Samoylenko
* [Python for you and me ](http://pymbook.readthedocs.org/en/latest/ ) (2.7.3)
* [Python for you and me ](http://pymbook.readthedocs.org/en/py3/ ) (3.x)
* [Python Idioms ](https://bennuttall.com/files/python-idioms-2014-01-16.pdf ) (PDF)