em. (I.e. the modules in the
> > standard libary should all be usable for anyone with a default OS +
> > Python install.)
>
> I've never heard of Python having such a policy and I don't understand
> how such a stupid policy could be considered compatible with a
> proclaimed
<[EMAIL PROTECTED]>
Mime-Version: 1.0
Date: Thu, 30 Jun 2005 13:53:07 GMT
Xref: news.xs4all.nl comp.lang.python:384162
Peter Hansen <[EMAIL PROTECTED]> writes:
> Harry George wrote:
> > "Adriaan Renting" <[EMAIL PROTECTED]> writes:
> >>Both VB and Pytho
]> writes:
> Harry George <[EMAIL PROTECTED]> writes:
>
> > b) Installing distutils-aware python packages is trivial. I'd rather
> > the energy which might go into a bigger std library go instead into
> > helping projects which don't have distutils-style buil
#! rnews 1689
Newsgroups: comp.lang.python
Path:
news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp
From: Harry George <[EMAIL PROTECTED]>
Subject: Re: Python for everything?
Fri, 1 Jul 2005 16:40:26 GMT
Xref: news.xs4all.nl comp.lang.python:384402
Tom Anderson <[EMAIL PROTECTED]> writes:
> On Fri, 1 Jul 2005, Adriaan Renting wrote:
>
> > I'm not a very experienced Python programmer yet, so I might be
> > mistaken, but there are a few thi
()
'line three\n'
"Tor Erik Sønvisen" wrote:
>
> Hi
>
> How can I read the first line of a file and then delete this line, so that
> line 2 is line 1 on next read?
>
> regards
--
http://mail.python.org/mailman/listinfo/python-list
ing of the file
>>> f.readline()
'line one\n'
>>>
This turned out really cool,
thanks for the good question,
Jeff Sandys
"Tor Erik Sønvisen" wrote:
>
> Hi
>
> How can I read the first line of a file and then delete this line, so that
> line 2 is line 1 on next read?
>
> regards
--
http://mail.python.org/mailman/listinfo/python-list
l-yet-succinct language in an editor which supports a fast
think-edit-run cycle. IDEs do a lot of things but generally don't win
this contest; text editors do. Give me python in emacs any day. Let
my Extreme Programming partner use whatever editor he/she likes, and
we'll refresh our editor
#! rnews 1995
Newsgroups: comp.lang.python
Path:
news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp
From: Jeff Sandys <[EMAIL PROTECTED]>
Subject: Re: Python for a 10-14 years
s/5.09 (Gnus v5.9.0) Emacs/21.3
Lines: 47
Sender: [EMAIL PROTECTED]
Organization: The Boeing Company
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Date: Mon, 28 Mar 2005 21:24:53 GMT
Xref: news.xs4all.nl comp.lang.python:369571
"cjl" <[EMAIL PROTECTED]> writes:
> Hey all
>
> thanks in advanced.
>
There are enough typos in your example that I'm guessing you actually saw:
class BusinessBO :
def __init__(self):
#write you own code here
pass
def businessMethod(self):
#write you own code here
pass
--
[EMAIL PROTECTED]
6-6M21 BCA CompArch Design Engineering
Phone: (425) 294-4718
--
http://mail.python.org/mailman/listinfo/python-list
!proxad.net!newsread.com!news-xfer.newsread.com!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp
From: Harry George <[EMAIL PROTECTED]>
Subject: Re: Generating RTF with Python
X-Nntp-Posting-Host: cola2.ca.boeing.com
Content-Type: text/plain; charset=us-ascii
Message-ID: <[EMAIL PROTECT
I do appreciate the input
> I've gotten.
>
>
I haven't used pytest, so no comparisons to offer. But for unittest,
I've found a lot of the "baggage" can be automated. My mkpythonproj
(http://www.seanet.com/~hgg9140/comp/index.html#L006) does that. When
you generate a project, you get a unittest suite with a default test
ready to run, and the mechanisms needed to add more.
--
[EMAIL PROTECTED]
6-6M21 BCA CompArch Design Engineering
Phone: (425) 294-4718
--
http://mail.python.org/mailman/listinfo/python-list
;
Mime-Version: 1.0
Date: Tue, 5 Apr 2005 19:05:05 GMT
Xref: news.xs4all.nl comp.lang.python:370993
Thomas Gagne <[EMAIL PROTECTED]> writes:
> Does the Python community think Microsoft's embrace is a good or bad thing?
>
> James wrote:
> > http://www.gotdotnet.com/wo
understand why so many seem to like it because I
> can't understand customization even without going through a hundred
> menus that might contain the thing I am looking for (or I could go
> learn another language just to customize!).
>
> Personally I like SciTE, it has everything I th
ut really I can't get started because the default
> scheme is so friggin ugly it isn't funny.
>
> Anyone want to send me a configuration setup with Python in mind, and
> decent colors?
>
Set .emacs for:
;;; basic
(set-background-color "white")
(set-foreground
<[EMAIL PROTECTED]> writes:
> Hi,
>
> I am currenly a second year university student and was wondering if
> you could help me ut. As part of a project i have decided to write
> about python, i am not having very much luck with regards to finding
> infrmation on pythons use
Hi,
I can’t enter a caret in regex on a Portuguese keyboard because by pressing it,
IDLE quits.
Any help ?
Thanks.
Kind regards,
Osvaldo
--
https://mail.python.org/mailman/listinfo/python-list
2005 13:18:19 GMT
Xref: news.xs4all.nl comp.lang.python:375624
"Terje Johan Abrahamsen" <[EMAIL PROTECTED]> writes:
> Hello.
>
> We have created some programs in Python that are to be distributed
> around. The programs will be made into .exe files by py2exe. However,
e to
escape double quotes:
print '\t\t\t\n' \
% (number, name, seconds // 60, seconds % 60)
--
[EMAIL PROTECTED]
6-6M21 BCA CompArch Design Engineering
Phone: (425) 294-4718
--
http://mail.python.org/mailman/listinfo/python-list
14:32 GMT
Xref: news.xs4all.nl comp.lang.python:378109
"Sébastien Boisgérault" <[EMAIL PROTECTED]> writes:
> Martin v. Löwis a écrit :
> > Andreas Beyer wrote:
> > > How do I find out if NaN, infinity and alike is supported on the
> current
> > > python platf
packages=ns2.findall(UML+'Package')
2. Is there a similar idiom which works for Paths? I've tried:
packages=pkg1.findall(UML+'Namespace.ownedElement/'+UML+'Package')
but haven't found the right combination, so I do step-at-a-time descent.
--
[EMAIL PROTECTED]
6-6M21 BCA CompArch Design Engineering
Phone: (425) 294-4718
--
http://mail.python.org/mailman/listinfo/python-list
5.9.0) Emacs/21.4
Lines: 38
Sender: [EMAIL PROTECTED]
Organization: The Boeing Company
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Date: Tue, 31 May 2005 18:58:32 GMT
Xref: news.xs4all.nl comp.lang.python:379601
Alex Gittens <[EMAIL PROTECTED]> writes:
> I'm new to Python fro
#! rnews 2612
Newsgroups: comp.lang.python
Path:
news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp
From: Harry George <[EMAIL PROTECTED]>
Subject: Re: Generating HTML from python
#! rnews 1443
Newsgroups: comp.lang.python
Path:
news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp
From: Harry George <[EMAIL PROTECTED]>
Subject: Re: python bytecode grammar
Did something change in python buggering up my use of a "\ " sequence in a
triple quoted string?
I have yet to go through my archive on the program, but I tried to run it
today and it crashed quite spectacularly when it hit a """ """ line
being used
Hi Marco,
Certainly.
If you trust the validity of the Python Software Foundation's twitter
feed, you can see they retweeted my call:
https://twitter.com/ThePSF
Alternatively if you reply to the list and ask Paul, Pradyun, Tzu-Ping
or contact Sumana, the PM they'll be able to confirm
Good day,
I keep getting this error message when trying to open Python 3.8.5 on my
computer windows 7 , 64 bit.
---
python.exe - System Error
---
The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing
from your computer
Hello, all.
I guess I'm just not seeing this dictionary pop() problem you're having.
What version of Python are you using? Is there something I'm missing?
If I've made an obvious oversight, please forgive me and explain.
Thanks!
PyCharm (2023.1.1) REPL
1](func[0](*args, **kwargs))
return lambda *args, **kwargs: composite(*func[1:])(func[0](*args, **kwargs
))
tpr=composite(type,print)
print(tpr('a')==tpr(1))
I subscribed to python-list, so I sent this message again.
Why does tpr('a')==tpr(1) return True?
--
https://mail.python.org/mailman/listinfo/python-list
Sent from Mail for Windows 10
--
https://mail.python.org/mailman/listinfo/python-list
Dear Python List,
A question. I help maintain a Python stack for users in my division here
at NASA and one user asked about updating the re module to 2.4. I
believe because he read the docs:
https://docs.python.org/2.7/library/re.html
where you see lines like "New in version 2.4&qu
6701 - 6733 of 6733 matches
Mail list logo