Full Wheel Guarantee ... Calculations for any full wheel

gsobier

Member
...I grabbed a copy of 2.4 instead of 2.3.5 along with documentation... ...you wanna see my first program when I've written it?:lol:...
thornc said:
Paste this into a file named something like genCombs.py note that the spaces/tabs count in python source code.
Get python (link to exe installer !) and run in a command window something like:
genCombs.py 49 6 649.txt

On my P4 2GHz, this took around 7minutes to run and created a file of 238.67MB.
Note that it uses around 640KB of memory to run....
 

thornc

Member
Something like:
Code:
#My first python script:
# HelloWorld.py
print Hello World!
:lol: :D :cool:

Note that python is something like java, an interpreted language that compiles to bytecode. I just made the windows exe with the py2exe package!

There are plenty of packages one should get, namely pywin32 extensions, py2exe and pychecker!
And if you need performance, take a look at psyco, great stuff this is what computer science is all about!

--------------------------
If anyone needs a small tool like the one I showed here just ask and I if it is an interesting problem I may try to find the time to code it!
 

Freehand

Member
thornc said:
Ok, here's a link to a zip file containning a win32 version of the code....size 760KB.
This was converted using py2exe so don't expected any performance increase....

Unzip the file into an empty directory and run the exe with something like:
genCombs 49 6 output.txt

Hi,

you it could please, to again become available link for download of the source code?
 

thornc

Member
That link containned a "compiled version" of the python code I provided in this thread... nothing else! This is not what you are asking in the other thread!
 

Sidebar

Top