Re: Python Tutorial

2014-06-16 Thread Zachary Ware
(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

Re: Python Tutorial

2014-06-16 Thread jonadina
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

Re: Python Tutorial on Multithreading

2011-02-21 Thread Terry Reedy
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

Re: Python Tutorial on Multithreading

2011-02-21 Thread KevinSimonson
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

Re: Python Tutorial on Multithreading

2011-02-21 Thread Alexander Kapps
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

Re: python tutorial

2009-06-18 Thread Carl Banks
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

Re: python tutorial

2009-06-18 Thread Aahz
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

Re: python tutorial

2009-06-18 Thread Terry Reedy
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

Re: python tutorial

2009-06-18 Thread Piet van Oostrum
> "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

Re: python tutorial

2009-06-18 Thread Ethan Furman
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

Re: python tutorial

2009-06-18 Thread Lie Ryan
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

Re: python tutorial

2009-06-18 Thread Robert Kern
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"

Re: python tutorial

2009-06-18 Thread Peter Bell
> "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

Re: python tutorial

2009-06-18 Thread D'Arcy J.M. Cain
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

Re: python tutorial

2009-06-18 Thread Ben Finney
"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

Re: python tutorial

2009-06-18 Thread steve
"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,

Re: python tutorial

2009-06-18 Thread Steven D'Aprano
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

Re: python tutorial

2009-06-17 Thread steve
"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

Re: python tutorial

2009-06-17 Thread steve
"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

Re: python tutorial

2009-06-17 Thread Steven D'Aprano
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

Re: python tutorial

2009-06-17 Thread Robert Kern
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#

Re: python tutorial

2009-06-17 Thread steve
"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.

Re: python tutorial

2009-06-17 Thread steve
>"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-...

Re: python tutorial

2009-06-15 Thread Dave Angel
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

Re: python tutorial

2009-06-15 Thread Steven D'Aprano
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

Re: python tutorial

2009-06-15 Thread Carl Banks
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

Re: Python Tutorial.

2008-01-18 Thread Sacred Heart
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.

Re: python tutorial on a single html page?

2007-11-07 Thread Tony Nelson
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

Re: python tutorial on a single html page?

2007-11-02 Thread Gabriel Genellina
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),

Re: Python Tutorial

2007-03-01 Thread Joshua J. Kugler
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

Re: Python Tutorial

2007-03-01 Thread Timm Florian Gloger
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

Re: Python Tutorial

2007-03-01 Thread Jerry Hill
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

Re: python tutorial: popular/informative Python sites ?

2006-04-02 Thread John Salerno
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

Re: python tutorial: popular/informative Python sites ?

2006-04-02 Thread Daniel Bickett
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

Re: python tutorial: popular/informative Python sites ?

2006-04-01 Thread gene tani
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

Re: python tutorial/projects

2005-02-24 Thread Tom Willis
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

Re: python tutorial/projects

2005-02-24 Thread Fuzzyman
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

Re: python tutorial/projects

2005-02-23 Thread Cameron Laird
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

Re: python tutorial/projects

2005-02-22 Thread Leif B. Kristensen
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

Re: python tutorial/projects

2005-02-22 Thread Tom Willis
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

Re: python tutorial/projects

2005-02-22 Thread Andrew Thomson
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

Re: python tutorial/projects

2005-02-22 Thread Tom Willis
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

Re: python tutorial/projects

2005-02-22 Thread Steve Juranich
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

Re: python tutorial/projects

2005-02-22 Thread Steve Juranich
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