Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Alan Gauld
On 20/08/13 01:18, Leam Hall wrote: Am I more confused than normal or if I click "Reply" should it go just to the sender instead of the list? Reply replies to the sender. Reply All replies to the whole list Some mail tools also have a Reply List feature which also replies to the list. -- A

Re: [Tutor] Coursera Python Course starts today

2013-08-20 Thread Luke Pettit
https://plus.google.com/u/0/communities/10076754413628630 Is a G+ community for that very course feel free to join On 20 August 2013 16:14, Anung Ariwibowo wrote: > Just started today before catching bus to work. I will start this evening. > > Regards, > Anung > > > On 8/20/13, Leam Hall

Re: [Tutor] . http.server -- stuck at binding [windows8]

2013-08-20 Thread Shanmukha Surya Teja
Actually I am using the Simple HTTP Server class to implement it but instead of redirecting to a html file, I am redirecting it to a media file :P use google my friend...if ur still unable to do it, I'll post the code as a reply to that message On Mon, Aug 19, 2013 at 6:46 PM, Engineering wrote:

Re: [Tutor] Coursera Python Course starts today

2013-08-20 Thread zubair alam
i signed up for the course...lets see how much i gain from this. On Tue, Aug 20, 2013 at 11:43 AM, Anung Ariwibowo wrote: > This should go to the list > > Let's discuss our progress then, if it is allowed by list rules. I was > just retake the course as well. > > Regards, > Anung > > > On 8/20/1

Re: [Tutor] Coursera Python Course starts today

2013-08-20 Thread zubair alam
@anung..have you started this course? On Tue, Aug 20, 2013 at 11:44 AM, Anung Ariwibowo wrote: > Just started today before catching bus to work. I will start this evening. > > Regards, > Anung > > > On 8/20/13, Leam Hall wrote: > > A little cooperation is motivating. I have finished up Week 1 b

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Andy McKenzie
On Mon, Aug 19, 2013 at 8:18 PM, Leam Hall wrote: > All, > > Am I more confused than normal or if I click "Reply" should it go just to > the sender instead of the list? > Yep. Someone decided it didn't make sense for "reply" to go to the list that sent the message and should be receiving the re

[Tutor] python tutoring

2013-08-20 Thread Fowler, Trent
Hello, Not long ago I came across the website of a professional programmer offering python tutoring services: http://www.jeffknupp.com/python-tutoring/ I have attempted to contact him because I am interested but I've been unable to get in touch. I was wondering if anyone knew of people offer

Re: [Tutor] I need a good resource for python Django

2013-08-20 Thread Jared Nielsen
> Hi, > > Can anyone suggest me a good resource for python Django. I've gone through > the official website of Django but it is of limited use to me. Any help on > this would be highly appreciated. I recommend Mike Hibbert's YouTube series on Django. http://www.youtube.com/watch?v=oT1A1KKf0SI&fea

Re: [Tutor] python tutoring

2013-08-20 Thread Prasad, Ramit
Fowler, Trent wrote: > > Hello, > > Not long ago I came across the website of a professional programmer offering > python tutoring services: > > http://www.jeffknupp.com/python-tutoring/ > > I have attempted to contact him because I am interested but I've been unable > to get in touch. I was

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Oscar Benjamin
On 20 August 2013 13:15, Andy McKenzie wrote: > On Mon, Aug 19, 2013 at 8:18 PM, Leam Hall wrote: >> >> Am I more confused than normal or if I click "Reply" should it go just to >> the sender instead of the list? > > Yep. Someone decided it didn't make sense for "reply" to go to the list > that

Re: [Tutor] python tutoring

2013-08-20 Thread leam hall
Trent, You can do well with Alan's on-line pages ( http://www.freenetpages.co.uk/hp/alan.gauld/) and just ask questions here. The biggest thing is to pick a big enough but not too big project. Using Python as your first programming language will spoil you, though, it's a great language and covers

Re: [Tutor] python tutoring

2013-08-20 Thread Walter Prins
Hi, On 20 August 2013 14:22, Fowler, Trent wrote: > I am a self-starter and highly motivated, but I live in a small town in > South Korea and I don't have any friends who program. Since I also don't > have a computer science background and python is my first language, I > really need someone wh

Re: [Tutor] Coursera Python Course starts today

2013-08-20 Thread bessenkphilip
Thank you. need to check out. Me too completed first 2 weeks but haven't completed the full course. -Bessen On 08/20/2013 05:32 AM, Leam Hall wrote: Hey all, In case I'm not the absolute last person to know, the newest edition of the Coursera "Learn to Program" course started today. It is Py

[Tutor] is the the two style of writting the same?

2013-08-20 Thread sikonai sikonai
>>> list=[1,2,3,4,5,6,7,8,9] >>> list[9:0:-2] [9, 7, 5, 3] >>> list[10:0:-2] [9, 7, 5, 3] I want to know whether they have some difference. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mail

Re: [Tutor] hi

2013-08-20 Thread Vick
-Original Message- From: Oscar Benjamin [mailto:oscar.j.benja...@gmail.com] Sent: Tuesday, 13 August, 2013 01:01 > Well just send me some tutorial on how to build and obtain the > coefficients for the butcher tableau for the RK4 as an example, and > after I've mastered it, I'd give t

[Tutor] I have download python 3.3, then I click the link of Module Docs, but nothing appears

2013-08-20 Thread tan Sikonai
where is the docs ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] is the the two style of writting the same?

2013-08-20 Thread tan Sikonai
? 2013/8/20 sikonai sikonai > >>> list=[1,2,3,4,5,6,7,8,9] > >>> list[9:0:-2] > [9, 7, 5, 3] > >>> list[10:0:-2] > [9, 7, 5, 3] > > I want to know whether they have some difference. > ___ Tutor maillist - Tutor@python.org To unsubscribe or change su

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Andy McKenzie
On Tue, Aug 20, 2013 at 2:53 PM, Alan Gauld wrote: > On 20/08/13 13:15, Andy McKenzie wrote: > > Yep. Someone decided it didn't make sense for "reply" to go to the list >> that sent the message >> > > Lists never send messages. People do. > > So reply goes to the *person* who sent the message. >

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Alan Gauld
On 20/08/13 13:15, Andy McKenzie wrote: Yep. Someone decided it didn't make sense for "reply" to go to the list that sent the message Lists never send messages. People do. So reply goes to the *person* who sent the message. Which is what mail always does, to modify it for mail forwarded by a

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Chris “Kwpolska” Warrick
On Tue, Aug 20, 2013 at 8:53 PM, Alan Gauld wrote: > On 20/08/13 13:15, Andy McKenzie wrote: > >> Yep. Someone decided it didn't make sense for "reply" to go to the list >> that sent the message > > > Lists never send messages. People do. > > So reply goes to the *person* who sent the message. >

Re: [Tutor] python tutoring

2013-08-20 Thread Alan Gauld
On 20/08/13 17:23, leam hall wrote: You can do well with Alan's on-line pages (http://www.freenetpages.co.uk/hp/alan.gauld/) but don't use that site, its prehistoric but locked so that I can't redirect it. See my sig instead -- Alan G Author of the Learn to Program web site http://www.ala

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread leam hall
Replying to the human, vice the list, is about 99% never what I want. With a 1% margin of error. :) Leam On Tue, Aug 20, 2013 at 3:00 PM, Chris “Kwpolska” Warrick < kwpol...@gmail.com> wrote: > On Tue, Aug 20, 2013 at 8:53 PM, Alan Gauld > wrote: > > On 20/08/13 13:15, Andy McKenzie wrote: >

Re: [Tutor] I have download python 3.3, then I click the link of Module Docs, but nothing appears

2013-08-20 Thread Jerry Hill
You don't give much context for your question, so I'm going to guess. You installed Python 3.3 on windows, and it installed some links in your start menu. One of those links is titled "Module Docs", and clicking on it doesn't do anything. Is that right? That seems to be the case for me too, thou

[Tutor] using python with photoshop

2013-08-20 Thread charles le guen
Hi I'm running Windows 7 64 bit and I want to manipulate psd photoshop files using python. Google searches led me to a few cool sitessuggesting I need to use comtypes

Re: [Tutor] is the the two style of writting the same?

2013-08-20 Thread Walter Prins
Hi, On 20 August 2013 10:20, sikonai sikonai wrote: > >>> list=[1,2,3,4,5,6,7,8,9] > >>> list[9:0:-2] > [9, 7, 5, 3] > >>> list[10:0:-2] > [9, 7, 5, 3] > > I want to know whether they have some difference. > For the specific list you show, the 2 expressions yield the same result. However this

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Brian van den Broek
On Aug 20, 2013 3:04 PM, "Andy McKenzie" wrote: > > On Tue, Aug 20, 2013 at 2:53 PM, Alan Gauld wrote: >> >> On 20/08/13 13:15, Andy McKenzie wrote: >> >>> Yep. Someone decided it didn't make sense for "reply" to go to the list >>> that sent the message >> >> >> Lists never send messages. People

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread leam hall
The only question I have is what is compelling about being different than other lists? Far as I can tell, most reply to the list if you click reply. It's not something to get religious over; if I reply and don't have time to make sure it goes to those who might be interested, at least it will go t

Re: [Tutor] using python with photoshop

2013-08-20 Thread Albert-Jan Roskam
> From: charles le guen >To: tutor@python.org >Sent: Tuesday, August 20, 2013 9:16 PM >Subject: [Tutor] using python with photoshop > >Hi > >I'm running Windows 7 64 bit and I want to manipulate psd photoshop files >using python. > >Google searches led me to a

Re: [Tutor] is the the two style of writting the same?

2013-08-20 Thread Prasad, Ramit
tan Sikonai wrote: > > ? You should wait at least 24 hours as many people in this mailing list are around the world and may not see this immediately. > > 2013/8/20 sikonai sikonai > >>> list=[1,2,3,4,5,6,7,8,9] > >>> list[9:0:-2] > [9, 7, 5, 3] > >>> list[10:0:-2] > [9, 7, 5, 3] > > I want to

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Dave Angel
leam hall wrote: > The only question I have is what is compelling about being different than > other lists? Far as I can tell, most reply to the list if you click reply. > > It's not something to get religious over; if I reply and don't have time to > make sure it goes to those who might be intere

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Andy McKenzie
leam hall wrote: > > > The only question I have is what is compelling about being different than > > other lists? Far as I can tell, most reply to the list if you click > reply. > > > > It's not something to get religious over; if I reply and don't have time > to > > make sure it goes to those who

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Chris Down
On 2013-08-20 18:40, Andy McKenzie wrote: > Well, since someone else brought it up... I really prefer top posting. In > general, I don't WANT to reread every message: I want to quickly get to > whatever is new. Right, which is why when top posting you should cut to the relevant context. > What

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Chris Down
On 2013-08-21 01:01, Chris Down wrote: > Right, which is why when top posting you should cut to the relevant context. s/top posting/bottom posting/ I'm interested to know how you can reply and reference multiple parts of a message clearly when top posting, though. I think that's impossible withou

Re: [Tutor] using python with photoshop

2013-08-20 Thread Alan Gauld
On 20/08/13 20:16, charles le guen wrote: I'm running Windows 7 64 bit and I want to manipulate psd photoshop files using python. Because PSD is a proprietary (but published) format designed for Photoshop (although in practice many other tools can open them too) it is always going to be a sl

Re: [Tutor] is the the two style of writting the same?

2013-08-20 Thread eryksun
On Tue, Aug 20, 2013 at 3:31 PM, Walter Prins wrote: > On 20 August 2013 10:20, sikonai sikonai wrote: >> >> >>> list=[1,2,3,4,5,6,7,8,9] >> >>> list[9:0:-2] >> [9, 7, 5, 3] >> >>> list[10:0:-2] >> [9, 7, 5, 3] > > For the specific list you show, the 2 expressions yield the same result. > However

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Steven D'Aprano
On 21/08/13 09:09, Chris Down wrote: On 2013-08-21 01:01, Chris Down wrote: Right, which is why when top posting you should cut to the relevant context. s/top posting/bottom posting/ I'm interested to know how you can reply and reference multiple parts of a message clearly when top posting, t

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Steven D'Aprano
On 21/08/13 08:40, Andy McKenzie wrote: Well, since someone else brought it up... I really prefer top posting. In general, I don't WANT to reread every message: I want to quickly get to whatever is new. You shouldn't have to reread every message. At most, you should have to skim a few parag

Re: [Tutor] [OT] Replies go to individuals, not the list?

2013-08-20 Thread Dave Angel
Andy McKenzie wrote: > (DaveA wrote, but wasn't attributed) >> Yeah, and top-posting with html mail is similarly taking the easy way >> out. After all, who cares if everyone else has to put up with your bad >> habits. >> > > Well, since someone else brought it up... I really prefer top postin

Re: [Tutor] using python with photoshop

2013-08-20 Thread charles le guen
Gimp is indeed an option. I might use nuke as well (it opens psd files). But I think I figured out how to manipulate photoshop with python... Seems installing pywin32 does the trick. It's important to install the proper version

[Tutor] Runestone Python Course

2013-08-20 Thread Jim Mooney
http://interactivepython.org Since there has been some mention of courses lately, I think this has become the best online Python course: "How to Think Like a Computer Scientist." It has an interactive Online Interpreter, where you can run the examples, or change things and experiment with new code

Re: [Tutor] is the the two style of writting the same?

2013-08-20 Thread Steven D'Aprano
On Tue, Aug 20, 2013 at 05:20:23PM +0800, sikonai sikonai wrote: > >>> list=[1,2,3,4,5,6,7,8,9] > >>> list[9:0:-2] > [9, 7, 5, 3] > >>> list[10:0:-2] > [9, 7, 5, 3] > > I want to know whether they have some difference. Consider: 2+2 2*2 2**2 All three give the same result, 4, and yet they are d