Teach Yourseelf Programming in Ten Years

xiaoxiao2021-03-06  183

Quote: http://www.norvig.com/21-days.html

Teach Yourseelf Programming in Ten Years

Peter Norvig

Why is Everyone in Such a Rush? Walk Into Any Bookstore, and You'll See How To To

TEACH YOURSELF JAVA IN 7 Days Alongside endless Variations Offering to Teach Visual Basic, Windows, The Internet, And So On A Few Days or Hours. I Did The Following

Power Search At

Amazon.com:

Pubdate: after 1992 and Title: Days and

(Title: Learn Or Title: Teach Yourself) And Got Back 248 Hits. The First 78 WERE Computer Books (Number 79 WAS

Learn Bengali In 30 Days). I Replaced "Days" with

"Hours" and got Remarkably Similar Results: 253 More Books, With 77 Computer Books Followed by

TEACH YOURSELF Grammar and Style In 24 Hours At Number 78. Out of The Top 200 Total, 96% WERE Computer Books.

The conclusion is that either people are in a big rush to learn about computers, or that computers are somehow fabulously easier to learn than anything else. There are no books on how to learn Beethoven, or Quantum Physics, or even Dog Grooming in a few Days.

Let's analyze what a title Like Learn Pascal in Three Days Could Mean:

Learn: In 3 days you will not have time to write several significant programs, and learn from your successes and failures with them You will not have time to work with an experienced programmer and understand what it is like to live in that environment. .. In short, you will not have time to learn much So they can only be talking about a superficial familiarity, not a deep understanding As Alexander Pope said, a little learning is a dangerous thing Pascal:.. In 3 days you might be able to learn the syntax of Pascal (if you already knew a similar language), but you could not learn much about how to use the syntax. In short, if you were, say, a Basic programmer, you could learn to write programs in the style of Basic using Pascal syntax, but you could not learn what Pascal is actually good (and bad) for So what's the point Alan Perlis once said:.? "A language that does not affect the way you think about PROGRAMMING, IS NOT WORTH KNOWING ". One Possible Point Is That You Have to Learn A Tiny Bit of Pa scal (or more likely, something like Visual Basic or JavaScript) because you need to interface with an existing tool to accomplish a specific task But then you're not learning how to program;. you're learning to accomplish that task in Three. Days: unfortunately, this is not enough, as the next section shows.teach yourself programming in Ten YearSearso (

Hayes,

Bloom) have shown it takes about ten years to develop expertise in any of a wide variety of areas, including chess playing, music composition, painting, piano playing, swimming, tennis, and research in neuropsychology and topology. There appear to be no real shortcuts:. even Mozart, who was a musical prodigy at age 4, took 13 more years before he began to produce world-class music In another genre, the Beatles seemed to burst onto the scene with a string of # 1 hits and an appearance on the Ed Sullivan show in 1964. But they had been playing small clubs in Liverpool and Hamburg since 1957, and while they had mass appeal early on, their first great critical success, Sgt. Peppers, was released in 1967. Samuel Johnson thought it took longer than ten years: "Excellence in any department can be attained only by the labor of a lifetime; it is not to be purchased at a lesser price." And Chaucer complained "the lyf so short, the craft so long to lerne. "

Here's My Recipe for Programming Success:

Get interested in programming, and do some because it is fun Make sure that it keeps being enough fun so that you will be willing to put in ten years Talk to other programmers;.. Read other programs This is more important than any book or. training course. Program. The best kind of learning is learning by doing. To put it more technically, "the maximal level of performance for individuals in a given domain is not attained automatically as a function of extended experience, but the level of performance can be increased even by highly experienced individuals as a result of deliberate efforts to improve. "(p. 366) and" the most effective learning requires a well-defined task with an appropriate difficulty level for the particular individual, informative feedback, and opportunities for Repetition and Corrections of Errors. "(p. 20-21) The Book Cognition In Practice: Mind, Mathematics, and Culture In Everyday Life IS An Interesting Reference For this viewpoint. If you want, put in four y ears at a college (or more at a graduate school). This will give you access to some jobs that require credentials, and it will give you a deeper understanding of the field, but if you do not enjoy school, you can (with some dedication) get similar experience on the job. In any case, book learning alone will not be enough. "Computer science education can not make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter" says Eric Raymond Author of the new harser's dictionary. One of the best programs I Ever Hired Had Only a high school degree; he '

s produced a lot of great software, has his own news group, and through stock options is no doubt much richer than I'll ever be Work on projects with other programmers Be the best programmer on some projects;.. be the worst on some Others. When you're the best, you get to test your abilities to let a project, and to ins you're the worst, you learn what the masters do, and you learn what like to do (because they make you do it for them). Work on projects after other programmers. Be involved in understanding a program written by someone else. See what it takes to understand and fix it when the original programmers are not around. Think about how to design your programs to make it easier for those who will maintain it after you. Learn at least a half dozen programming languages. Include one language that supports class abstractions (like Java or C ), one that supports functional abstraction (like Lisp OR ML), One That Supports SyntActic Ab straction (like Lisp), one that supports declarative specifications (like Prolog or C templates), one that supports coroutines (like Icon or Scheme), and one that supports parallelism (like Sisal). Remember that there is a "computer" in " computer science ". Know how long it takes your computer to execute an instruction, fetch a word from memory (with and without a cache miss), read consecutive words from disk, and seek to a new location on disk. (Answers here.) Get Involved in a Language Standardization Effort. It Could Be The ANSI C

committee, or it could be deciding if your local coding style will have 2 or 4 space indentation levels. Either way, you learn about what other people like in a language, how deeply they feel so, and perhaps even a little about why they feel so. Have the good sense to get off the language standardization effort as quickly as possible. With all that in mind, its questionable how far you can get just by book learning. Before my first child was born, I read all theHow to books, and still felt like a clueless novice. 30 Months later, when my second child was due, did I go back to the books for a refresher? No. Instead, I relied on my personal experience, which turned out to be far more useful and .............

Fred Brooks, in His Essay No Silver Bullets Identified A Three-Part Plan for Finding Great Software Designers:

Systematically identify top designers as early as possible. Assign a career mentor to be responsible for the development of the prospect and carefully keep a career file. Provide opportunities for growing designers to interact and stimulate each other. This assumes that some people already have the qualities Necessary for Being a Great Designer; The Job Is To Properly Coax Them Along.

Alan Perlis Putue More Succinctly: "Everyone Can Be Taught To Sculpt: Michelangelo Would Have Had to Be Taught How Not to. So it is with the great programmers".

So Go Ahead and Buy That Java Book; You'll Probably Get Some Use Out of It. But n't Change Your Life, Or Your Real Overall Expertise As a Program In 24 Hours, Days, or Even Months.

References

DEVELOPING Talent in Young People, Ballantine, 1985.

Brooks, Fred, NO Silver Bullets, IEEE Computer, Vol. 20, NO. 4, 1987, P. 10-19.Hayes, John R., Complete Problem Solver Lawrence Erlbaum, 1989.

Lave, Jean, Cognition in Practice: Mind, Mathematics, And Culture In Everyday Life, Cambridge University Press, 1988.

Answerstiming for Various Operations ON A Typical 1GHz PC in Summer 2001:

execute single instruction 1 nsec = (1 / 1,000,000,000) sec fetch word from L1 cache memory 2 nsec fetch word from main memory 10 nsec fetch word from consecutive disk location 200 nsec fetch word from new disk location (seek) 8,000,000nsec = 8msec

TranslationSthanks to The Following Authors, Translations of this Page Areaile IN:

JAPAnese (Yasushi Murakawa) Chinese (a Carlos Rueda) German (Stefan Ram) French (P. E. Allary)

Notest. Capey Points Out That That

Complete Problem Solver page on Amazon now has the "Teach Yourself Bengali in 21 days" and "Teach Yourself Grammar and Style" books under the "Customers who shopped for this item also shopped for these items" section. I guess that a large portion of The People Who Look At this page.

Peter Norvig (Copyright 2001)

转载请注明原文地址:https://www.9cbs.com/read-128266.html

New Post(0)