Author: The Publishers

Canoe

You are not competing against your partner. It’s a canoe! You’re both succeeding or neither of you are. Find out how to succeed together.  You can paddle harder if you want, and you will probably want to. But that won’t help. In fact it will hinder progress. Paddle better not harder.  Physical power is one […]

Nesting: Setting up your Python Environment

When you begin using Python a lot, you realize you’re creating (or re-creating!) the same functions over and over again.  I don’t know how many times, for example, I have re-Googled and re-typed the recipe from the magnificent and eccentric Python library BeautifulSoup to get text out of an HTML document, as when I want […]