Tagged Questions

4
votes
4answers
401 views

Can I use C++ features while extending Python?

The Python manual says that you can create modules for Python in both C and C++. Can you take advantage of things like classes and templates when using C++? Wouldn't it create incompatibilities with ...
1
vote
3answers
738 views

extending pythonce to access gsm/camera/gps easily from pythonce

as it seems there is no scripting language for windows mobile devices that gives access to phone (sms, mms, make a call, take photo) I wonder how complex would it be to make a python library that ...
0
votes
1answer
226 views

How to extend python in c?

I'm good at Python programming.I'm trying to extend python with my own c programs. I've got some tutorials but my operating system is pretty lame. It says that python.h is not found Also I've ...