On Monday, February 19, 2018 at 1:07:02 PM UTC, Anders Wegge Keller wrote:
> På Mon, 19 Feb 2018 04:39:31 + (UTC)
> Steven D'Aprano skrev:
> > On Mon, 19 Feb 2018 04:26:32 +0100, Anders Wegge Keller wrote:
> >
> > > På Mon, 19 Feb 2018 08:47:14 +1100
> > > Tim Delaney skrev:
> > >> On 18 Feb
On Sunday, February 18, 2018 at 8:23:03 PM UTC, Mark Lawrence wrote:
> On 18/02/18 18:03, Grant Edwards wrote:
> > On 2018-02-18, Dennis Lee Bieber wrote:
> >> On Sun, 18 Feb 2018 17:26:54 + (UTC), Grant Edwards
> >> declaimed the following:
> >>
> >>>
> >>> It was Yomura who picked up the arc
On Tuesday, February 20, 2018 at 5:08:49 AM UTC, Marc Cohen wrote:
> USING PYTHON 2:
>
> Write a program to play this game. This may seem tricky, so break it down
> into parts. Like many programs, we have to use nested loops (one loop inside
> another). In the outermost loop, we want to keep pla
On Sunday, February 18, 2018 at 9:16:26 AM UTC, Chris Green wrote:
> Grant Edwards wrote:
> > I've been dreading this moment for a couple years: it looks like
> > gmane.org is gone. The original operator/maintainer gave up a couple
> > years ago and pulled the plug. Somebody else took over at tha
On Sunday, February 18, 2018 at 1:18:20 AM UTC, Grant Edwards wrote:
> I've been dreading this moment for a couple years: it looks like
> gmane.org is gone. The original operator/maintainer gave up a couple
> years ago and pulled the plug. Somebody else took over at that point.
> The Web UI was ne
On Sunday, February 4, 2018 at 12:15:16 AM UTC, pyotr filipivich wrote:
> Those of us who do not use google-groups may not notice the loss
> of the google groupies.
> --
> pyotr filipivich
> Next month's Panel: Graft - Boon or blessing?
This topic has been hidden because you reported it f
On Wednesday, February 7, 2018 at 5:20:42 PM UTC, Chris Angelico wrote:
> On Thu, Feb 8, 2018 at 4:15 AM, Peng Yu wrote:
> > Hi,
> >
> > I see _sre.SRE_Match is returned by re.match. But I don't find where
> > it is defined. Does anybody know how to get its help page within
> > python command line?
On Monday, February 5, 2018 at 1:28:16 PM UTC, Cecil Westerhof wrote:
> I have a script to get the number of windows and tabs that firefox
> uses. It always used a file recovery.js, but it changed to
> recovery.jsonlz4.
>
> Looking at the extension I would think it is an lz4 compressed file.
> But
On Thursday, February 1, 2018 at 5:01:58 PM UTC, superchromix wrote:
> Our own programming discussion newsgroup, located at comp.lang.idl-pvwave,
> started receiving spam messages several months ago.
>
> Two weeks ago, access to comp.lang.idl-pvwave was blocked by Google Groups.
>
> When tryin
On Wednesday, January 31, 2018 at 7:41:50 PM UTC, Victor Porton wrote:
> wxjmfa...@gmail.com wrote:
>
> > Le mercredi 31 janvier 2018 20:13:06 UTC+1, Chris Angelico a écrit :
> >> On Thu, Feb 1, 2018 at 5:58 AM, Victor Porton wrote:
> >> > LibComCom is a C library which passes a string as stdin of
On Saturday, January 27, 2018 at 8:16:58 PM UTC, Jason Qian wrote:
> HI
>
>I am a string that contains \r\n\t
>
>[Ljava.lang.Object; does not exist*\r\n\t*at com.livecluster.core.tasklet
>
>I would like it print as :
>
> [Ljava.lang.Object; does not exist
> tat com.livecluster.cor
On Thursday, January 18, 2018 at 11:25:58 PM UTC, Grant Edwards wrote:
> I've been trying to use the secure smtpd module from
> https://github.com/bcoe/secure-smtpd, but the SSL support seems to be
> fundamentally broken. That module simply wraps a socket and then
> expects to use it in the normal
On Monday, January 22, 2018 at 3:37:44 PM UTC, codyda...@gmail.com wrote:
> So here's the situation. I am unfamiliar with Python but need it to export a
> wiki, so I have been following this tutorial, using the latest version of
> Python 2 on Windows 7:
>
> https://github.com/WikiTeam/wikiteam/w
On Friday, January 19, 2018 at 8:47:52 PM UTC, i.na...@yahoo.com wrote:
> kindly inform me what to do.
Please read this http://www.catb.org/esr/faqs/smart-questions.html and then try
asking again.
--
Kindest regards.
Mark Lawrence.
--
https://mail.python.org/mailman/listinfo/python-list
On Thursday, January 18, 2018 at 10:38:18 PM UTC, Mike Driscoll wrote:
> Hi,
>
> What happened to the moderators? I have always liked this forum, but there's
> so much spam now. Is there a way to become a moderator so this can be cleaned
> up?
>
> Thanks,
> Mike
Simply point your email client
On Wednesday, January 17, 2018 at 2:30:13 PM UTC, Leo wrote:
> Hello everyone,
>
> I am implementing a time-dependent Recommender System which applies BPR
> (Bayesian Personalized Ranking), where Stochastic Gradient Ascent is used to
> learn the parameters of the model. Such that, one iteration
On Sunday, January 14, 2018 at 10:32:44 PM UTC, Skip Montanaro wrote:
> > I cannot replicate this with
> >
> > $ pylint --version
> > Using config file /home/petto/.pylintrc
> > pylint 1.8.1,
> > astroid 1.6.0
> > Python 3.4.0 (default, Apr 11 2014, 13:05:11)
> > [GCC 4.8.2]
> >
> > $ cat pylint_fo
The warning is 'C0103:Method name "__len__" doesn't conform to
'_?_?[a-z][A-Za-z0-9]{1,30}$' pattern' but it doesn't complain about __repr__
or __str__. If there is an explanation out in the wild my search fu has missed
it :-(
My setup on Ubuntu 17.10 is:-
$ pylint --version
Using config file
On Friday, January 12, 2018 at 6:52:32 AM UTC, Steven D'Aprano wrote:
> On Fri, 12 Jan 2018 12:45:04 +1300, Gregory Ewing wrote:
>
> > Seems to me it would help if pip were to announce which version of
> > Python it's installing things into. And instead of just saying "not
> > compatible with this
On Thursday, January 11, 2018 at 8:34:30 PM UTC, bartc wrote:
> On 11/01/2018 20:12, Chris Angelico wrote:
> > On Fri, Jan 12, 2018 at 7:02 AM, bartc wrote:
> >> On 11/01/2018 19:41, Paul Moore wrote:
> >>>
> >>> On 11 January 2018 at 18:33, bartc wrote:
> >>
> >>
> >>> python -m pip instal
On Wednesday, January 10, 2018 at 12:42:07 PM UTC, Jan Erik Moström wrote:
> I'm looking for a really easy to use graphic library. The target users
> are teachers who have never programmed before and is taking a first (and
> possible last) programming course.
>
> I would like to have the ability
On Tuesday, January 9, 2018 at 3:22:30 PM UTC, Robert O'Shea wrote:
> Hey all,
>
> Been subscribed to this thread for a while but haven't contributed much.
> One of my ultimate goals this year is to get under the hood of CPython and
> get a decent understanding of mechanics Guido and the rest of y
On Saturday, January 6, 2018 at 12:02:18 AM UTC, Rob Gaddi wrote:
> I'd like to create a native Python object that exposes the buffer
> protocol. Basically, something with a ._data member which is a
> bytearray that I can still readinto, make directly into a numpy array, etc.
>
> I can do it by
On Monday, January 8, 2018 at 1:16:08 PM UTC, jorge@cptec.inpe.br wrote:
> Hi,
>
> Please, I woudl like to plot a map like this figure. How can I do this
> using Python2.7
>
> Thanks,
>
> Conrado
Figures don't get through and you've all ready asked this question, possibly on
another forum
On Monday, January 8, 2018 at 12:02:09 AM UTC, Ethan Furman wrote:
> On 01/07/2018 12:33 PM, Chris Angelico wrote:
> > On Mon, Jan 8, 2018 at 7:13 AM, Thomas Jollans wrote:
> >> On 07/01/18 20:55, Chris Angelico wrote:
> >>> Under what circumstances would you want "x != y" to be different from
> >>
On Sunday, January 7, 2018 at 7:55:57 PM UTC, Chris Angelico wrote:
> Whoops, premature send. Picking up from the last paragraph.
>
> This is good. This is correct. For inequalities, you can't assume that
> >= is the exact opposite of < or the combination of < and == (for
> example, sets don't beh
On Saturday, January 6, 2018 at 12:02:18 AM UTC, Rob Gaddi wrote:
> I'd like to create a native Python object that exposes the buffer
> protocol. Basically, something with a ._data member which is a
> bytearray that I can still readinto, make directly into a numpy array, etc.
>
> I can do it by
On Monday, January 1, 2018 at 11:06:30 PM UTC, P. timoriensis wrote:
> >> stop prohibition of comp.lang.python !
> >>
> >> it is childish to do this prohibition business !
> >>
> >> don't you have spam filters ?
> >
> > The prohibition part of the subject line is added by Lawrence D'Oliveiro
> >
On Monday, January 1, 2018 at 2:54:26 PM UTC, S. I. wrote:
> https://practical-scheme.net/wiliki/wiliki.cgi?python
>
> no register, no nothing ! just edit.
>
> ✨🍰✨ python - a piece of cake ✨🍰✨
>
> just edit or enter acode.py entry with
>
> {{{
>
> print(" oh yes, 2018 ")
>
>
On Monday, January 1, 2018 at 3:00:19 PM UTC, S. I. wrote:
> stop prohibition of comp.lang.python !
>
> it is childish to do this prohibition business !
>
> don't you have spam filters ?
The prohibition part of the subject line is added by Lawrence D'Oliveiro when
he posts on google groups as h
On Monday, January 1, 2018 at 9:28:01 PM UTC, Wu Xi wrote:
> > Blocking of spamming and trolling prevents oppression of people who want to
> > use the list, funded by PSF, for its purpose, discussion of Python.
>
> why are PSF funds privileged over anybody else's fund, which has zero
> privilege
On Monday, January 1, 2018 at 10:21:15 PM UTC, P. timoriensis wrote:
> >>> Blocking of spamming and trolling prevents oppression of people who want
> >>> to use the list, funded by PSF, for its purpose, discussion of Python.
> >>
> >> why are PSF funds privileged over anybody else's fund, which ha
On Monday, January 1, 2018 at 9:35:06 PM UTC, Chris Angelico wrote:
> On Tue, Jan 2, 2018 at 7:16 AM, Chris Green wrote:
> > Dennis Lee Bieber wrote:
> >>
> >> Well... "break" does bypass the rest of the block, but it still
> >> exits
> >> via the end of the block. I have a tendency to try
On Monday, January 1, 2018 at 12:53:03 PM UTC, Wu Xi wrote:
> breamoreboy:
> > On Sunday, December 31, 2017 at 6:19:13 PM UTC, Wu Xi wrote:
> >> breamoreboy:
> >>> An interesting write up on something that is incorporated into Python 3.7
> >>> https
On Sunday, December 31, 2017 at 6:56:16 PM UTC, bartc wrote:
> On 31/12/2017 17:01, breamoreboy wrote:
>
> >Further I've never once in 17 years of using Python been tearing my hair out
> >over the lack of goto
>
> Neither have I over all the advanced features of P
On Sunday, December 31, 2017 at 6:19:13 PM UTC, Wu Xi wrote:
> breamoreboy:
> > An interesting write up on something that is incorporated into Python 3.7
> > https://engineering.instagram.com/copy-on-write-friendly-python-garbage-collection-ad6ed5233ddf
>
> Appearantly, Er
On Sunday, December 31, 2017 at 3:02:41 PM UTC, Ben Bacarisse wrote:
> bartc writes:
>
> > On 31/12/2017 12:41, Chris Angelico wrote:
> >> On Sun, Dec 31, 2017 at 11:33 PM, bartc wrote:
> >>> On 30/12/2017 23:54, Chris Angelico wrote:
> >
> I've written code that uses dirty tricks like that
An interesting write up on something that is incorporated into Python 3.7
https://engineering.instagram.com/copy-on-write-friendly-python-garbage-collection-ad6ed5233ddf
--
Kindest regards.
Mark Lawrence.
--
https://mail.python.org/mailman/listinfo/python-list
On Friday, December 29, 2017 at 3:28:23 AM UTC, Ben Finney wrote:
> Tim Chase writes:
>
> > [third-party website]
> > Gives you […]
>
> So, it's not in Python, it's a third-party (joke) package. Hence is
> probably not what Duram is asking about as “goto in Python”.
>
> I'm still open to learnin
On Thursday, December 28, 2017 at 7:40:14 PM UTC, alister wrote:
> On Thu, 28 Dec 2017 00:58:48 -0200, Duram wrote:
>
> > How to use goto in python?
> >
> > ---
> > This email has been checked for viruses by AVG.
> > http://www.avg.com
>
> Dont!
> actually you cant - there isn't one*
>
> *at le
On Friday, December 22, 2017 at 3:42:58 PM UTC, jorge@cptec.inpe.br wrote:
> Hi,
>
> I use the PYTHON and IDL. In IDL I can plot a grid map like a this
> figure (mapa.png). Please, I would like know how can I plot my figure
> using PYTHON with the box around the figure. Like this that I plot
On Friday, December 22, 2017 at 1:28:17 PM UTC, Ranya wrote:
> Hi,
> Am trying to use clr.AddReference and clr.AddReferenceToFile, but
> python(2.7) keeps making this error:
>
> Traceback (most recent call last):
> File "", line 1, in
> clr.AddReference("UnityEngine")AttributeError: 'module
On Friday, December 22, 2017 at 9:36:29 PM UTC, hemanta phurailatpam wrote:
> I want to do co-ordinate transformation from earth-frame to equatorial frame.
> By entering date and time, I want to get RA(right ascension) and
> Dec(declination) wrt to equatorial frame. How do I do it?
It looks as i
Seeing that type hinting is one of the big new features of Python I thought
folks might find this
https://engineering.instagram.com/let-your-code-type-hint-itself-introducing-open-source-monkeytype-a855c7284881
of interest.
Kindest regards.
Mark Lawrence.
--
https://mail.python.org/mailman/li
On Monday, December 4, 2017 at 7:10:01 PM UTC, Jason Maldonis wrote:
> I was extending a `list` and am wondering why slicing lists will never
> raise an IndexError, even if the `slice.stop` value if greater than the
> list length.
>
> Quick example:
>
> my_list = [1, 2, 3]
> my_list[:100] # does n
On Monday, December 4, 2017 at 9:44:27 AM UTC, Cecil Westerhof wrote:
> I have a script that was running perfectly for some time. It uses:
> array = [elem for elem in output if 'CPU_TEMP' in elem]
>
> But because output has changed, I have to check for CPU_TEMP at the
> beginning of the line. W
On Thursday, December 7, 2017 at 2:06:46 PM UTC, prvn...@gmail.com wrote:
> Hi All,
> I am new to python need help to write a script in python
> my requirement is :-
> write a python script to print sentence from a txt file to another txt file
>
> Regards,
> Praveen
Read this https://docs.python.
On Monday, December 4, 2017 at 7:10:01 PM UTC, Jason Maldonis wrote:
> I was extending a `list` and am wondering why slicing lists will never
> raise an IndexError, even if the `slice.stop` value if greater than the
> list length.
>
> Quick example:
>
> my_list = [1, 2, 3]
> my_list[:100] # does
On Monday, December 4, 2017 at 9:44:27 AM UTC, Cecil Westerhof wrote:
> I have a script that was running perfectly for some time. It uses:
> array = [elem for elem in output if 'CPU_TEMP' in elem]
>
> But because output has changed, I have to check for CPU_TEMP at the
> beginning of the line.
On Tuesday, November 28, 2017 at 1:14:51 AM UTC, Skip Montanaro wrote:
> > I'm 99.5% certain it's not gate_news.
>
> A funny thing. All messages I have looked at so far with the "nospam"
> thing have a Message-ID from binkp.net. (They are also all Usenet
> posts.) For example:
>
> Newsgroups: com
On Monday, November 27, 2017 at 10:08:06 PM UTC, wxjmfauth wrote:
> Le lundi 27 novembre 2017 14:52:19 UTC+1, Rustom Mody a ÄCcritâ :
> > On Monday, November 27, 2017 at 6:48:56 PM UTC+5:30, Rustom Mody wrote:
> > > Having said that I should be honest to mention that I saw your post first
> on
> >
On Monday, November 27, 2017 at 1:19:38 AM UTC, Chris Angelico wrote:
> On Mon, Nov 27, 2017 at 12:14 PM, Skip Montanaro wrote:
> >> There seems to be a gateway loop of some sort going on.
> >> I'm seeing multiple versions of the same posts in
> >> comp.lang.python with different numbers of "nospam
On Thursday, November 23, 2017 at 6:50:29 PM UTC, Mikhail V wrote:
> Chris A wrote:
>
> >> On Fri, Nov 24, 2017 at 1:10 AM, Mikhail V wrote:
> >>
> >>> Chris A wrote:
> >>>
> >>> Fortunately for the world, you're not the one who decided which
> >>> characters were permitted in Python identifiers.
As type annotations seem to be taking off in a big way I thought that
http://mypy-lang.blogspot.co.uk/2017/11/dropbox-releases-pyannotate-auto.html
would be of interest, to some of you anyway.
--
Kindest regards.
Mark Lawrence.
--
https://mail.python.org/mailman/listinfo/python-list
On Thursday, November 16, 2017 at 8:43:24 AM UTC, wxjm...@gmail.com wrote:
> Le mercredi 15 novembre 2017 23:43:46 UTC+1, Terry Reedy a écrit :
> > On 11/15/2017 6:58 AM, breamoreboy wrote:
> > > On Wednesday, November 15, 2017 at 8:53:44 AM UTC, wxjm...@gmail.com
> > &
On Wednesday, November 15, 2017 at 8:53:44 AM UTC, wxjm...@gmail.com wrote:
> Sorry, to have to say it.
>
> Have a nice day.
Do you mean it segfaults or simply provides a traceback? If the latter is your
environment set correctly?
--
https://mail.python.org/mailman/listinfo/python-list
On Wednesday, November 1, 2017 at 9:14:05 PM UTC, Alexey Muranov wrote:
> Hello,
>
> what do you think about the idea of replacing "`else`" with "`then`" in
> the contexts of `for` and `try`?
>
> It seems clear that it should be rather "then" than "else." Compare
> also "try ... then ... final
On Thursday, October 12, 2017 at 12:33:09 PM UTC+1, Chris Angelico wrote:
> On Thu, Oct 12, 2017 at 8:12 PM, Thomas Jollans wrote:
> > On 2017-10-12 02:51, Chris Angelico wrote:
> >> If it wants new life, it's probably going to need a Linux version,
> >> because that's where a lot of developers han
On Thursday, October 12, 2017 at 10:46:03 AM UTC+1, Iranna Mathapati wrote:
> Hi Team,
>
>
> How to replace multipal char from string and substitute with new char with
> one line code
>
> Ex:
>
> str = "9.0(3)X7(2) " ===> 9.0.3.X7.2
>
> need to replace occurrence of '(',')' with dot(
On Wednesday, October 11, 2017 at 4:47:43 PM UTC+1, bartc wrote:
> On 11/10/2017 15:52, wrote:
> > On Wednesday, October 11, 2017 at 3:14:51 PM UTC+1, bartc wrote:
> >> On 11/10/2017 14:16, Marko Rauhamaa wrote:
> >>
> >>> Python and C don't try to protect you. In return, you get syntactic
> >>> co
On Wednesday, October 11, 2017 at 3:14:51 PM UTC+1, bartc wrote:
> On 11/10/2017 14:16, Marko Rauhamaa wrote:
>
> > Python and C don't try to protect you. In return, you get syntactic
> > convenience that probably enhances the quality of your programs.
>
> Python, maybe. C syntax isn't as painful
On Sunday, October 8, 2017 at 12:42:19 AM UTC+1, Cai Gengyang wrote:
> Hello,
>
> Does anyone know of a way to find all my old posts about Python ? Thanks a
> lot!
>
> GengYang
Make a site specific search for your name here
https://mail.python.org/pipermail/python-list/
--
Kindest regards.
M
On Friday, October 6, 2017 at 2:05:58 AM UTC+1, Irv Kalb wrote:
>
> The range function is discussed after that.
>
FWIW range isn't a function in Python 3. From
https://docs.python.org/3/library/functions.html#func-range "Rather than being
a function, range is actually an immutable sequence
On Thursday, October 5, 2017 at 10:07:05 PM UTC+1, Fetchinson . wrote:
> Hi folks,
>
> I have a rather simple program which cycles through a bunch of files,
> does some operation on them, and then quits. There are 500 files
> involved and each operation takes about 5-10 MB of memory. As you'll
> s
On Thursday, October 5, 2017 at 4:22:26 AM UTC+1, Steve D'Aprano wrote:
> On Thu, 5 Oct 2017 01:21 pm, Stefan Ram wrote:
>
> >>- Germany was the aggressor in World War 2;
> >>- well, Germany and Japan;
> >>- *surely* it must be Germany, Italy and Japan;
> >
> > This listing style reminds me of
On Wednesday, October 4, 2017 at 8:29:26 PM UTC+1, 20/20 Lab wrote:
> Looking for advice for what looks to me like clumsy code.
>
> I have a large csv (effectively garbage) dump. I have to pull out sales
> information per employee and count them by price range. I've got my code
> working, but I
On Wednesday, October 4, 2017 at 9:34:09 AM UTC+1, alister wrote:
> On Wed, 04 Oct 2017 20:16:29 +1300, Gregory Ewing wrote:
>
> > Steve D'Aprano wrote:
> >> On Wed, 4 Oct 2017 01:40 pm, Chris Angelico wrote:
> >>
> >>>You know, you don't HAVE to economize on letters. It's okay to call
> >>>your
On Sunday, October 1, 2017 at 6:47:34 PM UTC+1, MRAB wrote:
> On 2017-10-01 02:52, Stefan Ram wrote:
> > MRAB writes:
> >>raise ValueError("Temperature below -273 is not possible")
> >
> >-273.15
> >
> I think you've trimmed a little too much. In my reply I was only copying
> what someone el
On Saturday, September 30, 2017 at 9:03:32 PM UTC+1, Stephan Houben wrote:
> Op 2017-09-27, Robert L. schreef :
> > (sequence-fold + 0 #(2 3 4))
> > ===>
> > 9
> >
> > In Python?
>
> >>> sum([2, 3, 4])
> 9
Dow you have to keep replying to this out and out racist, as none of his posts
have any re
On Friday, September 29, 2017 at 6:46:31 AM UTC+1, Frank Millman wrote:
> "Steve D'Aprano" wrote
>
> I don't have Python 3.6 installed, can somebody check to see whether or not
> it
> shows the same (wrong) behaviour?
>
> [...]
>
> C:\Users\User>python
> Python 3.6.0 (v3.6.0:41df79263a11, Dec
On Wednesday, September 27, 2017 at 3:10:30 PM UTC+1, darwi...@gmail.com wrote:
> Whats the reason that python is growing fast?
It would be growing faster but it is only the second best language in the
world. Please see
https://mail.python.org/pipermail/python-list/2002-November/141486.html
--
On Monday, September 18, 2017 at 10:21:55 PM UTC+1, John Ladasky wrote:
> On Saturday, September 16, 2017 at 11:01:03 PM UTC-7, Terry Reedy wrote:
> > On 9/16/2017 7:04 PM, b...@g...com wrote:
>
> > The particular crippler for CLBG problems is the non-use of numpy in
> > numerical calculations, s
On Sunday, September 17, 2017 at 2:16:48 PM UTC+1, bartc wrote:
>
> print can also be used for debugging, when it might be written, deleted
> and added again hundreds of times. So writing all those brackets becomes
> irksome. 'print' needs to be easy to write.
>
> --
> bartc
Experienced Pytho
I thought some might find this
https://sites.google.com/view/energy-efficiency-languages/ interesting.
--
Kindest regards.
Mark Lawrence.
--
https://mail.python.org/mailman/listinfo/python-list
Looks as if people have been busy over the years. Read all about it
https://github.com/python/cpython
--
Kindest regards.
Mark Lawrence.
--
https://mail.python.org/mailman/listinfo/python-list
On Wednesday, September 13, 2017 at 10:43:47 PM UTC+1, Sean DiZazzo wrote:
> On Tuesday, September 12, 2017 at 9:18:12 AM UTC-7, larry@gmail.com wrote:
> > Not too many females here, but anyway:
> >
> > https://svahausa.com/collections/shop-by-interest-1/products/python-code-fit-flare-dress
>
On Sunday, September 10, 2017 at 6:07:00 AM UTC+1, Ben Finney wrote:
> Gene Heskett writes:
>
> > On Saturday 09 September 2017 21:48:44 Chris Angelico wrote:
> >
> > > The Python Secret Underground emphatically does not exist.
> >
> > Humm. here all this time I thought you were a charter member.
On Saturday, September 9, 2017 at 4:09:24 AM UTC+1, boB Stepp wrote:
> On Fri, Sep 8, 2017 at 9:54 PM, Michael Torrie wrote:
> > On 09/08/2017 08:35 PM, V Vishwanathan wrote:
> >> Hi, From what I see in the recent 4/5 digests, this forum seems to be for
> >> advanced
> >>
> >> and professional pro
On Friday, September 8, 2017 at 5:19:36 PM UTC+1, Steve D'Aprano wrote:
> On Sat, 9 Sep 2017 12:41 am, Chris Angelico wrote:
>
> >> I ran 2to3 on some code that worked under 2.6.6. and 3.6.2. 2to3 broke it
> >> for both versions and it was a fairly trivial script.
> >
> > Show the code that it br
On Friday, September 8, 2017 at 11:12:50 AM UTC+1, Leam Hall wrote:
>
> I've read comments about Python 3 moving from the Zen of Python. I'm a
> "plain and simple" person myself. Complexity to support what CompSci
> folks want, which was used to describe some of the Python 3 changes,
> doesn't
On Wednesday, September 6, 2017 at 1:12:22 PM UTC+1, Rustom Mody wrote:
> On Wednesday, September 6, 2017 at 5:08:20 PM UTC+5:30, Steve D'Aprano wrote:
> > On Wed, 6 Sep 2017 07:13 pm, Rustom Mody wrote:
> >
> >
> > > Can you explain what "id" and "is" without talking of memory?
> >
> > Yes.
> >
On Wednesday, September 6, 2017 at 2:42:06 PM UTC+1, Andrej Viktorovich wrote:
> Found that pythons have different paths. It might be related?
Definitely :)
>
> 64 bit
>
> C:\Users\me\AppData\Local\Programs\Python\Python36-32
> C:\Users\me\AppData\Local\Programs\Python\Python36-32\DLLs
> C:\Use
On Monday, September 4, 2017 at 9:14:24 PM UTC+1, Ben Bacarisse wrote:
> Rustom Mody writes:
>
> > Here is some code I (tried) to write in class the other day
> >
> > The basic problem is of generating combinations
>
> > Now thats neat as far as it goes but combinations are fundamentally sets
>
On Monday, September 4, 2017 at 3:20:22 AM UTC+1, Chris Angelico wrote:
> On Mon, Sep 4, 2017 at 12:05 PM, Steve D'Aprano wrote:
> > On Mon, 4 Sep 2017 04:15 am, Stephan Houben wrote:
> >
> >> Needless to say, according to the definition in Plotkin's paper, Python
> >> is "call-by-value".
> >
> > A
On Thursday, August 24, 2017 at 5:02:12 PM UTC+1, Chris Angelico wrote:
>
> (Caveat: I have no idea how this works on Windows. I do expect,
> though, that it will abort the connection without terminating the
> process, just like it does on Unix.)
>
> ChrisA
There was a big thread "cross platform
On Saturday, August 19, 2017 at 11:59:41 AM UTC+1, Steve D'Aprano wrote:
> Consider that in my family, one of our most precious heirlooms is the axe of
> my
> great-great-great grandfather, which we have passed down from eldest son to
> eldest son for generations.
>
> The axe is now almost 200 y
I found it interesting, possibly some of you may feel the same way so here it
is https://codewithoutrules.com/2017/08/16/concurrency-python/
Kindest regards.
Mark Lawrence.
--
https://mail.python.org/mailman/listinfo/python-list
On Wednesday, August 16, 2017 at 2:52:09 PM UTC+1, Steve D'Aprano wrote:
> On Wed, 16 Aug 2017 10:29 pm, breamoreboy wrote:
>
> > How do you expect to get four lines of output from the three function calls?
>
> In the REPL (the interactive interpreter) the result of
On Wednesday, August 16, 2017 at 12:45:13 PM UTC+1, Steve D'Aprano wrote:
> On Wed, 16 Aug 2017 09:06 pm, Stefan Ram wrote:
>
> > I wrote my first Python quiz question!
> >
> > It goes like this:
> >
> > Can you predict (without trying it out) what the Python
> > console will output afte
On Tuesday, August 15, 2017 at 8:13:19 PM UTC+1, Poul Riis wrote:
> Den tirsdag den 15. august 2017 kl. 19.19.15 UTC+2 skrev bream...@gmail.com:
> > On Tuesday, August 15, 2017 at 5:23:29 PM UTC+1, Poul Riis wrote:
> > > Den tirsdag den 15. august 2017 kl. 07.29.05 UTC+2 skrev dieter:
> > > > Poul
On Tuesday, August 15, 2017 at 5:23:29 PM UTC+1, Poul Riis wrote:
> Den tirsdag den 15. august 2017 kl. 07.29.05 UTC+2 skrev dieter:
> > Poul Riis writes:
> > > ...
> > > For some time I have been using python 3.6.0 on a windows computer.
> > > Suddenly, my numpy does not work any more.
> > > This
FYI - please see
https://www.activestate.com/blog/2017/08/code-recipes-now-github-5000-recipes-python-perl-ruby-and-more
Kindest regards.
Mark Lawrence.
--
https://mail.python.org/mailman/listinfo/python-list
On Wednesday, July 26, 2017 at 8:29:07 AM UTC+1, Tim Golden wrote:
> On 25/07/2017 06:13, Rustom Mody wrote:
> > Of late there has been an explosion of spam
> > Thought it was only a google-groups (USENET?) issue and would be barred
> > from the mailing list.
> >
> > But then find its there in the
On Monday, July 17, 2017 at 3:41:12 PM UTC+1, Evan Adler wrote:
> I would like to submit the following proposal. In the logging module, I
> would like handlers (like file handlers and stream handlers) to have a
> field for exc_info printing. This way, a call to logger.exception() will
> write the s
On Sunday, July 2, 2017 at 2:32:36 PM UTC+1, ad...@python.org wrote:
> ad...@python.org:
> > Hi, Ho!
>
>
> it is crucial that you dump that fucking Windows of yours and become
> real pythonic under Linux !
Isn't this spammer, or is it spanner, cute?
I'm rather upset that he's been duplicating m
On Sunday, July 2, 2017 at 10:03:34 AM UTC+1, Irmen de Jong wrote:
> Hi,
> I'm using pythonhosted.org to host the docs for various projects but it has
> either been
> very slow or unavailable over the past week. Anyone else having the same
> problems?
> Should I perhaps consider putting my docs o
Yes I know it's daft that it's where I'm posting from, but I'm still banned
from using the main mailing list. I've reported over 80 posts today alone,
meaning that it's less than useless for anybody who is seriously interested in
Python. wxpython did the same years ago, why can't we?
Kindest
On Saturday, July 1, 2017 at 6:55:59 PM UTC+1, Ho Yeung Lee wrote:
> My situation is a dictionary with tuple key
> I think dictionary.values()[index]
> Is correct
>
This is the second time you've said this and it makes no more sense now than it
did the first time. Please explain exactly what yo
On Saturday, July 1, 2017 at 1:46:21 PM UTC+1, Ho Yeung Lee wrote:
> just want to compare tuples like index (0,1), (0,2), (1,2) without duplicate
> such as (2,0), (1,0) etc
>
I'm still not entirely sure what you're asking, but can't you just generate
what you want with itertools combinations, s
On Friday, June 30, 2017 at 1:30:10 PM UTC+1, Rasputin wrote:
> good luck with that, mate !
Please don't change the subject line and also provide some context when you
reply, we're not yet mindreaders :)
Kindest regards.
--
Mark Lawrence.
--
https://mail.python.org/mailman/listinfo/python-list
1 - 100 of 243 matches
Mail list logo