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
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,
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 .
--
> > https://mail.python.org/mailman/listinfo/python-list
>
>
--
Abhiram R
abhiramr.github.io
--
https://mail.python.org/mailman/listinfo/python-list
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
> > > 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&
> > > 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'
> &
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
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
>
> 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
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
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 . . .
> . .
>
> 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
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
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
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
> 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
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
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
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
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
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
>>
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
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
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
25 matches
Mail list logo