Archive

Posts Tagged ‘convert python’

Convert Python To Vb.net

March 6th, 2010 Comments off

Hi,

I need to have a rather small Python script converted to vb.net.

Script is enclosed.

Thanks

Categories: Python Tags: , , ,

Convert Python To Perl

December 28th, 2009 Comments off

I have a python code that is about 8 lines long that I need to have written in Perl. It is a simple encrypt/decrypt script which takes two keys reads a file and x ors by the two given keys. This is something fairly simple and should take a Perl expert 5-10 minutes to do. We have a bunch of little scripts that we will also need converted from Python to Perl so hoping to start a relationship with someone for this ongoing work.

Convert Python Program To C

August 13th, 2009 Comments off

I need to get a 200 line python program converted to C/C++, and it needs to be accessible to a Java program via JNI. The Python program uses Windows libraries kernel32.dll, advapi32.dll and crypt32.dll.

Bear