[IronPython] RE: Numpy port

Keith J. Farmer kfarmer at thuban.org
Thu Sep 1 01:11:55 CEST 2005


It's okay to interchange 'i' and 'y' .. so you can go through each combination of i/y that occurs in each part.

________________________________

From: users-ironpython.com-bounces at lists.ironpython.com on behalf of Thane
Sent: Wed 8/31/2005 2:00 PM
To: 'Discussion of IronPython'
Subject: RE: [IronPython] RE: Numpy port



essential_parts = "py,pyth,python".split(',')

other_parts = "net,i,ir,iron,fe,ferrous,-anything-but-sharp-".split(',')

 

for part1 in essential_parts:

      for part2 in other_parts:

            print part1+part2

            print part2+part1

            

(Doesn't include "Pyronic" which I kinda like.)

 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 5632 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050831/30ebf6fd/attachment.bin>


More information about the Ironpython-users mailing list