Ask a Question related to PERL Beginners, Design and Development.
-
Andrew Gaffney #1
interfacing with Python using Perl
I don't know Python and I really have no desire to learn it, but I do have a decent amount
of experience with Perl. Is there a module(s) that will let Perl interface with existing
Python code/modules? Specifically, I want to write a Perl program to use Gentoo Linux's
Portage API which is written all in Python.
--
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548
Andrew Gaffney Guest
-
Is Perl *that* good? (was: How's ruby compare to it older brother python)
Would this super perl program of yours can convert the massive amount of perl script to ruby or python? If it could, it would be great so... -
using perl interpreter interactively like python?
I'd like to open perl and execute a few commands interactively in the console. I learn a lot in python this way, and I need to understand some perl... -
Embedded Perl or Python (XPost)
In article <c907a3eba2b531449c8dc7a212285911@news.teranews.com>, Chris <rebel@removethis.rebel.com.au> wrote: -
[PYTHON] YAPVRA (Yet Another Python vs. Ruby Article)
Interesting blog post from a Pythonista on "Linguistic Simplicity," and why Ruby fails to pass muster. ... -
PHP, Perl or Python
Hello Everyone: Here is what may be a very silly question: My hosting provider allows me to run any of the following three CGI languages: PHP,... -
Jeff 'Japhy' Pinyan #2
Re: interfacing with Python using Perl
On Jan 23, Andrew Gaffney said:
I believe you can do just that with Inline::Python, on CPAN.>I don't know Python and I really have no desire to learn it, but I do
>have a decent amount of experience with Perl. Is there a module(s) that
>will let Perl interface with existing Python code/modules? Specifically,
>I want to write a Perl program to use Gentoo Linux's Portage API which is
>written all in Python.
[url]http://search.cpan.org/author/NEILW/Inline-Python-0.20/Python.pod[/url]
It's from 2001, though... just so you know...
--
Jeff "japhy" Pinyan [email]japhy@pobox.com[/email] [url]http://www.pobox.com/~japhy/[/url]
RPI Acacia brother #734 [url]http://www.perlmonks.org/[/url] [url]http://www.cpan.org/[/url]
<stu> what does y/// stand for? <tenderpuss> why, yansliterate of course.
[ I'm looking for programming work. If you like my work, let me know. ]
Jeff 'Japhy' Pinyan Guest
-
Andrew Gaffney #3
Re: interfacing with Python using Perl
Jeff 'japhy' Pinyan wrote:
It still looks promising. I'll have to learn a tad of Python, but not much more than the> On Jan 23, Andrew Gaffney said:
>
>>>>I don't know Python and I really have no desire to learn it, but I do
>>have a decent amount of experience with Perl. Is there a module(s) that
>>will let Perl interface with existing Python code/modules? Specifically,
>>I want to write a Perl program to use Gentoo Linux's Portage API which is
>>written all in Python.
>
> I believe you can do just that with Inline::Python, on CPAN.
>
> [url]http://search.cpan.org/author/NEILW/Inline-Python-0.20/Python.pod[/url]
>
> It's from 2001, though... just so you know...
syntax for importing functions and classes. Thanks.
--
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548
Andrew Gaffney Guest



Reply With Quote

