Upgrade to Pro — share decks privately, control downloads, hide ads and more …

My God, it's full of stars! (and planets and Python)

My God, it's full of stars! (and planets and Python)

My talk at PyWaw #34.
http://pywaw.org/34/

Zbigniew Siciarz

March 20, 2014
Tweet

More Decks by Zbigniew Siciarz

Other Decks in Technology

Transcript

  1. import kplr client = kplr.API() planet = client.planet(„4b") lc =

    planet.get_light_curves() fig = lc[0].plot() fig.show()