te delight
to do with Python :)
You should totally give it a whirl.
-Abhiram
--
https://mail.python.org/mailman/listinfo/python-list
;
> I get this:
> SyntaxError: invalid syntax
>
Have you completed installation?
If you type “Python” in Cmd, or “Python” in terminal, do you get the Python
prompt “>>>” ?
My guess is that your Python installation’s executable isn’t in the Windows /
Linux $PATH variable.
Give us more
se someone Taught us. I'd
rather not entertain such or refrain from condescending replies that would
further discourage people from trying to get into the field. With all the
emphasis on the Python "community", it's important not to be so dismissive.
Thanks
Abhiram
>
>
&
se someone Taught us. I'd
rather not entertain such or refrain from condescending replies that would
further discourage people from trying to get into the field. With all the
emphasis on the Python "community", it's important not to be so dismissive.
Thanks
Abhiram â ï
>
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
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,
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
--
> > https://mail.python.org/mailman/listinfo/python-list
>
>
--
Abhiram R
abhiramr.github.io
--
https://mail.python.org/mailman/listinfo/python-list
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 .
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 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
>
> 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
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 . . .
> . .
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
verflow thread that can
possibly help you as well -
http://googleweblight.com/?lite_url=http://stackoverflow.com/questions/25257274/python-3-4-importerror-no-module-named-win32api&ei=rMvmto7N&lc=en-IN&s=1&m=978&ts=1443447404&sig=APONPFlqU_v1gaBPeJ1YluSJxcvkrCVpnQ
Thanks
Abhiram
--
https://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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
>>
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
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 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 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
> 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
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
--
27 matches
Mail list logo