learnbyexample

joined 1 year ago
27
Beating the compiler (www.mattkeeter.com)
submitted 4 months ago by learnbyexample to c/programming
 

I wrote a TUI application to help you practice Python regular expressions. There are more than 100 exercises covering both the builtin re and third-party regex module.

If you have pipx, use pipx install regexexercises to install the app. See the repo for source code and other details.

111
What is PID 0? (blog.dave.tf)
 

Hello!

I am pleased to announce a new version of my Linux Command Line Computing ebook.

This ebook aims to teach Linux command line tools and Shell Scripting for beginner to intermediate level users. The main focus is towards managing your files and performing text processing tasks. Plenty of examples are provided to make it easier to understand a particular tool and its various features. There are 200+ exercises to help you practice what you've learned and solutions are provided for reference. I hope this ebook would make it easier for you to discover CLI tools, features and learning resources.

Links:

I would highly appreciate it if you'd let me know how you felt about this book. It could be anything from a simple thank you, pointing out a typo, mistakes in code snippets, which aspects of the book worked for you (or didn't!) and so on. Reader feedback is essential and especially so for self-published authors.

Happy learning :)

60
How terminal works (kevroletin.github.io)
[–] learnbyexample 1 points 11 months ago (1 children)

True, perhaps a case of doing too much of anything over a long period ;)

[–] learnbyexample 1 points 11 months ago (3 children)

When I was younger, I'd read slowly, trying to visualize the setting, keep track of character preferences, look up words I don't know, etc. I'd remember a book well enough to talk about it even a year or so after.

These days, I just skim over descriptions and read as fast as I could while still getting the main plot. I get attached to characters only if the book is really good and savor them during rereads.

[–] learnbyexample 1 points 11 months ago (5 children)

I mostly read fantasy and sci-fi, which tend to have multiple books in a series. If they are easy-to-read and short (300-400 pages per book), it becomes easy to consume. Also, I read for escapism, so I don't read too closely.

[–] learnbyexample 3 points 11 months ago (7 children)

Hopefully less than this year. I'm reading too many (100+) and that's reflecting in my reduced time on actual work (self-employed).

[–] learnbyexample 7 points 1 year ago (1 children)

I have a list of curated resources here: https://learnbyexample.github.io/py_resources/

There are sections for beginners, intermediate, advanced, etc. Also included are exercises, projects, debugging, testing, and many more stuff. Hope it helps :)

[–] learnbyexample 3 points 1 year ago

See also: https://jimbly.github.io/regex-crossword/

For Python, I wrote a TUI app with 100+ interactive exercises: https://github.com/learnbyexample/TUI-apps/blob/main/PyRegexExercises (covers both re and regex modules)

[–] learnbyexample 11 points 1 year ago (2 children)

+1 for Cradle already mentioned. I'd add

  • The Riyria Revelations by Michael J. Sullivan
  • Kings of the Wyld by Nicholas Eames
[–] learnbyexample 4 points 1 year ago

It's the name of the constructor, for example:

const pat1 = new RegExp(`42//?5`)

So, I used that in the book name.

[–] learnbyexample 1 points 1 year ago

I've been reading way too many progression fantasy for the past few months. So, last weekend I read The Lives of Christopher Chant by Diana Wynne Jones

This was another charming entry in the Chrestomanci series. Things seem weird at first and then they start to make sense. I especially liked the idea of being able to bring back things from other worlds. The way Chant finally gets how he should work with his power at the end was great.


Here's a list of recent progression fantasy I've read:

  • Eight 3: Undaunted by Samer Rabadi
  • Mark of the Fool 5 by J.M. Clarke
  • Tree of Aeons by spaizzzer
  • Loremaster by M.E. Robinson
  • Father of Constructs by Aaron Renfroe
  • Whispers from the Poisoned Isle by Travis M. Riddle
  • Silvers by Brian J. Nordon
[–] learnbyexample 2 points 1 year ago

That's great to hear and thanks for the kind feedback :)

[–] learnbyexample 8 points 1 year ago (1 children)
view more: ‹ prev next ›