
Using open as a context manager is a great way to ensure your file handles are closed properly and is becoming common:with open('/some/path', 'w') as f:
...
0 replies - 3001 views - 01/15/12 by Michael Foord in Articles

As the JVM-languages continue to grow in popularity and deployments, some have speculated about the next 'heir to Java'. Many believe that the programming...
1 replies - 5471 views - 06/21/10 by Mitch Pronschinske in Articles