SQL Server 2016 currently supports R through sp_execute_external_script https://msdn.microsoft.com/en-us/library/mt604368.aspx.
The syntax allows for a language parameter with the only current valid language being R.. Has there been any chatter or even official sources stating Python (or another specific language) will be supported in the future?