Is it true that Python has dynamic scoping? I would have thought that it was lexical...
Thanks for pointing that out, it's now corrected :)
11–15 of 15 posts
Is it true that Python has dynamic scoping? I would have thought that it was lexical...
Thanks for pointing that out, it's now corrected :)
Awesome. Thank you. Any chance of a Ruby version?
Source files are all available at *.rst and there is a Makefile at stephensugden.com/crash_into_python/Makefile as well.
Off-Topic, is there anything similar for people wanting to learn Objective C?
I've tried some recommended Python tutorials (couldn't name any of them), and they try to cover everything. For example, instead of showing all the useful stuff across all categories, they try to teach you every exception and technical detail for the entire category (string manipulation, for example).