|
|
|
Ask HN: How to teach a business person to program
|
|
2 points
by mpiccino
5728 days ago
|
|
I hear a lot of advice that if you want to start a company, but you don't know how to code, either don't bother at all or learn to code first. I used to fight this notion, mostly because I really wanted to start a company but was too worried that I wouldn't be able to learn to program even if I tried. Yet now that I have a start-up (web-based), I feel the need to know how program more intensely than ever. I have a technical person on the team, but just delegating everything is starting to feel very limiting. I wish I could do what he does, and help out more. So my question is, is it realistic for me to think I can learn, and how do I start? My undergrad background is in math so I have some familiarity with algorithms and thinking in that way. But I've never written a line of code. Any books / courses you might recommend? What language to start with if my objective is ultimately to program for the web? Any advice would be awesome. I know I open myself up to criticism by posting this, and maybe I sound like I don't have a clue, but really I just want to learn. Thank you so much! |
|
That being said, a guy with a background in math hanging around Hacker News could very well easily learn programming.
I would start with general web markup: HTML & CSS, as they're (relatively) easier to pick up and much easier to teach yourself (as you can look at source code and what not).
If you want to learn programming, I say don't worry about the language that much. What you'll find is that you don't really learn too much about a specific language; rather, you will want to learn about overarching concepts in Computer Science (iteration, algorithm, conditions, objects, functions, etc). So, pick a language just knowing it's simply a tool for you to get that material.
PHP's popular. So is Ruby on Rails or Python. After learning one and excelling at it, it's not that hard to pick up the semantics of another language. I started with PHP.
----
Edit: Forgot book recommendations. For an absolute beginner, I think these books are awesome. They assume you're starting out at the very beginning and take you step-by-step, rather than just being a "language manual/catalog" like most books out there:
- PHP for the Absolute Beginner or Python for the Absolute Beginner