Connecting to a data stream using Python

Do I need to connect to a data stream written in C ++ with my current Python program, any tips or resources for connecting?

+4
source share
1 answer

Java has a keyword nativethat allows you to use functions from C ++ for use in java as methods. Python may have the same function.

0
source

Source: https://habr.com/ru/post/1676612/


All Articles