Search Results

3
votes

What did you use to teach yourself python?

I agree with William Keller; use the tutorial to get your feet wet (it's short) and then read Dive Into Python or a Book, whichever works for you, as you begin your own project. At first, just to g …
3
votes

Should all public methods of an API be documented?

This is where I would normally chime in with the "both-ways-uphill when I was a kid" mantras about documenting only when your boss asks you to BUT ... lately I have changed my tune. I think it is …