Python: What I wish I’d known
As I reach the one year mark of Python programming, I still find things that make my life easier. Things I wish I’d known earlier. Here are those little tricks of the trade I’ve picked up: Shelling Out The basic Python shell is pretty limited. There are a few shortcuts worth learning: 1. If you [...]
