B
B
bootch2012-10-06 16:12:11
Python
bootch, 2012-10-06 16:12:11

Using Python code from Visual Basic?

Is it possible to use a library written in python from VB and what needs to be done for this?
There was a rather absurd situation where I have to write a piece of functionality in python, and then another developer integrates it into my code.
I have never worked with VB, and I am not very friendly with Windows either. The second coder was unlikely to have experience with python code. We are separated, of course, by the customer, who wants all communication between programmers through him. Actually, I need a library ready for use.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
F
FanKiLL, 2012-10-06
@bootch

Calling IronPython functions from .NET You can find a solution on
Google .invoke ironpython from vb

I
Iliapan, 2012-10-07
@Iliapan

N**** send such a customer

P
Pavel Tyslyatsky, 2012-10-06
@tbicr

You can also look at emler or shed-skin .
I also found an interesting article on Habré .

P
Petr Vasiliev, 2012-10-06
@danial72

Monsieur knows a lot.
As an option, use c ++ as an intermediate language, from which you can still use the python libraries.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question