Running Multiple Versions

2008-01-15 Thread noel
method used in unix? Thanks Noel -- http://mail.python.org/mailman/listinfo/python-list

Managing concurrent.futures exit-handlers

2020-02-27 Thread Remy NOEL
was conceivable. Thanks ! Remy Noel -- https://mail.python.org/mailman/listinfo/python-list

Re: simple chemistry in python

2008-04-29 Thread Noel O'Boyle
lements.xml?revision=34&content-type=text%2Fplain > > This file is part of the Blue Obelisk Data Repository, an effort by > several chemistry software developers to share common information. If > you have any further questions, please email blueobelisk- > [EMAIL PROTECTED] > > No

how to convert this psuedo code to python

2018-09-14 Thread Noel P. CUA
compose your own octave script to calculate the machine epsilon. Analyze the code. epsilon = 1 DO IF (epsilon+1<=1) EXIT epsilon = epsilon/2 END DO epsilon = 2 x epsilon -- *This email and any files transmitted with it are confidential and intended solely for the use of the individual or enti

help me in python plssss!!!!

2018-09-14 Thread Noel P. CUA
Calculate the true, relative and approximate errors, and Relate the absolute relative approximate error to the number of significant digits. epsilon = 1 while epsilon + 1 > 1: epsilon = epsilon / 2.0 epsilon = 2 * epsilon help me! -- *This email and any files transmitted with it are c