[FoxPUG] Fwd: FoxPUG meeting links

Christian Long christianzlong at gmail.com
Mon Jun 6 22:28:40 EDT 2016


Thanks for the links, Nick, and thanks for preparing stuff to present
at the meeting. Full recap coming soon.

Christian


---------- Forwarded message ----------
From: Nick Olesen <nickolaus.olesen at gmail.com>
Date: Mon, Jun 6, 2016 at 7:56 PM
Subject: FoxPUG meeting links
To: Christian Long <christianzlong at gmail.com>


PyCon 2016 Video Library on YouTube
https://www.youtube.com/channel/UCwTD5zJbsQGJN75MwbykYNw

Kite Programming assitant for Python
https://kite.com/

Learn Python from Mode Analytics
https://community.modeanalytics.com/python/

T-SQL Call to R (Python is probably coming in the future (just replace
'R' with 'Python' and replace script of R with a script of python code

exec sp_execute_external_script  @language =N'R',
@script=N'OutputDataSet<-InputDataSet',
@input_data_1 =N'select 1 as hello'
with result sets (([hello] int not null));
go


More information about the FoxPUG mailing list