Interests: Regular Expressions, Linux CLI one-liners, Scripting Languages and Vim
Not my blog, just sharing it here.
That said, I don’t see that broken rectangle on Chromium.
See also: https://github.com/pllk/cphb (Competitive Programmer’s Handbook)
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 :)
I use GitHub pages and mdbook (https://github.com/rust-lang/mdBook)
GVim.
Check out https://ghostwriter.kde.org/ if you are looking for a GUI app with live preview, full screen mode, etc.
If he likes games, check out “Invent Your Own Computer Games with Python”: https://inventwithpython.com/invent4thed/
If you are looking for books, check out:
Intermediate:
Advanced:
You can do it in Bash as well. Put this in .inputrc
:
"\e[A":history-substring-search-backward
"\e[B":history-substring-search-forward
# or, if you want to search only from the start of the command
"\e[A": history-search-backward
"\e[B": history-search-forward
I start my search string with stackoverflow
as a workaround.
See also:
I’m not the site author, just submitting the link.
Not sure which part you need to be logged in to view - I’m seeing links to different articles and exercises and they are all visible without logging (I checked in an incognito window).