You won't miss much if you skip the article entirely. That said, the material it links to seems pretty good. I've been trying to learn Python lately and working through the interpreter at first seems to be a good way to get a sense of how Python does things. And there are some neat libraries out there. For example, you're not much more than a "from pygr import worldbase" away from wandering through the human (or mouse, or yeast...) genome if you want to. That said, I still need to set up a proper vim config for Python.
I've been wondering this and haven't been sure who to ask. Would you say CodingBat would be a good way to learn Python from scratch? Like, instead of lessons, just go through their examples and learn from their solutions? Or is it purely a "test what you know" thing?
Lessons: https://code.google.com/edu/languages/google-python-class/in...
YouTube videos: http://www.youtube.com/watch?v=tKTZoB2Vjuk
Downloadable puzzles: http://code.google.com/edu/languages/google-python-class/exe...
You won't miss much if you skip the article entirely. That said, the material it links to seems pretty good. I've been trying to learn Python lately and working through the interpreter at first seems to be a good way to get a sense of how Python does things. And there are some neat libraries out there. For example, you're not much more than a "from pygr import worldbase" away from wandering through the human (or mouse, or yeast...) genome if you want to. That said, I still need to set up a proper vim config for Python.