Scripting Course
Books, reference guides and resources on Regular Expressions, CLI one-liners, Scripting Languages and Vim.
Ebooks
Free to read online versions:
- Understanding Python re(gex)?
- JavaScript RegExp
- Ruby Regexp
- CLI text processing with GNU grep and ripgrep
- CLI text processing with GNU sed
- GNU awk
- Ruby one-liners cookbook
- Perl one-liners cookbook
- 100 Page Python Intro
- Practice Python Projects
- Command line text processing with GNU Coreutils
- Vim reference guide
- Computing from the Command Line
- Command line text processing with Rust tools â work-in-progress
Ebook drafts
- Command Line Text Processing â From finding text to search and replace, from sorting to beautifying text and more
grep
,sed
,awk
,perl
andruby
got their own books- Coreutils like
head
,paste
,sort
, etc were collated into a single book - remaining commands (
find
for example) were added to the Computing from the Command Line ebook
- Python Basics â older version of 100 Page Python Intro
- Ruby Scripting â examples based tutorial for Ruby scripting
- Perl Introduction â Introductory course for Perl 5 through examples, geared towards VLSI engineers
Blog
https://learnbyexample.github.io/ â my super duper awesome programming blog
Newsletter
learnbyexample weekly â programming resources, tips, tools, free ebooks and more. This is a free newsletter, delivered every Friday
Curated resources
Here's my collection of learning resources. Thanks to mdBook, these lists also have an intelligent search feature to find resources based on keywords.
dot files
This repo also includes Bash and Vim customization files (files starting with .
) based on my personal preferences.
Contributing
- Please open an issue for typos/bugs/suggestions/etc
- Even for pull requests, open an issue for discussion before submitting PRs
- Share the repo with friends/colleagues, on social media, etc to help reach other learners
- In case you need to reach me, mail me at
echo 'bGVhcm5ieWV4YW1wbGUubmV0QGdtYWlsLmNvbQo=' | base64 --decode
or ping me on twitter
License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License