On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@gmail.com wrote:
> Hi All,
>
> Is there anyway i can login to remote servers at once and do the activity, i
> can do one by one using for loop..
>
> Thanks in advance.
Hi Laura,
yes this is what i require and i don't need more than th
On Thursday, 1 October 2015 12:35:01 UTC+5:30, hariramm...@gmail.com wrote:
> Hi All,
>
> Is there anyway i can login to remote servers at once and do the activity, i
> can do one by one using for loop..
>
> Thanks in advance.
Hi Paul,
subprocess is used to spawn a new process with in the mac
On Monday, October 5, 2015 at 7:58:34 AM UTC+5:30, Rustom Mody wrote:
> On Sunday, October 4, 2015 at 7:18:11 PM UTC+5:30, Steven D'Aprano wrote:
> > and some negations may technically be harder to understand, but in a
> > practical sense the difference may be negligible:
> >
> > if x == 1: ..
On Sunday, October 4, 2015 at 7:18:11 PM UTC+5:30, Steven D'Aprano wrote:
> On Sat, 3 Oct 2015 10:12 pm, Laura Creighton wrote:
>
> > Actually, the fact that adults have more difficulty processing
> > negations is one of the earliest things proven experimentally
> > in experimental psychology.
>
The Moth is a podcast of people telling stories. Many of
them are really good.
In a recent story, Neil Gaiman talks about his relationship
with his dad, and along the way, Python makes a (very brief)
appearance: http://themoth.org/posts/stories/a-fathers-pride
--Ned.
--
https://mail.python.org/m
On 2015-10-04, Marko Rauhamaa wrote:
> Grant Edwards :
>
>> Holy Cow.
>>
>> I'd like to build something just like the Brooklyn Bridge, only with
>> more lanes.
>
> Failed grandiose attempts make you into a better software developer.
>
> Successful grandiose attempts even more so!
>
> Always playin
On Sat, 3 Oct 2015 10:12 pm, Laura Creighton wrote:
> Actually, the fact that adults have more difficulty processing
> negations is one of the earliest things proven experimentally
> in experimental psychology.
I don't think I've questioned that under some circumstances some negations
can be hard
On Sun, 4 Oct 2015 04:40 am, Ronald Cosentino wrote:
> def funA(x,y,z):
> return (x+y) * z
> def funB(x,y):
> return(x-y)
> print(funA(4,funB(2,3), funB(3,2)))
>
> the answer is 3. I don't know how it works.
Break it up and consider it a little at a time, starting with the three
values
Grant Edwards :
> Holy Cow.
>
> I'd like to build something just like the Brooklyn Bridge, only with
> more lanes.
Failed grandiose attempts make you into a better software developer.
Successful grandiose attempts even more so!
Always playing it safe condemns you to mediocrity. Not that mediocr
Peter Otten wrote:
> Changing numbers to make room for a new footnote is not much harder (but
> less convenient as you have to repeat it for every new footnote):
>
def replace(match, n=2):
> ... index = int(match.group(1))
> ... if index >= n:
> ... index += 1
> ... retur
Blake Garretson wrote:
> On Oct 3, 2015 7:40 AM, "Steven D'Aprano" wrote:
>> I need to add a footnote between [2] and [3], but I don't want to have to
>> renumber the following 997 footnotes by hand. Is there something I can
>> do, within the syntax of ReST itself, to help?
>
> I would use a reg
I am running python in the ARM architecture (arm64 to be exact).
The CPU Arch I use has clusters (2 big cores in a cluster and 2 small cores in
another cluster think : A57, A53). It's going to be run in Ubuntu 14.04
I am trying to run traffic that stresses the interconnects of the clusters. One
On Oct 3, 2015 7:40 AM, "Steven D'Aprano" wrote:
> I need to add a footnote between [2] and [3], but I don't want to have to
> renumber the following 997 footnotes by hand. Is there something I can do,
> within the syntax of ReST itself, to help?
I would use a regular expression to find and repla
On 01/10/2015 16:26, Romuald Texier-Marcadé wrote:
> Hello everybody!
>
> On behalf of the *Kansha team*, I am excited to announce the release of
> version *1.0.5* of *Kansha*, an open source web application to manage
> and share collaborative scrum boards with enhanced todo lists and
> Trello-
Creating a standalone, special-purpose program that does one thing really
well seems doable for a beginner. What you are describing sounds much more
involved than that though. Frankly, it is overwhelming. I would HIGHLY
suggest looking into creating an extension/plugin for an existing
open-sourc
15 matches
Mail list logo