[python-uk] Python data wrangling - my experience of last year's Southampton course

2016-04-25 Thread Michael Grazebrook
Hi Lasy year, Southampton Uni started a new summer school. It's mostly about using Python to explore, process and visualise data. Since the second summer school is now open for registration, it seems like a good time to share my experience of attending it.

[python-uk] Matplotlib show() doesn't display on OS X

2016-04-25 Thread gvim
I ran this simple script taken from a book: #!/usr/bin/env python3 import matplotlib.pyplot as plt squares = [1, 4, 9, 16, 25] plt.plot(squares) plt.show() ... but although the script runs without error it doesn't display anything, doesn't terminate and is unresponsive to either Ctrl+C or Ct

Re: [python-uk] Matplotlib show() doesn't display on OS X

2016-04-25 Thread Pepper R.
Are you sure it's not gone behind your other windows? This is what seems to happen by default on OS X with matplotlib. R From: python-uk [[email protected]] on behalf of gvim [[email protected]] Sent: 25 April 2016 19:28 To: