0
votes
What is the single most influential book every programmer should read?
Agile Software Development, Principles, Patterns, and Practices by Robert C. Martin
…
85
votes
Hidden features of Python
Readable regular expressions
In Python you can split a regular expression over multiple lines, name your matches and insert comments.
Example verbose syntax (from …
2
votes
What did you use to teach yourself python?
Lurk on the Usenet group for Python: Google groups.
Lots of interesting topics and good explanations.
An …
11
votes
“Must Have” Books on Your Bookshelf
The Code Book by Simon Singh
Wonderful read that will forever make you stay away from home-made cryptography …
2
votes
What Programming Book would you NOT recommend to Developers?
Any book of over a 1000 pages covering only a development environment.
…
2
votes
What is the single task in your development activity you would like to see automated?
Finding duplicates in the bug tracker.
On large projects, when a lot of testers are involved, a lot of bugs are submitted. During triage you often encounter bugs that you've encountered bef …
0
votes
Preferred Python unit-testing framework
There's always doctest if you want to keep your unit tests close to the code.
HTH
…
5
votes
Python Forums
On Usenet, the Python newsgroup is very active. You'll be able to find answers to many problems or get answers qu …
