Re: Python For TinyML

2022-10-24 Thread Kisakye Moses
On Sunday, October 23, 2022 at 8:23:26 PM UTC+3, rbowman wrote: > On Sun, 23 Oct 2022 08:46:10 -0700 (PDT), Kisakye Moses wrote: > > > Hello am a (M) and glad that I've joined this group. > > Any help in python for TinyML, i will honored > https://tinynet.autoai.or

Python For TinyML

2022-10-23 Thread Kisakye Moses
Hello am a (M) and glad that I've joined this group. Any help in python for TinyML, i will honored -- https://mail.python.org/mailman/listinfo/python-list

[PYTHON] threading: Parallel processing

2011-01-16 Thread Moses
break lock.acquire() num_threads -= 1 lock.release() return new start_new_thread(heron,(81,)) start_new_thread(heron,(999,)) start_new_thread(heron,(1733,)) while not thread_started: pass while num_threads > 0: pass Thanks, Moses. -- http://mail.python.org/mailman/listinfo/python-list

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Simon Moses
so python 2.6, mysql 5.0, apache 2.2, mod_wsgi, MySQL-python-1.2.2.win32-py2.6 and Django should be sufficient for my requirement. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/-- http://mail.python.org/mailman/listinfo/python-list

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Simon Moses
to code a web page which connects to a database and displays some rows, what minimum software and libraries i should install? python 2.6, mysql 5.0, apache 2.2 and Django? thats enough? From: Stephen Hansen To: Simon Moses Cc: python-list@python.org Sent

web development in python 2.6 and 3.0

2009-12-21 Thread Simon Moses
postgresql) for web development thanks and regards, Simon Moses. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/-- http://mail.python.org/mailman/listinfo/python-list

Re: [PYTHON] How to set the range for x-axis

2009-11-09 Thread Moses
() Moses On Mon, Nov 9, 2009 at 6:43 PM, Moses wrote: > > Hi Chris, > > I am using python 2.6 and am using scipy and pylab. See the code below. > Cheers. > > from scipy import * > from pylab import * > > x1 = [0.5,0.6,0.7,0.8,0.9,1.0] > x2 = [0,1,2,3,4,5,6,7,8,9,

Re: [PYTHON] How to set the range for x-axis

2009-11-09 Thread Moses
: > On Mon, Nov 9, 2009 at 7:45 AM, Moses wrote: > > I have written a script in python to plot a graph. However, the > > range for the x-axis starts from 0.5 to 1.0. However, I would like > > to start from 0 to 1. Any pointer to this shall be appreciated. > > Some /very/ bas

[PYTHON] How to set the range for x-axis

2009-11-09 Thread Moses
Hi Everyone, I have written a script in python to plot a graph. However, the range for the x-axis starts from 0.5 to 1.0. However, I would like to start from 0 to 1. Any pointer to this shall be appreciated. Thanks, Moses -- http://mail.python.org/mailman/listinfo/python-list