Greetings again Allen,
Thanks for that great answer, but that leads me to a follow-up question:
After going through your book and getting comfortable coding in Python, would it make a good reference while working on a Python project?
That may seem a vague and/or redundant question, so I will clarify: I don't consider "Professional Apache Tomcat" from Wrox to be a good reference book. It's a good book to learn how to configure and run
Tomcat from, but after you have gone through it, most of the things you want to quickly reference (like implementing SSL certificates) are found faster through Google than flipping back and forth through the pages. On the other hand, "jQuery in Action" from Manning is more of a reference book/guide where if it is on-hand, it will be faster to find direct examples than combing Google results.
So, I guess the core of the question is this: If I have your book on my desk and I am at my keyboard, and I come up with a syntax question (e.g. how to properly combine
range and
len in a loop), is it faster to flip through your book or hit Google?
TIA.