152
votes
79answers
12k views
Best ways to teach a beginner to program?
Original Question
I am currently engaged in teaching my brother to program. He is a total beginner, but very smart. (And he actually wants to learn). I've noticed that some of our sessions have …
149
votes
74answers
8k views
What is the coolest thing you can do in <10 lines of simple code? Help me inspire beginners!
I'm looking for the coolest thing you can do in a few lines of simple code. I'm sure you can write a Mandelbrot set in Haskell in 15 lines but it's difficult to follow.
My goal is to inspire …
69
votes
52answers
4k views
How can I teach a know-it-all beginner programmer?
I need to teach a teenage beginner programmer (private tutoring style). The problem is that despite their poor knowledge and skills, they are sure of their abilities, to the point where I find it hard …
44
votes
78answers
6k views
What is the easiest language to start with?
What is the language with the lowest barriers to entry, simplest syntax, easiest setup. I'm aware that there's not a best language but I am sure that there will be one that's got a good score in all …
34
votes
40answers
2k views
Suggestions on starting a child programming.
What languages and tools do you consider a youngster starting out in programming should use in the modern era?
Lots of us started with proprietary Basics and they didn't do all of us long term harm …
30
votes
56answers
3k views
Why are professors or schools picking Java over C++ to teach to students?
Is it just me or are most colleges teaching Java instead of C++ these days? I feel like I've been missing out with having zero classes teach or use C++ at all.
27
votes
14answers
2k views
What version-control system is most trivial to set up and use for toy projects?
I teach the third required intro course in a CS department. One of my homework assignments asks students to speed up code they have written for a previous assignment. Factor-of-ten speedups are …
26
votes
10answers
946 views
How to mentor a junior programmer
Does anyone have any suggestions on how to mentor a junior programmer ? If you have mentored someone did you follow any process or was it quite informal ?
If you've been mentored in the past what …
23
votes
29answers
2k views
Explaining to my boss what can and can’t be done with a computer…
My boss and his boss have both been coming to me regularly over the past few weeks with feature suggestions. The majority of these are very impractical, and I tell them (politely) that they are …
22
votes
7answers
493 views
Best languages to teach a blind adult the basics of programming?
I have a friend who is blind and wants to learn how to program. I’m also blind but I taught my self how to program on an old computer with a version of gwbasic and an audio book written in 1980 which …
21
votes
57answers
2k views
What are the important notions in C that you did not learn from your teachers
Hi
In September, I will give my first lectures on C to students in engineering school (usually I teach math and signal processing, but I have also done a lot of practical work in C, without giving …
21
votes
26answers
1k views
What would you suggest as a high school first language?
Edit by OA: After reading some answers I'll just update the question a little. At first I put it a little bluntly, but some of those gave me some good arguments which have to be taken into …
20
votes
13answers
1k views
How do you coach a slow developer?
What goals and resources can I give to a developer who isn't working at the speed we'd like?
We hired three developers at the same time that we considered to be at the same skill level.
At this …
19
votes
16answers
853 views
So my girlfriend wants to learn to program [closed]
Possible Duplicate:
What programming language should be taught in Computer Science 101?
My girlfriend hates feeling completely out of the loop when my friends and I talk about anything …
19
votes
65answers
3k views
Most harmful misconception of beginners about programming?
Possible Duplicate:
What is your longest-held programming assumption that turned out to be incorrect?
What do you consider to be the most harmful misconception about programming from people …
