[TriLUG] Do a lot of you program in Python?

Greg Brown gwbrown1 at gmail.com
Wed Jan 8 19:08:00 EST 2014


I took a class at a local tech school (and I've done some training via
iTunes U) but I can't find a working solution for one thing that will allow
me to displace perl and expect at my job which is something I'd like to do
in order to make Python my main language.

And since I'm on the topic that thing is forked process management.  I have
a network consisting of ~10,000 devices and in order to run a job against
all of those devices and have it complete within a reasonable amount of
time I need to fork about 15 or 20 processes at a time, ssh or telnet to
each one, do whatever needs to be done to the devices then move on to the
next one.

Basically I need to replace this perl module in python:
http://search.cpan.org/~szabgab/Parallel-ForkManager-1.06/lib/Parallel/ForkManager.pm

I don't return to work until the 13th and all my working examples are on a
server at work so I can't copy and paste anything more relevant at this
point.

Greg




On Wed, Jan 8, 2014 at 6:27 PM, Joseph S. Tate <dragonstrider at gmail.com>wrote:

> Try Python The Hard Way, or The Koans of Python (GIYF) for a couple of
> different takes on learning Python.
>
>
> On Wed, Jan 8, 2014 at 3:36 PM, Greg Brown <gwbrown1 at gmail.com> wrote:
>
> > Excellent..  I just joined triPython.  I had no idea the group existed.
> >  I'm fairly new to Python but have been a Perl/Expect junkie for a decade
> > or two.  I've found the python and learnpython subreddit to be helpful
> but
> > I'd like to get in touch with some local Python gurus.
> >
> > Greg
> > Durham, NC
> >
> >
> > On Tue, Jan 7, 2014 at 9:12 AM, Hrivnak, Michael <mhrivnak at hrivnak.org
> > >wrote:
> >
> > > Steve,
> > >
> > > Lots of people here, myself included, use python regularly. There is a
> > good
> > > local group called TriPython; its email list is pretty low-traffic,
> but I
> > > have the impression that there are a lot of people watching it and
> ready
> > to
> > > chime in if only someone would start a topic of discussion. Maybe that
> > can
> > > be you!
> > >
> > > http://tripython.org/
> > >
> > > Michael
> > >
> > >
> > > On Tue, Jan 7, 2014 at 9:07 AM, Steve Litt <slitt at troubleshooters.com
> > > >wrote:
> > >
> > > > Hi all,
> > > >
> > > > Do a lot of you guys program in Python? I'm starting to focus on
> > > > Python, rather than travelling from language to language to language.
> > > >
> > > > Anyone know of a good Python mailing list?
> > > >
> > > > Thanks,
> > > >
> > > > SteveT
> > > >
> > > > Steve Litt                *  http://www.troubleshooters.com/
> > > > Troubleshooting Training  *  Human Performance
> > > > --
> > > > This message was sent to: Michael Hrivnak <mhrivnak at hrivnak.org>
> > > > To unsubscribe, send a blank message to trilug-leave at trilug.org from
> > > that
> > > > address.
> > > > TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
> > > > Unsubscribe or edit options on the web  :
> > > > http://www.trilug.org/mailman/options/trilug/mhrivnak%40hrivnak.org
> > > > Welcome to TriLUG: http://trilug.org/welcome
> > > >
> > > --
> > > This message was sent to: Greg Brown <gwbrown1 at gmail.com>
> > > To unsubscribe, send a blank message to trilug-leave at trilug.org from
> > that
> > > address.
> > > TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
> > > Unsubscribe or edit options on the web  :
> > > http://www.trilug.org/mailman/options/trilug/gwbrown1%40gmail.com
> > > Welcome to TriLUG: http://trilug.org/welcome
> > >
> > --
> > This message was sent to: Joseph Tate <dragonstrider at gmail.com>
> > To unsubscribe, send a blank message to trilug-leave at trilug.org from
> that
> > address.
> > TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
> > Unsubscribe or edit options on the web  :
> > http://www.trilug.org/mailman/options/trilug/dragonstrider%40gmail.com
> > Welcome to TriLUG: http://trilug.org/welcome
> >
>
>
>
> --
> Joseph Tate
> --
> This message was sent to: Greg Brown <gwbrown1 at gmail.com>
> To unsubscribe, send a blank message to trilug-leave at trilug.org from that
> address.
> TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
> Unsubscribe or edit options on the web  :
> http://www.trilug.org/mailman/options/trilug/gwbrown1%40gmail.com
> Welcome to TriLUG: http://trilug.org/welcome
>


More information about the TriLUG mailing list