TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Course material to teach (adult) friends how to code?

4 pointsby walskialmost 10 years ago
Hey,<p>a couple of friends asked me if we can arrange a weekly workshop where I introduce them to the basic of coding. I like the idea but hardly know where to start. The variety of material that is out there is huge and it&#x27;s hard to judge what is good and what&#x27;s not.<p>I&#x27;m basically looking for something like a &quot;course book&quot; that walks our group through the basics with hands on examples etc. It should be &quot;fun&quot; and not strictly academic. I don&#x27;t care which topic the course is about (hardware hacking? web? game dev? whatever) as long as it&#x27;s well thought though :)<p>Thanks for any recommendations!<p>Thorben

7 comments

jonjackyalmost 10 years ago
This is a brief but comprehensive course book for novices: web including HTML and CSS, command line, Python, Django, git, hosting, deployment ... It gives step-by-step directions for making a simple blogging platform in Python&#x2F;Django. It has been tested in use in workshops. It&#x27;s not just for girls.<p>Django Girls Tutorial <a href="http:&#x2F;&#x2F;tutorial.djangogirls.org&#x2F;en&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tutorial.djangogirls.org&#x2F;en&#x2F;</a>
dmanalmost 10 years ago
Back when I was getting started, reading this page helped me immensely - Teach Yourself Programming in Ten Years (<a href="http:&#x2F;&#x2F;norvig.com&#x2F;21-days.html" rel="nofollow">http:&#x2F;&#x2F;norvig.com&#x2F;21-days.html</a>) . Once I read it, I felt a lot more relaxed and learned to pace myself over a longer timeline. I try to pay it forward by mentioning it to people who are just getting into the field.
brudgersalmost 10 years ago
This course from Coursera.<p><a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;digitalmedia" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;digitalmedia</a><p>It assumes very little technical expertise. It uses Processing so it&#x27;s both powerful in an interesting direction and designed specifically for beginners. It&#x27;s cool and your friends can pursue it at their own pace [removes a dependency on your time and patience].<p>Good luck.
ABach8almost 10 years ago
Harvard offers a free web course that teaches basic concepts and helps start the process of learning to code.<p><a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;introduction-computer-science-harvardx-cs50x" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;introduction-computer-science-har...</a>
CaiGengYangalmost 10 years ago
<a href="https:&#x2F;&#x2F;www.codecademy.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.codecademy.com&#x2F;</a>
walskialmost 10 years ago
Thanks everyone!
nphytealmost 10 years ago
freecodecamp.com