From: Francesc A. <fa...@gm...> - 2012-10-27 11:17:06
|
Hi, You may be interested on my IPython notebooks and slides for the conference: http://pytables.org/download/PyData2012-NYC.tar.gz PyData-NYC-2012-v3.pptx http://www.pytables.org/docs/PyData2012-NYC.pdf [BTW this time I felt in love with IPython notebook: it is great!] Unfortunately, I had only 45 minutes for the presentation, so I have not been able to show the PyTables files samples that some of you kindly send to me (but I'll keep them for the future, one never knows!). -- Francesc Alted |
From: Anthony S. <sc...@gm...> - 2012-10-27 15:35:28
|
Great! Thanks Francesc! On Sat, Oct 27, 2012 at 6:16 AM, Francesc Alted <fa...@gm...> wrote: > Hi, > > You may be interested on my IPython notebooks and slides for the > conference: > > http://pytables.org/download/PyData2012-NYC.tar.gz > PyData-NYC-2012-v3.pptx http://www.pytables.org/docs/PyData2012-NYC.pdf > > [BTW this time I felt in love with IPython notebook: it is great!] > > Unfortunately, I had only 45 minutes for the presentation, so I have not > been able to show the PyTables files samples that some of you kindly > send to me (but I'll keep them for the future, one never knows!). > > -- > Francesc Alted > > > > ------------------------------------------------------------------------------ > WINDOWS 8 is here. > Millions of people. Your app in 30 days. > Visit The Windows 8 Center at Sourceforge for all your go to resources. > http://windows8center.sourceforge.net/ > join-generation-app-and-make-money-coding-fast/ > _______________________________________________ > Pytables-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pytables-users > |
From: Antonio V. <ant...@ti...> - 2012-10-27 16:21:16
|
Hi Francesc, congratulations! Il 27/10/2012 13:16, Francesc Alted ha scritto: > Hi, > > You may be interested on my IPython notebooks and slides for the conference: > > http://pytables.org/download/PyData2012-NYC.tar.gz > PyData-NYC-2012-v3.pptx http://www.pytables.org/docs/PyData2012-NYC.pdf > > [BTW this time I felt in love with IPython notebook: it is great!] yes, the IPython notebuok is fantastic! ... and the idea of saving tutorials into notebook files is very very nice :)) Maybe we could provide notebook files for all tutorials in the official doc. ciao -- Antonio Valentino |
From: Anthony S. <sc...@gm...> - 2012-10-27 16:23:06
|
On Sat, Oct 27, 2012 at 11:21 AM, Antonio Valentino < ant...@ti...> wrote: > Hi Francesc, > congratulations! > > Il 27/10/2012 13:16, Francesc Alted ha scritto: > > Hi, > > > > You may be interested on my IPython notebooks and slides for the > conference: > > > > http://pytables.org/download/PyData2012-NYC.tar.gz > > PyData-NYC-2012-v3.pptx http://www.pytables.org/docs/PyData2012-NYC.pdf > > > > [BTW this time I felt in love with IPython notebook: it is great!] > > yes, the IPython notebuok is fantastic! > > ... and the idea of saving tutorials into notebook files is very very > nice :)) > > Maybe we could provide notebook files for all tutorials in the official > doc. > +1 > > > ciao > > -- > Antonio Valentino > > > ------------------------------------------------------------------------------ > WINDOWS 8 is here. > Millions of people. Your app in 30 days. > Visit The Windows 8 Center at Sourceforge for all your go to resources. > http://windows8center.sourceforge.net/ > join-generation-app-and-make-money-coding-fast/ > _______________________________________________ > Pytables-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pytables-users > |
From: Francesc A. <fa...@gm...> - 2012-10-27 17:59:03
|
On 10/27/12 12:21 PM, Antonio Valentino wrote: > Hi Francesc, > congratulations! > > Il 27/10/2012 13:16, Francesc Alted ha scritto: >> Hi, >> >> You may be interested on my IPython notebooks and slides for the conference: >> >> http://pytables.org/download/PyData2012-NYC.tar.gz >> PyData-NYC-2012-v3.pptx http://www.pytables.org/docs/PyData2012-NYC.pdf >> >> [BTW this time I felt in love with IPython notebook: it is great!] > yes, the IPython notebuok is fantastic! > > ... and the idea of saving tutorials into notebook files is very very > nice :)) > > Maybe we could provide notebook files for all tutorials in the official doc. Yeah, that's a good idea. However, provided that you can just drop pure Python code into a IPython notebook and that just works, I'm not sure whether bothering about this is worth the effort. -- Francesc Alted |