(no title)
mddw
|
13 years ago
These learning websites never work for me.
I know starting with basics (operations, variables, string manipulation) is the sensible thing to do, but they bore me.
I always find easier (well, harder but more engaging) to read real code running a real simple application and trying to figure it out by breaking it.
(it's not a critic of learning sites or this one in particular. It's just they don't speak to me.)
SkyMarshal|13 years ago
Pretty sure sites like these are aimed more at complete beginners.
jeffwass|13 years ago
One of the cool things is that after you solve a problem you can review how others attacked the problem (people use almost any language you can think of), and seek continual improvements for greater efficiency. Python is a popular choice there.
silverlake|13 years ago
theoretick|13 years ago
Flaggnlos|13 years ago
I'm learning python but find most tutorials boring. Your method sounds interesting.
jlgaddis|13 years ago
About two weeks ago, I wrote a somewhat complex application to "scratch an itch" at work and have since started in with Django.
I'd recommend the Google class (it's on Youtube).
fnbr|13 years ago