What is your favourite (video or written) tutorial for beginners – in any technology?<p>Mine is Django Girls Tutorial (https://tutorial.djangogirls.org/en/) because it does not assume any prior knowledge and has a good balance between the big picture and small details.
Hartl's Rails tutorial. Probably the best intro to modern full stack development I've ever come across.<p><a href="https://www.railstutorial.org/book" rel="nofollow">https://www.railstutorial.org/book</a>
How guns work:
<a href="https://www.youtube.com/watch?v=HJnhr08aIJs" rel="nofollow">https://www.youtube.com/watch?v=HJnhr08aIJs</a><p>How a car differential works:
<a href="https://www.youtube.com/watch?v=yYAw79386WI" rel="nofollow">https://www.youtube.com/watch?v=yYAw79386WI</a><p>Downright the best zero-to-programmer course in the world. Wish I knew about it when I was starting out:
<a href="https://online-learning.harvard.edu/course/cs50-introduction-computer-science" rel="nofollow">https://online-learning.harvard.edu/course/cs50-introduction...</a>
More of an explanation than a tutorial, and dunno how it is for total beginners, but — Intro to Synthesis: The Building Blocks of Sound & Synthesis, by Dean Friedman: <a href="https://www.youtube.com/watch?v=atvtBE6t48M" rel="nofollow">https://www.youtube.com/watch?v=atvtBE6t48M</a><p>It explains the things that you'll constantly fiddle with on a synthesizer (and sometimes even in a DAW with samples: envelopes are likely to appear there). The series benefit greatly from being three hours long in total instead of ten or even thirty minutes.<p>The first vid is followed by:<p>- Intro to Synthesis Part 2 - Types of Synthesis & Programming Examples <a href="https://www.youtube.com/watch?v=gJkxGvhOS-M" rel="nofollow">https://www.youtube.com/watch?v=gJkxGvhOS-M</a><p>- Intro to Synthesis Part 3 - Additional Synth Features, Performance Controls & Wrap Up <a href="https://www.youtube.com/watch?v=zK3m8sMkTE4" rel="nofollow">https://www.youtube.com/watch?v=zK3m8sMkTE4</a><p>Also, since the vids are from sometime in early 80s, you'll have fun trying to figure out exactly how high the guy is.
All the Michel Thomas courses - a true genius of language teaching. <a href="https://www.michelthomas.com" rel="nofollow">https://www.michelthomas.com</a><p>I listened to his Spanish beginners course a few weeks before visiting Spain and successfully talked myself onto a bus I shouldn't have been on in Spanish. I'm now mostly fluent but would never have gotten over my childhood hatred of learning languages without him. Thanks Michel. RIP X<p>Watch the BBC documentary about him where he teaches the worst kids in a school french in a few weeks. <a href="https://www.youtube.com/watch?v=O0w_uYPAQic" rel="nofollow">https://www.youtube.com/watch?v=O0w_uYPAQic</a><p>Also read about him on wikipedia - he was in the french resistance and just generally awesome - <a href="https://en.wikipedia.org/wiki/Michel_Thomas" rel="nofollow">https://en.wikipedia.org/wiki/Michel_Thomas</a>
I would have to say the Dr Racket lisp tutorial ... <a href="https://docs.racket-lang.org/quick/" rel="nofollow">https://docs.racket-lang.org/quick/</a><p>For anyone who already programs I can't recommend this enough. See it as a 1 hour vacation into alice in wonderland. I don't see myself ever using lisp, but after using an imperative language for a long time and having it become second nature, I found it quite a fun mental leap to learn functional programming. Well lisp is basically a similar mental stretch... you can get a taste of it in only 10 bullet points (in the link). it will take you only 1-2 hours. I found it wildly refreshing, enlightening... any time you see paradigms youre used to for 10+ years done a different way there are so many "ah-ha" moments its like firecrackers going off.<p>The part that is very cool, is that in lisp there are no statements, only expressions. So the 'physical limitiation' of writing code almost feels like theres no rules, such that it just flows effortlessly. Like in English, you can't end a sentence with a preposition (like a statement, you cant put an if statement in the middle of the expression 1 + 1). But in lisp, there are no rules like that.<p>It's super fun to bend your mind in new ways even if you dont use it. I highly recommend it, it was really a fun day doing that tutorial.
<a href="https://selectstarsql.com" rel="nofollow">https://selectstarsql.com</a> - SQL tutorials for non-technical folks.<p>This is an interactive book which aims to be the best place on the internet for learning SQL. It is free of charge, free of ads and doesn't require registration or downloads. It helps you learn by running queries against a real-world dataset to complete projects of consequence. It is not a mere reference page — it conveys a mental model for writing SQL.<p>I expect little to no coding knowledge. Each chapter is designed to take about 30 minutes. As more of the world's data is stored in databases, I expect that this time will pay rich dividends!
Jonathan Palardy 'Why Learn AWK' [1]. I'd tried to learn awk a few times but just couldn't grok it. This essay gave me a lightbulb moment.<p>Honourable mention to 'Automate the Boring Stuff with Python' [2], which does what not a lot of tutorials do - motivate programming for non-technical users.<p>[1] <a href="https://blog.jpalardy.com/posts/why-learn-awk/" rel="nofollow">https://blog.jpalardy.com/posts/why-learn-awk/</a><p>[2] <a href="https://automatetheboringstuff.com" rel="nofollow">https://automatetheboringstuff.com</a>
I have two requests in this regard.<p>- If there's some way to learn playing chess beyond just the rules without memorizing an encyclopedia of openings, I'd be grateful for links. I.e. I currently can stare at a position for a while and figure out a couple next moves that should be good. I'd like to elevate this to figuring out a bit more moves. (Though I have a suspicion that it's a question of ‘rinse and repeat until I remember all the openings anyway’.)<p>- Similarly, I'd like to drill music lingo of chord progressions and stuff, as a total noob, <i>without</i> turning it into a ‘compose by the book’ approach. I'm actually somewhat afraid to learn about keys and scales since I'll likely start hearing them everywhere and promptly fall into patterns and academic ivory-towerity. Is there a way around that while still understanding music talk?
This is the one that completely changed my mindset about designing and writing programs:<p>What Every Programmer Should Know About Memory - Ulrich Drepper<p><a href="https://people.freebsd.org/~lstewart/articles/cpumemory.pdf" rel="nofollow">https://people.freebsd.org/~lstewart/articles/cpumemory.pdf</a>
<a href="http://learnyouahaskell.com" rel="nofollow">http://learnyouahaskell.com</a> is a fun and accessible intro to Haskell that's a great complement to denser material
Ray Tracing from the Ground Up, by Kevin Suffern<p>As a college freshman I started this book with only a passing familiarity to C++ and was able to follow it to implement a raytracer that supported depth of field and global illumination, among other things.<p><a href="http://www.raytracegroundup.com/" rel="nofollow">http://www.raytracegroundup.com/</a>
The Rust Programming Language
<a href="https://doc.rust-lang.org/book/index.html" rel="nofollow">https://doc.rust-lang.org/book/index.html</a>
Paul Seller's original how to build a workbench video series. They're so quick, but he walks you through so much technique in this series. Everything he says is a lesson that applies to other aspects of building objects with wood. Everything he does is on purpose. If you're interested in woodworking, this is where to start.<p><a href="https://www.youtube.com/watch?v=ru2ZiNs_Wek" rel="nofollow">https://www.youtube.com/watch?v=ru2ZiNs_Wek</a>
I asked this exact same question a while back as well, here's a link to that discussion: <a href="https://news.ycombinator.com/item?id=14985057" rel="nofollow">https://news.ycombinator.com/item?id=14985057</a><p>Glad to see Michael Hartl's book on rails was suggested here, that's what prompted me to post my thread.<p>As a summary of that thread:<p>drracket: <a href="http://docs.racket-lang.org/quick/index.html" rel="nofollow">http://docs.racket-lang.org/quick/index.html</a><p>VueJS: <a href="https://vuejs.org" rel="nofollow">https://vuejs.org</a> (not a tutorial)<p>freecodecamp<p>K&R<p>Laracasts
Design Your Own Computer (fpga/vhdl)<p><a href="https://github.com/MJoergen/nexys4ddr/tree/master/dyoc" rel="nofollow">https://github.com/MJoergen/nexys4ddr/tree/master/dyoc</a><p>See how a cpu gets made from scratch.
I am a huge fan of Build Your Own Lisp in C. I knew how to program since I was a kid. It was all inelegant but working code. Using this website's walk through helped me to refine my understanding. Anecdotally, I suggested it to 2 beginners I knew, and they found it very intuitive.<p><a href="http://www.buildyourownlisp.com/" rel="nofollow">http://www.buildyourownlisp.com/</a>
The "The Node.js Handbook" and the "The JavaScript Handbook" from <a href="https://flaviocopes.com/page/ebooks/" rel="nofollow">https://flaviocopes.com/page/ebooks/</a>
Very handy and turned later into official doc at <a href="https://nodejs.dev/" rel="nofollow">https://nodejs.dev/</a>
Would have to be Nand2Tetris. You build an entire computing system from "scratch" using a set of emulator tools. You design logic chips all the way to an operating system. It's a lot of work, but is very self-contained.<p><a href="https://www.nand2tetris.org/" rel="nofollow">https://www.nand2tetris.org/</a>
I'm a huge fan of Miguel Grinberg's Flask Mega-Tutorial. It's been around for a while, but he did a major update in 2017 to bring it more up to date.<p><a href="https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world" rel="nofollow">https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...</a>
This is kind of like picking The Beatles as your favorite band, but I liked:<p><a href="https://www.railstutorial.org/book" rel="nofollow">https://www.railstutorial.org/book</a>
(Michael Hartl's Rails Book)<p>And I don't even use rails.
As someone who was recently a total beginner, I've found two that I have really appreciated:<p>1. Learn to Program, by Chris Pine
<a href="https://pine.fm/LearnToProgram/" rel="nofollow">https://pine.fm/LearnToProgram/</a><p>2. The C# Player's Guide, by R. B. Whitaker
Wil Wheaton's TableTop series on how to play various boardgames is really well done and engaging.<p><a href="https://geekandsundry.com/shows/tabletop/" rel="nofollow">https://geekandsundry.com/shows/tabletop/</a>
<a href="https://vuejs.org" rel="nofollow">https://vuejs.org</a> - it's just magic, that's the very first documentation that hasn't required from me diving into any other resources while learning.
Learning Processing (book), by Daniel Shiffman. Here's the Amazon link. <a href="https://www.amazon.com/Learning-Processing-Beginners-Programming-Interaction/dp/0123944430/ref=dp_ob_title_bk" rel="nofollow">https://www.amazon.com/Learning-Processing-Beginners-Program...</a>
I'm getting started making a computer security course. Right now the material is very beginner focused.<p><a href="https://www.youtube.com/channel/UCpCBa7DpNda1mNKLCb2K8zQ/playlists" rel="nofollow">https://www.youtube.com/channel/UCpCBa7DpNda1mNKLCb2K8zQ/pla...</a>
The Little Schemer is my favorite, especially if you regard The Seasoned Schemer as part of it. It takes you amazingly far for a self-contained tutorial.
Bell Labs' 1959 video "Similarities of Wave Behavior." By far the best introduction to the subject of waves of any sort.<p><a href="https://www.youtube.com/watch?v=DovunOxlY1k" rel="nofollow">https://www.youtube.com/watch?v=DovunOxlY1k</a>
I have recommended bandit to many people wanting to learn Linux tools and how the shell works: <a href="https://overthewire.org/wargames/bandit/" rel="nofollow">https://overthewire.org/wargames/bandit/</a>
To teenagers or adults who would like to get started with coding, I always recommend Khan Academy’s “Intro to JS: Drawing & Animation“ as it is an excellent suite of lessons that introduces beginners to the most important fundamentals of coding, like variables and loops. Everything runs in a browser, with immediate feedback via Processing.js.<p><a href="https://www.khanacademy.org/computing/computer-programming/programming" rel="nofollow">https://www.khanacademy.org/computing/computer-programming/p...</a>
Paul Graham's tutorial on arc/lisp: <a href="http://ycombinator.com/arc/tut.txt" rel="nofollow">http://ycombinator.com/arc/tut.txt</a><p><i>oh the link is broken :)</i>
Spinning Levers - How A Transmission Works (1936)<p><a href="https://www.youtube.com/watch?v=JOLtS4VUcvQ" rel="nofollow">https://www.youtube.com/watch?v=JOLtS4VUcvQ</a>
<a href="https://www.learnenough.com/command-line-tutorial/basics" rel="nofollow">https://www.learnenough.com/command-line-tutorial/basics</a><p>Learn Enough Command Line To Be Dangerous is an introduction to some basic bash commands, but more than that it's an introduction to questions like What is a command line, how do I use it and why would I want to communicate with my computer using text rather than a GUI
Flexbox Froggy, a short game that teaches the basics of CSS flexbox:<p><a href="https://flexboxfroggy.com/" rel="nofollow">https://flexboxfroggy.com/</a>
LazyFoo's introduction to SDL - the style of writing is perfect for someone who is new not only to SDL but also to programming, I have to confess that's probably one of the major reasons why I wanted to do games programming when I was a kid:<p><a href="http://lazyfoo.net/tutorials/SDL/index.php" rel="nofollow">http://lazyfoo.net/tutorials/SDL/index.php</a>
Jeff duntemans book on assembly language. It used the 386 processor under DOS which was way more approachable than what we currently have, but it really taught me how a computer works from the bottom up.<p>Edit: apparently there’s now a third edition for recentish computers: <a href="http://duntemann.com/assembly.html" rel="nofollow">http://duntemann.com/assembly.html</a>
Repeating something from a previous Hacker News thread...<p>Children's publisher Usborne have made available for free some classic computer books from the 1980s aimed at kids that use text and illustrations to clearly explain computer concepts.<p>These books have been discussed a few times before here on Hacker News. Scroll down to the bottom of the link below to the section 'Usborne 1980s computer books' for the free PDFs.<p><a href="https://usborne.com/browse-books/features/computer-and-coding-books/" rel="nofollow">https://usborne.com/browse-books/features/computer-and-codin...</a><p>You might be thinking, why would I read books aimed at kids? Not only are these books well written with clear, concise explanations, they are also more readable and enjoyable than many programming books published for adults today.<p>Anyone writing a technical guide (of any kind) would benefit from reading these as a source of ideas and inspiration.
Not technology, but a great video for absolute beginners who want to get into drifting, or just improve their on-track car control.<p>"The Drift Bible" with the Drift King, Keiichi Tsuchiya
<a href="https://www.youtube.com/watch?v=IPQyQgyuNMI" rel="nofollow">https://www.youtube.com/watch?v=IPQyQgyuNMI</a>
The one I learned programming from first is A Byte of Python by Swaroop CH: <a href="https://python.swaroopch.com/" rel="nofollow">https://python.swaroopch.com/</a><p>Really concise introduction to programming in Python; easy enough for someone to absolutely devour and learn incredibly quickly.
Not technology but science:<p>Feynman's QED: The Strange Theory of Light and Matter. You can have zero physics background (like me) and still understand a bit about quantum electrodynamics. If ever I had to distill a complex subject, I'd try to first dissect how Feynman is able to do so.
Leo Brodie's Starting FORTH book. Thirty years ago, sixteen year old me learned to use that FORTH thing found on a public domain Fred Fish disk.<p><a href="https://www.forth.com/starting-forth/" rel="nofollow">https://www.forth.com/starting-forth/</a>
<a href="https://docs.pylonsproject.org/projects/pyramid-blogr/en/latest/" rel="nofollow">https://docs.pylonsproject.org/projects/pyramid-blogr/en/lat...</a> - because I wrote it.<p>I've found that newcomers struggle with many concepts during presentations so I wrote my own tutorial for beginners.<p>On many meetups and hackathons I've noticed people break their environments or Linux installations.
It's a bit much but we try to start from scratch showcasing how to use venv to get things going and create a small application demonstrating different concepts of web development, from templating, to DB migrations, business logic and auth.<p>I've ran few workshops with this tutorial and we had very good results.
Zed's Learn Python the Hard Way. <a href="https://learncodethehardway.org/python/" rel="nofollow">https://learncodethehardway.org/python/</a><p>It wasn't what I used to first learn (Larry Ullman's first PHP5 & MySQL book which I still have, with a spine held together by duct-tape) but it showed me a simple method to help absolute beginners (and helped me realize my ideas on teaching concepts in an unorthodox manner don't work at all for that target group) and to refer to acquaintances whose intro programming course professors were failing them in acquiring understanding.
Introduction to Bayesian Data Analysis:
<a href="https://www.youtube.com/watch?v=3OJEae7Qb_o&t=4s" rel="nofollow">https://www.youtube.com/watch?v=3OJEae7Qb_o&t=4s</a>
Learn Go the Complete Bootcamp course teaches to a complete beginner step by step with easy to understand animations, and 1000+ exercises.<p>To me, Go is a great starting language because it's in the sweet place between high-level and low-level.<p><a href="https://www.udemy.com/learn-go-the-complete-bootcamp-course-golang/" rel="nofollow">https://www.udemy.com/learn-go-the-complete-bootcamp-course-...</a><p>Shameless Plug: I'm the author :)
Agree with the Django Girls tutorial in OP. I ran into them at Pycon and expressed my appreciation for helping me learn Django. Was really exciting stuff.<p>Does anyone happen to have a good resource for learning GoLang? It's nearly impossible to find good tutorials (outside of the golang site's tutorial) because the name Go is super common and "GoLang" isn't used by everyone.
The second edition of Semantic Web for the Working Ontologist is the best introduction to RDF, OWL, and SPARQL I've seen.<p><a href="https://www.amazon.com/Semantic-Web-Working-Ontologist-Effective/dp/0123859654" rel="nofollow">https://www.amazon.com/Semantic-Web-Working-Ontologist-Effec...</a>
I took a whack at trying to teach programming to complete beginners in the same way that I learned years ago. I give people a listing of type-in JavaScript code that creates a generative art project. You can get all the electronic issues free.<p><a href="https://splashofcode.com" rel="nofollow">https://splashofcode.com</a>
nand2tetris.org
Haven't finished it yet but it's all about building a full computer from a NAND to other logic gates (mux, dmux, and, or, etc) to higher level things like assembly, memory, cpu, and it keeps going to a tetris game.
It's challenging, comprehensive and builds upon itself. It's awesome
<a href="https://frontendmasters.com/courses/javascript-hard-parts/" rel="nofollow">https://frontendmasters.com/courses/javascript-hard-parts/</a><p>Will has a way to explain things is such a concise and clear yet entertaining way he's who I aspire to teach like
A movie about "how internet works" from early 2000s:<p><a href="http://www.warriorsofthe.net/" rel="nofollow">http://www.warriorsofthe.net/</a><p><a href="https://www.youtube.com/watch?v=PBWhzz_Gn10" rel="nofollow">https://www.youtube.com/watch?v=PBWhzz_Gn10</a>
Ray Tracing in One Weekend
(<a href="http://www.realtimerendering.com/raytracing/Ray%20Tracing%20in%20a%20Weekend.pdf" rel="nofollow">http://www.realtimerendering.com/raytracing/Ray%20Tracing%20...</a>)<p>I love that it just sidesteps OpenGL/DirectX entirely
<a href="https://eloquentjavascript.net/" rel="nofollow">https://eloquentjavascript.net/</a> , I love giving this to creative people who are interested in coding. The literary reflection of coding concepts is really great
If the question was "what is your second favourite tutorial?" it would be very difficult to answer.<p>But, since the question is about <i>the</i> favorite, the answer is, unsurprisingly,
"The C programming language" by Kernighan and Ritchie.
SQL Island is a very nice text adventure game that you play by typing SQL queries.<p><a href="http://wwwlgis.informatik.uni-kl.de/extra/game/" rel="nofollow">http://wwwlgis.informatik.uni-kl.de/extra/game/</a>
Flutter in practice, by Zaiste
<a href="https://www.youtube.com/playlist?list=PLhXZp00uXBk5TSY6YOdmpzp1yG3QbFvrN" rel="nofollow">https://www.youtube.com/playlist?list=PLhXZp00uXBk5TSY6YOdmp...</a>
What a thread! So many awesome recommendations. I too wanted to ask this exact question.<p>Anyone reading my comment, please do post your favourite beginner friendly tutorials/blogs/books irrespective of the field.
Old favorite for Turbo C / DOS programming <a href="http://www.guideme.itgo.com/atozofc/" rel="nofollow">http://www.guideme.itgo.com/atozofc/</a>
My favorite ones are the data science and AI video tutorials (actually meant for kids) @ <a href="https://www.Pathway.ai" rel="nofollow">https://www.Pathway.ai</a>
I'm looking for good tutorials for getting started with DSP stuff (in Rust if possible although I know that may still be too niche) if anyone has suggestions
player1: how do I change weapons?<p>player2: ALT+F4<p>player1 has disconnected<p>This regular exchange is the most concise and hands-on tutorial on life ever conceived.<p>On another note, this is a pretty damn good tutorial for learning how to write shaders in opengl: <a href="https://learnopengl.com/Getting-started/Shaders" rel="nofollow">https://learnopengl.com/Getting-started/Shaders</a>
the Haskell gentle intro is very well written.<p><a href="https://www.haskell.org/tutorial/" rel="nofollow">https://www.haskell.org/tutorial/</a>
The later tutorials are behind a paywall but the free stuff is more than enough to get you going with low level 3D.<p><a href="http://www.directxtutorial.com/" rel="nofollow">http://www.directxtutorial.com/</a>
Web Programming with Python and JavaScript
<a href="https://cs50.harvard.edu/web/2019/spring/lectures/" rel="nofollow">https://cs50.harvard.edu/web/2019/spring/lectures/</a>
An interactive tutorial that teaches HTML and JS!<p><a href="https://gun.eco/docs/Learn-Code" rel="nofollow">https://gun.eco/docs/Learn-Code</a><p>I've had complete non-coders and kids take it, and learn to build their first Todo App in less than 45min!
<a href="https://youtu.be/d4EgbgTm0Bg" rel="nofollow">https://youtu.be/d4EgbgTm0Bg</a><p>3blue1browns video on quaternions is amazing