On Thu, 07 Oct 2010 14:35:43 +0200, Guillaume DualC) <g.du...@otasc.org>
wrote:
> On Thu, 7 Oct 2010 14:20:31 +0200, Joachim Schipper
> <joac...@joachimschipper.nl> wrote:
>> On Thu, Oct 07, 2010 at 01:34:50PM +0200, g.du...@otasc.org wrote:
>>> If I understand you think to combine C and Python ?
>>> Do you think is good to code the tool in C, with only shell interface,
>>> and add the graphical front-end in Python ?
>>> In this case Python will call on each click the C binary with parameter,
>>> like :
>>>  ./assistant --list-wireless-network
>>>
>>> It's a good idea [Grrrr! keyboard shortcut :p]
>>> So, it's a good idea if we work together on this project if you are ok ?
>>
>> You *are* aware that you can combine Python and C code fairly easily,
>> right? There is no real need to shell out for every command...
>>
>>              Joachim
> Hi,
> I didn't know it.
> I will learn :)
> If you have some interesting links about it, I appreciate.
> Thanks,
> Guillaume.

Interesting :)
http://docs.python.org/extending/index.html#extending-index

Reply via email to