Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » PythonPP - tiny C++ wrappers for Python C API
Re: PythonPP - tiny C++ wrappers for Python C API [message #31894 is a reply to message #31885] Mon, 04 April 2011 22:44 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1358
Registered: December 2006
Ultimate Contributor
nlneilson wrote on Mon, 04 April 2011 12:22

It looks interesting.

I looked for some kind of Help or Readme file for an explanation of how this can be used, capabilities or limitations (API?).

I have used sockets for interaction between Python, C++, and Java.

Your PythonPP may be an easier/cleaner/more efficient way in certain situations.

Neil


PythonPP can do pretty much the same as Boost.Python. It serves the same purpose - to make using of Python's API easier. Capabilities are similar. PythonPP is probably missing some advanced features of Boost.Python, but they can be added.

If you want to use raw Python C API you will need to learn how to deal with dozens of functions, internal structures, and reference counting. PythonPP is hiding all this complexity from you, and it is making your code safer and readable.

I'll try to make more examples tonight Smile


Regards,
Novo
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: LogCtrl, a LOG/RLOG redirector to a DocEdit
Next Topic: "Alternative Multithreading" revisited
Goto Forum:
  


Current Time: Thu May 09 12:16:46 CEST 2024

Total time taken to generate the page: 0.02995 seconds