[BangPypers] Python Embedded with C

Noufal Ibrahim noufal at gmail.com
Sun Dec 6 17:13:57 CET 2009


On Sun, Dec 6, 2009 at 6:45 PM, harish ladhani <harishladhani at gmail.com>wrote:

> Hi ..
>
> I want to call python from my C program, which will perform same
> manipulation and return integer.
> As Python is better to do with large number, so I called python.
> Is there any way to this type of embedding.[..]


Are you sure you need C for your app at all? If you're having things like
dealing with large numbers, maybe it makes sense to do the whole app in
python and dive into C only for parts that need to interface with low level
hardware or require speed.


-- 
~noufal
http://nibrahim.net.in


More information about the BangPypers mailing list