Skip to content

Instantly share code, notes, and snippets.

View Wizard2436829's full-sized avatar

Gurunath Rao Wizard2436829

  • S&P Global
  • hyderabad
View GitHub Profile
@creativcoder
creativcoder / CallPython.cs
Created November 15, 2015 14:26
Passing arguements from C# to python
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CallPython
{