Ask HN: What computer skills should you learn first?
I know how to roughly use a computer and fix most technical issues thanks to Google. But I don't know much more than that (no programming or hardware experience for instance) and I don't know where to start.
What should be the first things to learn when trying to become more computer literate after mastering the basics?
Regards
I'd suggest two things:
* Learn Python -- try making some small tools in it.
* Learn how to use Linux -- you can start with Kubuntu and familiarize yourself with terminal and the other things you'll encounter here.
But really -- if you want to be more "computer literate", just focus on programming. Writing small tools; and maybe even taking on a big project like building a 2D game (if that's what you want)...
Read "Code" by Petzold.
As far as practical computer skills, study any book on A+ certification (maybe even get that cert), then learn Linux/Python
To print the contents of a file onscreen.... If you want to do it in 1 line of code: bash If you want to do it in 5: Python If you want to do it in 30: C
How to use a terminal
check out some courses on - codecademy.com, codeschool.com, and teamtreehouse.com/,
How to Google search.