Tagged Questions
0
votes
2answers
539 views
Teaching Programming to Kids [duplicate]
Possible Duplicate:
At what age could I reasonably teach my children about programming?
The Question
I've been thinking about starting a children's (aged 10-11+) group about programming, ...
15
votes
11answers
790 views
What language and topics should be covered when teaching non-CS college students how to program?
I have been asked by many of my non-computer science friends to teach them how to program. I have agreed to hold a seminar for them that will last for approximately 1 to 2 hours.
My thoughts are to ...
40
votes
9answers
3k views
What is the most orthogonal programming language?
I find myself repeatedly annoyed by having to teach freshmen about special language rules (like array-to-pointer decay) that have absolutely nothing to do with programming in itself. So I wondered:
...
13
votes
8answers
832 views
What are good dynamics that can improve learning in a web programming course?
At my company we are starting a course for free that will cover 4 modules (HTML / CSS and W3C Standards, Javascript and jQuery, PHP, MySQL) during 7 months. The main goal is to be able to train new ...
10
votes
9answers
892 views
What simple game is good to learn OO principles?
I have to come up with a project propsal for my students, here are some details:
The design should be gove over OO concepts: encapsulation, interfaces, inheritance, abstract classes
Idealy a game, ...
7
votes
6answers
1k views
Which programming language is the best to start learning/teaching about programming [closed]
As this question is closed, let me do an attempt that actually meets all 6 requirements.
At our faculty, there's for the moment a big change in the classes "informatics". We used to teach Java, but ...