Re: some problems for an introductory python test

2021-08-16 Thread Abhiram R
x27;t ask them to write a prototype of a tiny subset of pickle, say. > > I think you get the idea. I hope you can provide me with creativity. I > have been looking at books, but every one I look at they introduce loops > very quickly and off they go. Thank you! > -- > https://mail.python.org/mailman/listinfo/python-list > -- -Abhiram R -- https://mail.python.org/mailman/listinfo/python-list

Re: pyttsx3 installation error

2021-07-02 Thread Abhiram R
etting imported, I'd suggest reading up on Virtual environments, how to create one, how to activate one and how to install packages in them. These might seem tedious if you're just starting off, but it's going to pay off. Happy programming! Abhiram R abhiramr.com On Sat, Jul 3,

Re: Issues in downloading python

2020-07-17 Thread Abhiram R
H variable automatically and you should be able to access it from CMD after that. Regards Abhiram R <http://abhiramr.com> On Fri, Jul 17, 2020 at 10:28 PM Shanmika Sugavaneswaran < shanmisugu8...@outlook.com> wrote: > Though I install the setup , I couldn’t find Python in my system .

Re: CURSES WINDOWS

2018-09-05 Thread Abhiram R
-- > > https://mail.python.org/mailman/listinfo/python-list > > -- Abhiram R abhiramr.github.io -- https://mail.python.org/mailman/listinfo/python-list

Doubt in line_profiler documentation

2018-01-26 Thread Abhiram R
83.0, is the time taken 83.0*3.20802e-07 s? Or is there more to it? If my understanding is correct however, why would there be a need for this? What could be the cause of this - " It may be different on different systems "? Can someone help me out? Thanks Abhiram R ᐧ -- https://mail.python.org/mailman/listinfo/python-list

Re: we want python software

2017-12-08 Thread Abhiram R
> > > 6. Click on the installer (if on Windows). > > > 7. Follow all the prompts. > > > 8. Enjoy. > > > > > > but this is too much for the tech student. > > > > You are assuming that the strangeness of the request is about 'tech&

Re: we want python software

2017-12-05 Thread Abhiram R
> > > 6. Click on the installer (if on Windows). > > > 7. Follow all the prompts. > > > 8. Enjoy. > > > > > > but this is too much for the tech student. > > > > You are assuming that the strangeness of the request is about 'tech' > &

Re: palindrome

2015-11-16 Thread Abhiram R
On Tue, Nov 17, 2015 at 10:18 AM, Seymore4Head wrote: > On Tue, 17 Nov 2015 10:09:27 +0530, Abhiram R > wrote: > > >On Tue, Nov 17, 2015 at 9:59 AM, Seymore4Head > > >wrote: > > > >> http://www.practicepython.org/exercise/2014/03/12/06-string-lists.h

Re: palindrome

2015-11-16 Thread Abhiram R
rint str1 > -- > > ​ The question asks to get an input from the user and print if it's a palindrome or not. It should be just strA=raw_input() if strA==strA[::-1]: print "Palindrome" else: print "Not" Right? Am I missing something? Why are you generat

RE: Re: Re: Installing pywin32.

2015-09-28 Thread Abhiram R
> > I will give the team viewer ID of my machine so can you please install the pywin32 module to me. > Hi , It's best if you install it yourself. It isn't really complicated. :) and you'll learn it in the process as well Steps you could possibly Google - 1) installation of Python 3.5 (which i bel

Re: Sudoku solver

2015-03-25 Thread Abhiram R
On Thu, Mar 26, 2015 at 8:54 AM, Ian Kelly wrote: > On Wed, Mar 25, 2015 at 8:56 PM, Abhiram R wrote: >> >> On Mar 26, 2015 5:39 AM, "Ian Kelly" wrote: >>> >> >>> "Hard" for a human doesn't necessarily mean "hard&quo

Re: Sudoku solver

2015-03-25 Thread Abhiram R
On Mar 26, 2015 5:39 AM, "Ian Kelly" wrote: > > "Hard" for a human doesn't necessarily mean "hard" for a programmatic > solver in this case. Try your solver on this one: > > $ cat sudoku2.dat > . . . 7 . . . . . > 1 . . . . . . . . > . . . 4 3 . 2 . . > . . . . . . . . 6 > . . . 5 . 9 . . . > . .

Re: Speeding up permutations generation

2015-03-06 Thread Abhiram R
> > A list of 100 elements has approximately 9.33 x 10**157 permutations. > If you could somehow generate one permutation every yoctosecond, > exhausting them would still take more than a hundred orders of > magnitude longer than the age of the universe. > -- > https://mail.python.org/mailman/listi

Speeding up permutations generation

2015-03-05 Thread Abhiram R
Hi all, Is there a way to generate permutations of large arrays of sizes say,in the hundreds, faster than in the time itertools.permutations() can return? ​-Abhiram.R *~Never give up* -- https://mail.python.org/mailman/listinfo/python-list

Usage of some pastebin service proposed

2015-02-04 Thread Abhiram R
ve us the link here so help can be provided better? Just a thought :) ​Cheers Abhiram R -- https://mail.python.org/mailman/listinfo/python-list

To modify IDLE source code

2014-08-28 Thread Abhiram R
Hi, I've got the IDLE source code from IDLElib online. Now I want to modify it so as to improve upon it i.e I have a feature in mind I want to add into it. Is there any documentation that will help me make sense (more easily) of each of the py files in said library? Thanks Abhiram -- https://mai

Re: What is best way to learn Python for advanced developer?

2014-07-30 Thread Abhiram R
> I'm looking for online courses and any ressources I can have on the > subject. > > ​If you can get your hands on the Python course on www.lynda.com, that'd do the job.​ -- Abhiram.R -- https://mail.python.org/mailman/listinfo/python-list

Re: I need an idea for practise!

2014-07-17 Thread Abhiram R
On Thu, Jul 17, 2014 at 3:29 PM, Nicholas Cannon wrote: I have made 2 programs(with GUI). And basically they are quite boring(a > text editor and calculator). > -- > https://mail.python.org/mailman/listinfo/python-list > ​What library did you use for the GUI?​ -- Abhiram.R -- https://mail.p

Re: This Python 3 is killing Python thread is killing me.

2014-07-16 Thread Abhiram R
On Wed, Jul 16, 2014 at 11:02 PM, Deb Wyatt wrote: > Can you all stop already with the non python US bashing? Please? > > Deb in WA, USA > > > > -- > https://mail.python.org/mailman/listinfo/python-list > ​I'm actually picking up a lot of snippets of information from that thread by being a spe

Re: Python 3 is killing Python

2014-07-15 Thread Abhiram R
On Wed, Jul 16, 2014 at 5:23 AM, Rick Johnson wrote: > On Tuesday, July 15, 2014 5:40:29 PM UTC-5, Abhiram R wrote: > > [snip excessive quotations] > > Aah. Understood. Apologies for the "noobishness" :) > > Noobishness can be tolerated for a "reasonabl

Re: Python 3 is killing Python

2014-07-15 Thread Abhiram R
On Wed, Jul 16, 2014 at 4:00 AM, Kevin Walzer wrote: > "Top posting" is the practice of responding to an e-mail thread by putting > your response at the top of the text you are quoting. It's standard > practice in the corporate world... > > On 7/15/14, 6:13 PM, Ab

Re: Python 3 is killing Python

2014-07-15 Thread Abhiram R
a) What is "top post"? b)I did correct myself in the next post. Or maybe you missed that. On Wed, Jul 16, 2014 at 3:19 AM, Mark Lawrence wrote: > On 15/07/2014 22:35, Abhiram R wrote: > >> Umm..Guido Van Rossum said in Pycon 2014 that Py 2.x would be supported >>

Re: Python 3 is killing Python

2014-07-15 Thread Abhiram R
Umm..Guido Van Rossum said in Pycon 2014 that Py 2.x would be supported only until 2015 :-| So...you know.. you have like an year before you *do *have to migrate to 3.x . On Wed, Jul 16, 2014 at 2:17 AM, Devin Jeanpierre wrote: > On Tue, Jul 15, 2014 at 1:24 PM, Mark Lawrence > wrote: > > On 1

Re: Python 3 is killing Python

2014-07-15 Thread Abhiram R
Annd I just saw that the lifetime has been pushed up to 2020 :) #SelfCorrected On Wed, Jul 16, 2014 at 3:05 AM, Abhiram R wrote: > Umm..Guido Van Rossum said in Pycon 2014 that Py 2.x would be supported > only until 2015 :-| So...you know.. you have like an year before you *do *hav

Re: Writing Python File at Specific Interval

2014-07-09 Thread Abhiram R
Looping in the list to improve on my suggestion or suggest an alternative On Wed, Jul 9, 2014 at 11:03 PM, Abhiram R wrote: > Hi Subha, > What is the current methodology you're using? If your code is already > being called every 24 hours or whatever, you can use a "touch&q