Mr. Shaw, i am once again impressed. This is not the first time I've seen Zed Shaw rant about something he dislikes and then goes off and attempts to fix it.
[deleted]
Doh! VB index alert: The exercises are 0-based and the steps are 1-based. ;-)
11–20 of 114 posts
Mr. Shaw, i am once again impressed. This is not the first time I've seen Zed Shaw rant about something he dislikes and then goes off and attempts to fix it.
[deleted]
Doh! VB index alert: The exercises are 0-based and the steps are 1-based. ;-)
Earlier quoted context omitted.
[deleted]
So far, the exercises do look like their targeted to the total beginner, but my money is that most programmers learn Python as their nth language, where n > 2. I say "so far" in hopes that he eventually gets enough exercises in the book that the material included now is just a small part of the finished work. Doh! VB index alert: The exercises are 0-based and the steps are 1-based. ;-)
Off the top of my head, I know at least 3 Universities (near me in Canada: UBC, SFU, UofC) that have recently switched to Python as the first language taught/used in their CS programs.
There is a real demand for intro Python books. And IMHO Python is a pretty good first language.
Every programming language has some kind of way of doing numbers and math. Don’t worry, programmers lie frequently about being math geniuses when they really aren’t. If they were math geniuses, they would be doing math not writing ads and social network games to steal people’s money.
jokes aside, this could serve as a good syllabus for giving classroom Python tutorials for absolute beginners
I think an example like:
print "hi there", "how are you"
with a brief explanation of the argument structure of print would be helpful.
This makes me want to write a tutorial.
So is that why he was trashing Dive Into Python? Trying to discredit the competition?
Get the story from the horse's mouth: http://oppugn.us/posts/1272050135.html
The design/typography kinda sucks though, of course even Zed has pointed out how hard it is make a good looking code book.
Earlier quoted context omitted.
Get the story from the horse's mouth: http://oppugn.us/posts/1272050135.html
I decided to learn Python recently, and I ran into "Dive Into Python" as a recommended resource (I think I Googled "Python book"), and it almost did put me off the language. It's not really the author's fault, it is the fault of those who recommend it.
But no, I don't remember much about the book, I can't really comment on its quality.
Ha! When I started to program, everyone told me the opposite. After weeks of head scratching and spending more time learning editors than coding, I secretly switched to Pico. But man could I use the hell out of Pico.
Earlier quoted context omitted.
[deleted]
So far, the exercises do look like their targeted to the total beginner, but my money is that most programmers learn Python as their nth language, where n > 2. I say "so far" in hopes that he eventually gets enough exercises in the book that the material included now is just a small part of the finished work. Doh! VB index alert: The exercises are 0-based and the steps are 1-based. ;-)
Except for some dabling in basic, max/msp and some proprietary scripting stuff, Python was the first language I learned. It was certainly the first one I learned to program in.