# pydata-ldn-2014 **Repository Path**: mirrors_enthought/pydata-ldn-2014 ## Basic Information - **Project Name**: pydata-ldn-2014 - **Description**: Default Repo description from terraform module - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PyData London 2014 Databases Tutorial ===================================== Data sources used ================= Python Mailing Lists -------------------- * The full ``python-list`` and ``python-dev`` mailing list archives can be retrieved in ``mbox`` format with the following ``bash`` snippet, replacing ``${LIST}`` with either ``python-list`` or ``python-dev` .. code:: bash MAILMAN_URL="http://mail.python.org/pipermail/${LIST}/" for FILENAME in $(wget -O - -q $MAILMAN_URL | egrep -o 'href="[^"]+.txt.gz"' | cut -f2 -d\" ) do wget $MAILMAN_URL/$FILENAME gunzip $FILENAME done Stack Exchange Data ------------------- The Stack Exchange data is available as a torrent download. The information will be added shortly.