why's (poignant) Guide to Ruby: https://poignant.guide/
Ask HN: Your favourite tutorial for total beginners?
61–70 of 203 posts
Re: Ask HN: Your favourite tutorial for total beginners?
#62The Emacs interactive tutorial (type "C-h t" to start) is awesome. After you complete it you know all Emacs basics and can get to work.
Re: Ask HN: Your favourite tutorial for total beginners?
#63https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...
Re: Ask HN: Your favourite tutorial for total beginners?
#64Re: Ask HN: Your favourite tutorial for total beginners?
#65Re: Ask HN: Your favourite tutorial for total beginners?
#66Paul Graham's tutorial on arc/lisp: http://ycombinator.com/arc/tut.txt oh the link is broken :)
https://web.archive.org/web/20190212201350/http://old.ycombi...
Re: Ask HN: Your favourite tutorial for total beginners?
#67Can someone recommend an easy tutorial for beginners for getting into electronics?
There's "Make:Electronics". It's a book but it's good.
https://techcrunch.com/2019/06/07/make-magazine-maker-media-...
Re: Ask HN: Your favourite tutorial for total beginners?
#68Re: Ask HN: Your favourite tutorial for total beginners?
#69Re: Ask HN: Your favourite tutorial for total beginners?
#70http://learnyouahaskell.com is a fun and accessible intro to Haskell that's a great complement to denser material
Gladly there is an online IDE with compiler ( https://repl.it/languages/haskell ) so you don't even need to install Haskell locally (which honestly seemed a bit heavy for a starter's tutorial - "First you need Haskell Platform, then you can start the tutorial")