Introduction

Style Guide for Python Code. ... This is the only syntax supported in Python 3, and avoids the ambiguity problems associated with the older comma-based syntax. When catching operating system errors, prefer the explicit exception hierarchy introduced in Python 3.3 over introspection of errno values. ................
................