(Note, for those confused, context:
https://mail.python.org/pipermail/python-list/2010-August/584707.html)
On Mon, Jun 16, 2014 at 10:06 AM, wrote:
> hello... pls how did ur tutorial creation go?
> Could i get it as i am starting to learn python
> thanks
Hi,
Please note that you've just posted
hello... pls how did ur tutorial creation go?
Could i get it as i am starting to learn python
thanks
--
https://mail.python.org/mailman/listinfo/python-list
On 2/21/2011 7:02 PM, KevinSimonson wrote:
On Feb 21, 4:04 pm, Alexander Kapps wrote:
That tutorial seems to be wrong.
According to the official docs:
"If the subclass overrides the constructor, it must make sure to
invoke the base class constructor (Thread.__init__()) before doing
anything
On Feb 21, 4:04 pm, Alexander Kapps wrote:
>
> That tutorial seems to be wrong.
>
> According to the official docs:
>
> "If the subclass overrides the constructor, it must make sure to
> invoke the base class constructor (Thread.__init__()) before doing
> anything else to the thread."
>
> http://d
On 21.02.2011 23:30, KevinSimonson wrote:
I've been teaching myself Python from the tutorial routed at "http://
www.tutorialspoint.com/python/index.htm". It's worked out pretty
well, but when I copied its multithreading example from the bottom of
the page at "http://www.tutorialspoint.com/python
On Jun 17, 5:36 pm, "steve" wrote:
> >"Carl Banks" wrote in message
> >news:2f6271b1-5ffa-4cec-81f8->>0276ad647__begin_mask_n#9g02mg7!__...__end_mask_i?a63jfad$...@p5g2000pre.googlegroups.com...
> >On Jun 15, 7:56 pm, "steve" wrote:
> >> I was just looking at the python tutorial, and I noticed t
In article ,
D'Arcy J.M. Cain wrote:
>
>I really loved CP/M in its day but isn't it time we let go?
+1 QOTW
--
Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/
"as long as we like the same operating system, things are cool." --piranha
--
http://mail.python.org/mail
1) Windows does not make a distinction between text and binary files.
'Windows', in its broad sense of Windoes system, includes the standards
and protocols mandated by its maker, Microsoft Corporation, and
implemented in its C compiler, which it uses to compile the software
that other inte
> "Peter Bell" (PB) wrote:
>>> "Steven D'Aprano"
>PB> writes
>>> http://support.microsoft.com/kb/156258
>PB> That says that Windows NT 3.5 and NT 4 couldn't make
>PB> a distinction between text and binary files. I don't think
>PB> that advances your case.
And that was a bug apparently (e
steve wrote:
"Robert Kern" wrote in message
news:mailman.1728.1245289092.8015.python-l...@python.org...
On 2009-06-17 19:36, steve wrote:
"Carl Banks" wrote in message
news:2f6271b1-5ffa-4cec-81f8->>0276ad647...@p5g2000pre.googlegroups.com...
On Jun 15, 7:56 pm, "steve" wrote:
I was jus
Ben Finney wrote:
> You started out asking how to *interpret* it, which is fine for this
> forum; but discussing it here isn't going to lead automatically to any
> *midification* to a document developed within the core of Python.
>
I definitely want to see how python doc be midified, last time I
On 2009-06-18 00:57, steve wrote:
"Robert Kern" wrote in message
news:mailman.1728.1245289092.8015.python-l...@python.org...
On 2009-06-17 19:36, steve wrote:
"Carl Banks" wrote in message
news:2f6271b1-5ffa-4cec-81f8->>0276ad647...@p5g2000pre.googlegroups.com...
On Jun 15, 7:56 pm, "steve"
> "Steven D'Aprano"
writes
>http://support.microsoft.com/kb/156258
That says that Windows NT 3.5 and NT 4 couldn't make
a distinction between text and binary files. I don't think
that advances your case.
If they had changed the Windows behaviour, yes, but
Windows 7 seems to be compatible with
On 18 Jun 2009 07:05:20 GMT
Steven D'Aprano wrote:
> Technically, the Windows file systems record the length of text files and
> so an explicit EOF character is redundant, nevertheless, the behaviour of
> stopping the read at \0x1A is expected. Whether you want to claim it is
I really loved CP
"steve" writes:
> So far I've been pointed to a discussion of C, a discussion of DOS,
> and a discussion of Windows NT 4. Great. Glad to see that you know how
> to use the Internet.
Says the person who doesn't want to attach an identity to his messages.
(Yes, that's ad hominem if used to dismiss
"Steven D'Aprano" wrote in message
news:pan.2009.06.18.07.05...@remove.this.cybersource.com.au...
> On Thu, 18 Jun 2009 15:58:37 +1000, steve wrote:
>
>> "Steven D'Aprano" wrote in
>> message news:pan.2009.06.18.01.42...@remove.this.cybersource.com.au...
>>> On Thu, 18 Jun 2009 10:36:01 +1000,
On Thu, 18 Jun 2009 15:58:37 +1000, steve wrote:
> "Steven D'Aprano" wrote in
> message news:pan.2009.06.18.01.42...@remove.this.cybersource.com.au...
>> On Thu, 18 Jun 2009 10:36:01 +1000, steve wrote:
>>
>>> 1) Windows does not make a distinction between text and binary files.
>>
>> Of course i
"Steven D'Aprano" wrote in message
news:pan.2009.06.18.01.42...@remove.this.cybersource.com.au...
> On Thu, 18 Jun 2009 10:36:01 +1000, steve wrote:
>
>> 1) Windows does not make a distinction between text and binary files.
>
> Of course it does.
>
>
> Python 2.6.2 (r262:71605, Apr 14 2009, 22:40
"Robert Kern" wrote in message
news:mailman.1728.1245289092.8015.python-l...@python.org...
> On 2009-06-17 19:36, steve wrote:
>>> "Carl Banks" wrote in message
>>> news:2f6271b1-5ffa-4cec-81f8->>0276ad647...@p5g2000pre.googlegroups.com...
>>> On Jun 15, 7:56 pm, "steve" wrote:
I was just
On Thu, 18 Jun 2009 10:36:01 +1000, steve wrote:
> 1) Windows does not make a distinction between text and binary files.
Of course it does.
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more informatio
On 2009-06-17 19:36, steve wrote:
"Carl Banks" wrote in message
news:2f6271b1-5ffa-4cec-81f8->>0276ad647...@p5g2000pre.googlegroups.com...
On Jun 15, 7:56 pm, "steve" wrote:
I was just looking at the python tutorial, and I noticed these lines:
http://docs.python.org/tutorial/inputoutput.html#
"Steven D'Aprano" wrote in message
news:pan.2009.06.16.04.29...@remove.this.cybersource.com.au...
> On Mon, 15 Jun 2009 20:58:47 -0700, Carl Banks wrote:
>
>> On Jun 15, 7:56 pm, "steve" wrote:
>>> I was just looking at the python tutorial, and I noticed these lines:
>>>
>>> http://docs.python.
>"Carl Banks" wrote in message
>news:2f6271b1-5ffa-4cec-81f8->>0276ad647...@p5g2000pre.googlegroups.com...
>On Jun 15, 7:56 pm, "steve" wrote:
>> I was just looking at the python tutorial, and I noticed these lines:
>>
>> http://docs.python.org/tutorial/inputoutput.html#reading-and-writing-...
steve wrote:
I was just looking at the python tutorial, and I noticed these lines:
http://docs.python.org/tutorial/inputoutput.html#reading-and-writing-files
"Windows makes a distinction between text and binary files;
"the end-of-line characters in text files are automatically altered
"slightly
On Mon, 15 Jun 2009 20:58:47 -0700, Carl Banks wrote:
> On Jun 15, 7:56 pm, "steve" wrote:
>> I was just looking at the python tutorial, and I noticed these lines:
>>
>> http://docs.python.org/tutorial/inputoutput.html#reading-and-
writing-...
>>
>> "Windows makes a distinction between text and b
On Jun 15, 7:56 pm, "steve" wrote:
> I was just looking at the python tutorial, and I noticed these lines:
>
> http://docs.python.org/tutorial/inputoutput.html#reading-and-writing-...
>
> "Windows makes a distinction between text and binary files;
> "the end-of-line characters in text files are au
On Jan 17, 11:30 pm, Rizwan <[EMAIL PROTECTED]> wrote:
> Hiya,
>
> I found one good website for python tutorial. just thought to share
> with community.
>
> Hope you all also like it..
>
> http://python.objectis.net
>
> -MR
Thanks, looks like a nice collection of links. I've bookmarked the
page.
In article <[EMAIL PROTECTED]>,
BartlebyScrivener <[EMAIL PROTECTED]> wrote:
> Is the main Python tutorial posted on single searchable page
> somewhere? As opposed to browsing the index and clicking NEXT etc.
For completeness (though a bit late), I'll mention that Google can
search a group of
En Fri, 02 Nov 2007 19:43:23 -0300, BartlebyScrivener
<[EMAIL PROTECTED]> escribió:
> Is the main Python tutorial posted on single searchable page
> somewhere? As opposed to browsing the index and clicking NEXT etc.
The next release will use a different doc format (and different layout
too),
Timm Florian Gloger wrote:
> Hi,
>
> is Guido van Rossum's "Python Tutorial" in non-HTML formats (e.g. PDF
> or PS) avaiable for free?
>
> Regards,
> Timm
You mean like here: http://docs.python.org/download.html
You have to download them all, but a download of the PDFs will include the
tutoria
Thanks.
And excuse this now so obviously foolish question. It seems that my
so-called "brain" was not able to recognise "Downloads" as a valueable
possibility to dive into when searching some non-HTML content.
Sorry for wasting your time, and thanks even more for answering nevertheless.
Regards,
T
On 3/1/07, Timm Florian Gloger <[EMAIL PROTECTED]> wrote:
> is Guido van Rossum's "Python Tutorial" in non-HTML formats (e.g. PDF
> or PS) avaiable for free?
Yes. Download one of the PDF documentation zips from here:
http://docs.python.org/download and extract the tut.pdf file. AFAIK
it's not av
Fredrik Lundh wrote:
> the "what now?" page in the tutorial
>
> http://www.python.org/doc/tut/node14.html
>
> lists a couple of relevant web sites for Python users, including:
>
> http://www.python.org
> http://starship.python.net
> http://www.python.org/pypi
>
> the starship li
I read c.l.py and (the Unofficial) Planet Python (and that's it), so
perhaps that's an appropriate suggestion:
http://www.planetpython.org/
(From the Starship: "If you want to join the crew, we only require your
PSA membership")
--
Daniel Bickett
dbickett at gmail dot com
http://heureusemen
Fredrik Lundh wrote:
> the "what now?" page in the tutorial
>
> to replace it with something else, what should that be? what sites
> do pythoneers and pythonistas visit these days?
>
> post your suggestions in this thread or on this page:
>
Pilgrims tricks/ips
http://diveintopython.org/appendix/t
On 24 Feb 2005 02:06:24 -0800, Fuzzyman <[EMAIL PROTECTED]> wrote:
> I'm looking for people to work on a couple of projects... online
> bookmarks manager for example
>
> Regards,
>
> Fuzzy
> http://www.voidspace.org.uk/python/index.shtml
>
> --
> http://mail.python.org/mailman/listinfo/pytho
I'm looking for people to work on a couple of projects... online
bookmarks manager for example
Regards,
Fuzzy
http://www.voidspace.org.uk/python/index.shtml
--
http://mail.python.org/mailman/listinfo/python-list
In article <[EMAIL PROTECTED]>,
Leif B. Kristensen <[EMAIL PROTECTED]> wrote:
>Danny skrev:
>
>> Does anyone know of a good python tutorial?
>> I was also looking for some non-trivial projects to do in python.
>
>There's a lot of projects on Sourceforge that are written in Python,
>where you're fr
Danny skrev:
> Does anyone know of a good python tutorial?
> I was also looking for some non-trivial projects to do in python.
There's a lot of projects on Sourceforge that are written in Python,
where you're free to study the code and maybe participate, if you've
got what it takes.
> Basicall
You know, I hate doing this
I just remembered the Bruce Eckel book is a direct transaltion from
THinking In Patterns for Java.
And as such the example python code within the chapters is not even
valid Python.
If you're new to the language you'll get confused with the use of
private and stat
On Tue, 2005-02-22 at 15:23 -0800, Danny wrote:
> Does anyone know of a good python tutorial?
I found this one most helpful.
http://www.ibiblio.org/obp/thinkCSpy/
ajt.
> I was also looking for some non-trivial projects to do in python.
>
>
> Basically I would like to claim on my resume, that
I found this one helpful
http://diveintopython.org/
and this one
http://ibiblio.org/obp/thinkCS/python/english/
Just found this one
http://hetland.org/python/instant-python
and this page has links to many more.
http://www.python.org/doc/Intros.html
And because I'm a huge Bruce Eckel fan.
T
Oops. The correct URL is http://docs.python.org/tut/tut.html
On Tue, 22 Feb 2005 16:48:48 -0700, Steve Juranich <[EMAIL PROTECTED]> wrote:
> I think the tutorial offered at www.python.org/tut/tut.html is as good
> a starting place as any.
>
> I wouldn't be able to suggest a "non-trivial" projec
I think the tutorial offered at www.python.org/tut/tut.html is as good
a starting place as any.
I wouldn't be able to suggest a "non-trivial" project without knowing
more about your background. Can you do a flashcard program? recipe
organizer? [EMAIL PROTECTED] client? (I think you see where this
44 matches
Mail list logo