Nieuws

This post will show you how to open CSV files in Python using the CSV module. You'll also learn another method + how to write CSV files!
The newly approved Python Enhancement Proposal 751 gives Python a standard lock file format for specifying the dependencies of projects. Here’s the what, why, and when.
The Open Document Format (ODF) Alliance is designed for sharing information between different word processing applications. This article highlights the basic structure of ODF files, some internals of ...
If you’ve ever written any Python at all, the chances are you’ve used iterators without even realising it. Writing your own and using them in your programs can provide significant perfo… ...
The for loop construction in Python easily iterates over a collection of items. Here’s what you need to know to use it well.