https://github.com/enthought/pydata-ldn-2014
Default Repo description from terraform module
https://github.com/enthought/pydata-ldn-2014
Last synced: 8 months ago
JSON representation
Default Repo description from terraform module
- Host: GitHub
- URL: https://github.com/enthought/pydata-ldn-2014
- Owner: enthought
- Created: 2014-02-20T20:44:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T10:25:15.000Z (over 12 years ago)
- Last Synced: 2024-12-27T02:42:56.951Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 724 KB
- Stars: 0
- Watchers: 24
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
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.