Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Connecting c++ and python
#1
Hi ! I need help. I wanted to make program that take some data from website and process it in c++. So here's the question. How to make program with c++ that triggers python script that updates data every 10ms, because that data changes very often and would it take much cpu because i have weak processor.
Reply
#2
Other way around. You write a Python program that gets some data from a website and calls a C++/C function. The Python documentation has a nice article about it here:

https://docs.python.org/3/extending/extending.html

A google search for videos or tutorials will return hundreds of results.
Mawixy likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Connecting to LDAP through Python ranjansanyal2007 0 880 Oct-09-2023, 05:21 PM
Last Post: ranjansanyal2007
  finding problems connecting python to sqlite Dennis 1 2,899 Dec-10-2018, 02:58 PM
Last Post: Larz60+
  Getting an error while connecting oracle DB from Python : cx_Oracle.DatabaseError: OR dinesh1393 0 4,186 Oct-25-2018, 02:44 PM
Last Post: dinesh1393
  Problem connecting Zimbra with Python 3.7 kobakajoao 0 2,554 Sep-17-2018, 08:41 PM
Last Post: kobakajoao

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020