On Sun, Dec 6, 2009 at 6:45 PM, harish ladhani <harishladh...@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
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to