C# and python

  • Thread starter Thread starter Pujo Aji
  • Start date Start date
P

Pujo Aji

hello,

I wonder if anyone here has experiance in programming C# and python
altogether ?
Calling python form C# or
Calling C# from python.

Is that possible?

Pujo
 
Any CGI should be accessible via the Process object, like an executable. The
question is whether there are any data types that are incompatible from one
to the other (ala calling C++ in classic VB).

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Pujo Aji said:
hello,

I wonder if anyone here has experiance in programming C# and python
altogether ?
Calling python form C# or
Calling C# from python.

Is that possible?

Pujo
--

In addition to the other replies, Active State makes a python plug-in for Visual Studio .NET that includes an object browser and other features. It costs money, but there is an evaluation version.

http://www.activestate.com/Products/Visual_Python/

carl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top