[Tutor] Query

2017-06-13 Thread Muddunuri Mahesh
Where can i get the perfect tutorials for black scripting using python ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

[Tutor] Variation in game of life in python solution by numpy method

2016-01-25 Thread Mahesh Dabhade
Hi...I have problem in game of life... But I have 4 states rather than just two states like live and dead... These are 0 : bare earth 1: grass 2: prey 3: predator And rules are 1 )if 2 surrounded by less than 2 of 1 then 2 becomes 1.starvation 2)if 0 surrounded by more than 0 of 1 then 0 become

[Tutor] Please Help to build an addon for Anki

2015-04-20 Thread Mahesh Chiramure
their favorite mp3 and/or flac files as a reward. I am not a programmer yet, please guide. Hoping for a quick response. Mahesh Chirmure # -*- coding: utf-8 -*- # Picture-Flasher (a plugin for Anki) # Authors: # Emanuel Rylke, ema-...@web.de # D_Malik, malik6...@gmail.com # Version 2 # Licens

[Tutor] PYTHON 2.5.6 64 Bit Compilation is failing on Aix

2013-10-01 Thread D N, Mahesh
ake: 1254-004 The error code from the last command is 1. Could you please help me to resolve the above mentioned error. Regards, Mahesh ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] BLAS Implementation on Python

2011-03-25 Thread Mahesh Narayanamurthi
Thank you all for your replies. I wonder why I din't get any updates from the mailing list. Now I feel I have more reasons to proceed with the implementation. Only that I don't know where to start :) Thanks, Mahesh Narayanamurthi ___ Tuto

[Tutor] BLAS Implementation on Python

2011-03-06 Thread Mahesh Narayanamurthi
programming style [4] To serve as a reference design for future High Performance Code in Python [5] To serve as a reference material in classroom courses on numerical computing or for hobbyist programmers Thanks, Mahesh Narayanamurthi

[Tutor] PIDA Issue

2007-12-06 Thread Mahesh N
I have installed pida succesfully using the command python setup.py install Installation was successful i.e. no errors but when i launch pida, it says some module is missing. wat could be the problem??? i am posting the result of installation and of launching the program. maggi:~/Desktop/PIDA-0.5

Re: [Tutor] how to accept an integer?

2007-12-05 Thread Mahesh N
On Dec 6, 2007 2:31 AM, Mahesh N <[EMAIL PROTECTED]> wrote: > I dun understand the mistake. My aim is to accept an integer number. The > python lookup in IDLE asks for a string object but the interpreter returns > with the following error message. Some one pls explain. > Th

Re: [Tutor] how to accept an integer?

2007-12-05 Thread Mahesh N
On Dec 6, 2007 2:37 AM, Eric Brunson <[EMAIL PROTECTED]> wrote: > Mahesh N wrote: > > I dun understand the mistake. My aim is to accept an integer number. > > The python lookup in IDLE asks for a string object but the interpreter > > returns with the following error me

[Tutor] how to accept an integer?

2007-12-05 Thread Mahesh N
I dun understand the mistake. My aim is to accept an integer number. The python lookup in IDLE asks for a string object but the interpreter returns with the following error message. Some one pls explain. Thank You PS : I understand that i can do type conversion after getting input thru raw_input()

[Tutor] Beginner's question

2006-08-07 Thread Mahesh
, since I am already comfortable with C. Could someone tell me how Python is useful and why is it a good language to learn apart from C. Also please point me to a good starting point for learning Python. Thanks Mahesh ___ Tutor maillist - Tutor@python.org