572
votes
277answers
49k views
What is the single most influential book every programmer should read?
If you could go back in time and tell yourself to read a specific book at the beginning of your career as a developer, which book would it be?
I expect this list to be varied and to cover a wide …
150
votes
78answers
11k 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 …
146
votes
73answers
7k 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 …
140
votes
27answers
10k views
Git for beginners: The definitive practical guide
Ok, after seeing this post by PJ Hyett, I have decided to skip to the end and go with git.
So what I need is a beginners practical guide to git. "Beginner" being defined as someone who knows how to …
112
votes
144answers
10k views
One piece of advice
If you could go back and give yourself one piece of advice at the start of your programming life/career to help you on your way what would it be ?
68
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 …
57
votes
32answers
3k views
Why is C++ relatively “harder” to use/bad choice for a beginner?
Most opinions on Stack Overflow seem to voice a similar opinion: C++ is "harder" to use and it is a "bad" choice for a beginner. Speaking as someone who has been learning C++ as a first language, on …
52
votes
13answers
7k views
What and where are the stack and heap
Programming language books usually explain that value types are created on the stack, and reference types created on the heap, without really explaining what these two things are. With my only …
51
votes
23answers
12k views
How do I calculate someone’s age in C#?
Given a DateTime representing their birthday, how do I calculate someone's age?
47
votes
17answers
1k views
Mercurial for Beginners: The Definitive Practical Guide
Inspired by Git for beginners: The definitive practical guide.
This is a compilation of information on using Mercurial for beginners for practical use.
Beginner - a programmer who has touched source …
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 …
43
votes
39answers
5k views
Are there any good reasons why I should not use Python?
I've heard from reliable sources that Python is a great language that every programmer can learn, but I've heard so much good about it that I'm clearly not getting the whole picture. I'm considering …
39
votes
11answers
2k views
How would YOU do this: Tables or CSS?
Part I
This layout can be done quite simply with 2 HTML tables, one nested inside the other, or even with a single table.
It can also be done with CSS, though it might involve a little more …
37
votes
43answers
3k views
Start programming at 27?
I am currently a BA (business systems analyst) and i want to get more technical.
How difficult is it to start programming at 27?
I know the basic concepts but haven't really "sat down" and get hands …
37
votes
9answers
3k views
Getting started with F#
What's a good way to get into F# programming?
What's a good "Hello world" example and what simple examples can show me why I want to use it over C#.
Also what tools do I need? I have WindowsXP, …
