Re: Homework help requested, thanks to everyone.

2013-07-22 Thread Skip Montanaro
John> Another project I thought of was a Pig Latin translator. (But do kids today John> even know what Pig Latin is? Am I showing my age?) Chris> Even if they don't, they'll grok it no problem. It's simple enough. Google for "Python pig latin" to see a lot of "prior art". And it might be usefu

RE: Homework help requested, thanks to everyone.

2013-07-21 Thread Joseph Clark
al dependencies. // joseph w. clark , phd , visiting research associate \\ university of nebraska at omaha - college of IS&T > Date: Sun, 21 Jul 2013 13:49:40 -0700 > Subject: Homework help requested, thanks to everyone. > From: john_lada...@sbcglobal.net > To: python-list@python.org &g

Re: Homework help requested, thanks to everyone.

2013-07-21 Thread Roy Smith
In article , Chris Angelico wrote: > On Mon, Jul 22, 2013 at 6:49 AM, John Ladasky > wrote: > > Another project I thought of was a Pig Latin translator. (But do kids > > today even know what Pig Latin is? Am I showing my age?) > > > Even if they don't, they'll grok it no problem. It's simp

Re: Homework help requested, thanks to everyone.

2013-07-21 Thread Chris Angelico
On Mon, Jul 22, 2013 at 6:49 AM, John Ladasky wrote: > Another project I thought of was a Pig Latin translator. (But do kids today > even know what Pig Latin is? Am I showing my age?) Even if they don't, they'll grok it no problem. It's simple enough. ChrisA -- http://mail.python.org/mailma

Homework help requested, thanks to everyone.

2013-07-21 Thread John Ladasky
Thanks to everyone for their wealth of suggestions. I already had my students playing with turtle. And I had asked them to alphabetize a string (without having previously revealed the sorted() function). So far, I have taken up the suggestion of the number-guessing game. One of my students h

RE: Homework help requested (not what you think!)

2013-07-18 Thread Joseph Clark
f Roman names and it will give you fake names that sound Roman. // joseph w. clark , phd , visiting research associate \\ university of nebraska at omaha - college of IS&T > Date: Tue, 16 Jul 2013 15:43:45 -0700 > Subject: Homework help

Re: Homework help requested (not what you think!)

2013-07-18 Thread Gene Heskett
On Thursday 18 July 2013 09:04:32 Albert van der Horst did opine: > In article , > > Chris Angelico wrote: > >On Wed, Jul 17, 2013 at 8:43 AM, John Ladasky > > > > wrote: > >> I think that they're disappointed when I show them how much they have > >> to > > > >understand just to write a program

Re: Homework help requested (not what you think!)

2013-07-18 Thread Albert van der Horst
In article , Chris Angelico wrote: >On Wed, Jul 17, 2013 at 8:43 AM, John Ladasky > wrote: >> I think that they're disappointed when I show them how much they have to >understand just to write a program that plays Tic Tac Toe. > > >The disillusionment of every novice programmer, I think. It start

Re: Homework help requested (not what you think!)

2013-07-18 Thread Beth McNany
On Tue, Jul 16, 2013 at 6:43 PM, John Ladasky wrote: > Hi folks, > > No, I'm not asking for YOU to help ME with a Python homework assignment! > > Previously, I mentioned that I was starting to teach my son Python. > > https://groups.google.com/d/msg/comp.lang.python/I7spp6iC3tw/8lxUXfrL-9gJ > > He

Re: Homework help requested (not what you think!)

2013-07-17 Thread Aseem Bansal
On Wednesday, July 17, 2013 4:13:45 AM UTC+5:30, John Ladasky wrote: > Hi folks, > > > > No, I'm not asking for YOU to help ME with a Python homework assignment! > > > > Previously, I mentioned that I was starting to teach my son Python. > > > > https://groups.google.com/d/msg/comp.lang.

Re: Homework help requested (not what you think!)

2013-07-17 Thread alex23
On 17/07/2013 11:29 PM, Chris Angelico wrote: On Wed, Jul 17, 2013 at 11:20 PM, Neil Cerutti wrote: Markov chains are an advanced technique you could introduce, but you'd need a huge list of names broken into syllables from somewhere. You could use names broken into letters... or skip the not

Re: Homework help requested (not what you think!)

2013-07-17 Thread Chris Angelico
On Wed, Jul 17, 2013 at 11:55 PM, Neil Cerutti wrote: > On 2013-07-17, Chris Angelico wrote: >> On Wed, Jul 17, 2013 at 11:20 PM, Neil Cerutti wrote: >>> Markov chains are an advanced technique you could introduce, but >>> you'd need a huge list of names broken into syllables from >>> somewhere.

Re: Homework help requested (not what you think!)

2013-07-17 Thread Neil Cerutti
On 2013-07-17, Chris Angelico wrote: > On Wed, Jul 17, 2013 at 11:20 PM, Neil Cerutti wrote: >> Markov chains are an advanced technique you could introduce, but >> you'd need a huge list of names broken into syllables from >> somewhere. > > You could use names broken into letters... or skip the n

Re: Homework help requested (not what you think!)

2013-07-17 Thread Chris Angelico
On Wed, Jul 17, 2013 at 11:20 PM, Neil Cerutti wrote: > Markov chains are an advanced technique you could introduce, but > you'd need a huge list of names broken into syllables from > somewhere. You could use names broken into letters... or skip the notion of names and just generate words. Lists

Re: Homework help requested (not what you think!)

2013-07-17 Thread Neil Cerutti
On 2013-07-16, John Ladasky wrote: > So, what I am seeking are suggestions for programming > assignments that I can give to brand-new students of Python. > Please keep in mind that none of them are even up to the task > of a simple algorithm like Bubble Sort -- at least, not yet. One of the first

Re: Homework help requested (not what you think!)

2013-07-17 Thread PythonAB
On 17 jul 2013, at 08:35, alex23 wrote: > On 17/07/2013 8:43 AM, John Ladasky wrote: >> The kids all claim to be interested. They all want to write the next great >> 3D video game. Thus, I'm a little surprised that the kids don't actually >> try to sit down and code without me prompting them.

Re: Homework help requested (not what you think!)

2013-07-17 Thread Joshua Landau
On 16 July 2013 23:43, John Ladasky wrote: > > Well, a few other parents caught wind of what I was doing with my son, and > they asked me whether I could tutor their kids, too. I accepted the jobs > (for pay, actually). > > The kids all claim to be interested. They all want to write the next g

Re: Homework help requested (not what you think!)

2013-07-16 Thread Steven D'Aprano
On Tue, 16 Jul 2013 15:43:45 -0700, John Ladasky wrote: > The kids all claim to be interested. They all want to write the next > great 3D video game. Thus, I'm a little surprised that the kids don't > actually try to sit down and code without me prompting them. I think > that they're disappoint

Re: Homework help requested (not what you think!)

2013-07-16 Thread alex23
On 17/07/2013 8:43 AM, John Ladasky wrote: The kids all claim to be interested. They all want to write the next great 3D video game. Thus, I'm a little surprised that the kids don't actually try to sit down and code without me prompting them. I think that they're disappointed when I show th

Re: Homework help requested (not what you think!)

2013-07-16 Thread Chris Angelico
On Wed, Jul 17, 2013 at 10:53 AM, Joel Goldstick wrote: > There is a book : http://inventwithpython.com/ Invent Your Own Computer > Games with Python > which claims to teach people to program games in python. I haven't read it, > but it seems to be for beginning programmers. Take a look.. Maybe

Re: Homework help requested (not what you think!)

2013-07-16 Thread Joel Goldstick
On Tue, Jul 16, 2013 at 8:40 PM, Chris Angelico wrote: > On Wed, Jul 17, 2013 at 8:43 AM, John Ladasky > wrote: > > I think that they're disappointed when I show them how much they have to > understand just to write a program that plays Tic Tac Toe. > > > The disillusionment of every novice prog

Re: Homework help requested (not what you think!)

2013-07-16 Thread Chris Angelico
On Wed, Jul 17, 2013 at 8:43 AM, John Ladasky wrote: > I think that they're disappointed when I show them how much they have to > understand just to write a program that plays Tic Tac Toe. The disillusionment of every novice programmer, I think. It starts out as "I want to learn programming and

Re: Homework help requested (not what you think!)

2013-07-16 Thread David Hutto
You have to utilize a set curriculum to teach. Look at several books like Dive Into Python, and such, then work with the student on an individualized project for each one. For 3D you go with pygame and trig, or go with Blender's python API or matplotlib. Just at first show the basic types of data,

Homework help requested (not what you think!)

2013-07-16 Thread John Ladasky
Hi folks, No, I'm not asking for YOU to help ME with a Python homework assignment! Previously, I mentioned that I was starting to teach my son Python. https://groups.google.com/d/msg/comp.lang.python/I7spp6iC3tw/8lxUXfrL-9gJ He just took a course at his high school called Web Technology and D

Re: Newbie, homework help, please.

2012-04-23 Thread Jean-Michel Pichavant
someone wrote: I have a professor who should be [*snip*] the best person I've ever met I hope he's (not) reading this list :o) Non python advise : be very careful on the internet. JM -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie, homework help, please.

2012-04-22 Thread someone
On Saturday, April 21, 2012 5:48:29 PM UTC-5, BartC wrote: > "someone" wrote in message > news:9533449.630.1335042672358.JavaMail.geo-discussion-forums@ynmf4... > > On Saturday, April 21, 2012 3:44:49 PM UTC-5, BartC wrote: > > > Hi, Bart: Thank you, your post is working now, maybe, I did somethi

Re: Newbie, homework help, please.

2012-04-21 Thread Michael Torrie
On 04/21/2012 02:14 PM, someone wrote: > Thanks for your reply Mr. Roy Smith. Also, thanks for the tip. Maybe > I did not make myself as clear or maybe you did not understand my > post. It states homework help, and I am doing this post to get help > before I pay somebody to show me

Re: Newbie, homework help, please.

2012-04-21 Thread duncan smith
On 21/04/12 23:48, BartC wrote: "someone" wrote in message news:9533449.630.1335042672358.JavaMail.geo-discussion-forums@ynmf4... On Saturday, April 21, 2012 3:44:49 PM UTC-5, BartC wrote: Hi, Bart: Thank you, your post is working now, maybe, I did something wrong, unfortunately, you are rig

Re: Newbie, homework help, please.

2012-04-21 Thread BartC
"someone" wrote in message news:9533449.630.1335042672358.JavaMail.geo-discussion-forums@ynmf4... On Saturday, April 21, 2012 3:44:49 PM UTC-5, BartC wrote: Hi, Bart: Thank you, your post is working now, maybe, I did something wrong, unfortunately, you are right, my setup for getting the file

Re: Newbie, homework help, please.

2012-04-21 Thread Kiuhnm
On 4/21/2012 22:26, GrayShark wrote: --- #!/usr/bin/python xl = ["First Name and Last","ENGR 109-X","Fall 2999","Format Example"] xl_max = 0 for x in xl: xl_max = max ( len( x ), xl_max ) Or xl_max = max([len(x) for x in xl]) topBorder = '^'*( xl_max + 4 ) pr

Re: Newbie, homework help, please.

2012-04-21 Thread someone
On Saturday, April 21, 2012 3:44:49 PM UTC-5, BartC wrote: > "someone" wrote in message > news:9071485.2215.1335040139144.JavaMail.geo-discussion-forums@yniw15... > > > Thanks Bart for trying, it helped me out a little more by showing me a > > little more than I knew, but I tried and I am not sur

Re: Newbie, homework help, please.

2012-04-21 Thread BartC
"someone" wrote in message news:9071485.2215.1335040139144.JavaMail.geo-discussion-forums@yniw15... Thanks Bart for trying, it helped me out a little more by showing me a little more than I knew, but I tried and I am not sure if it does fit my example due to it was too many stars in between the

Re: Newbie, homework help, please.

2012-04-21 Thread BartC
"someone" wrote in message news:4068590.2196.1335038608255.JavaMail.geo-discussion-forums@ynjn4... textTuple = border(SHI) for lines in textTuple: print (lines) Thanks your Bart for trying, I don't understand how it works or if you tried to place my script in python to see if it would wo

Re: Newbie, homework help, please.

2012-04-21 Thread someone
On Saturday, April 21, 2012 12:28:33 PM UTC-5, someone wrote: > Ok, this is my dillema, not only am I new to this programming buisness, > before the last few days, I did not even know what python was, and besides > opening up the internet or word documents, that is most of what I know. Yet, > I

Re: Newbie, homework help, please.

2012-04-21 Thread GrayShark
A lot of to do about this. --- #!/usr/bin/python xl = ["First Name and Last","ENGR 109-X","Fall 2999","Format Example"] xl_max = 0 for x in xl: xl_max = max ( len( x ), xl_max ) topBorder = '^'*( xl_max + 4 ) print topBorder for x in xl: print "* %s%s *

Re: Newbie, homework help, please.

2012-04-21 Thread Roy Smith
On 04/21/12 14:44, Roy Smith wrote: > print "* %-*s *" % (max_length, data) On Apr 21, 2012, at 4:12 PM, Tim Chase wrote: > Sounds like a lot more work and less flexible than using the (underemployed) > .ljust() or .center() methods of a string. :-) > > print "* %s *" % data.ljust(42) Six o

Re: Newbie, homework help, please.

2012-04-21 Thread someone
t;*"+" "*(stringlength - 2)+"*" > fancyText="* "+string+" *" > return(hBorder,spacer,fancyText,hBorder) > > textTuple = border(SHI) > for lines in textTuple: > print (lines) Thanks for your reply Mr. Roy Smith. Also, thanks

Re: Newbie, homework help, please.

2012-04-21 Thread someone
On Saturday, April 21, 2012 12:28:33 PM UTC-5, someone wrote: > Ok, this is my dillema, not only am I new to this programming buisness, > before the last few days, I did not even know what python was, and besides > opening up the internet or word documents, that is most of what I know. Yet, > I

Re: Newbie, homework help, please.

2012-04-21 Thread Tim Chase
On 04/21/12 14:44, Roy Smith wrote: *** * * * First Name and Last * * ENGR 109-X * * Fall 2999 * * Format Example * * * *** You

Re: Newbie, homework help, please.

2012-04-21 Thread Roy Smith
In article <32945367.2045.1335029313436.JavaMail.geo-discussion-forums@ynjn4>, someone wrote: I'm not going to do your homework for you (nor do I expect anybody else will), but I'll give you a hint about one sticky part. > 6) Display the SHI data read from the file in the interpreter with a b

Re: Newbie, homework help, please.

2012-04-21 Thread BartC
"someone" wrote in message news:32945367.2045.1335029313436.JavaMail.geo-discussion-forums@ynjn4... 6) Display the SHI data read from the file in the interpreter with a border around the SHI data (include a buffer of 1 line/space between the border and SHI data). An example might look like:

Re: Newbie, homework help, please.

2012-04-21 Thread MRAB
On 21/04/2012 18:28, someone wrote: Ok, this is my dillema, not only am I new to this programming buisness, before the last few days, I did not even know what python was, and besides opening up the internet or word documents, that is most of what I know. Yet, I have a professor who should be o

Re: Newbie, homework help, please.

2012-04-21 Thread Jon Clements
On Saturday, 21 April 2012 18:35:26 UTC+1, someone wrote: > On Saturday, April 21, 2012 12:28:33 PM UTC-5, someone wrote: > > Ok, this is my dillema, not only am I new to this programming buisness, > > before the last few days, I did not even know what python was, and besides > > opening up the

Re: Newbie, homework help, please.

2012-04-21 Thread Ian Kelly
On Sat, Apr 21, 2012 at 11:28 AM, someone wrote: > for item in userinput: >    openfile=open(textfile,'w');openfile.writelines("%s\n" % item for item in > userinput);openfile.close() The for loop here means that the file will be written and rewritten four times. The end result is the same, but

Re: Newbie, homework help, please.

2012-04-21 Thread someone
On Saturday, April 21, 2012 12:28:33 PM UTC-5, someone wrote: > Ok, this is my dillema, not only am I new to this programming buisness, > before the last few days, I did not even know what python was, and besides > opening up the internet or word documents, that is most of what I know. Yet, > I

Newbie, homework help, please.

2012-04-21 Thread someone
Ok, this is my dillema, not only am I new to this programming buisness, before the last few days, I did not even know what python was, and besides opening up the internet or word documents, that is most of what I know. Yet, I have a professor who should be on Psych medication for giving us 3 pro

Re: Homework help

2008-04-02 Thread David C. Ullrich
On Tue, 1 Apr 2008 09:11:12 -0700 (PDT), [EMAIL PROTECTED] wrote: >Hey guys >I haev this homework assignment due today >I don't necessarily want the answers, but need help on how to approach >it/the steps i need to solve the problems I can see at least two possible approaches: Approach 1: (i)

Re: Homework help

2008-04-01 Thread Grant Edwards
On 2008-04-01, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: >> Write a function zip(lst1, lst2) such that zip accepts two equal >> length lists and returns a list of pairs. For example, zip(['a', 'b', >> 'c'], [10, 20, 30]) should evaluate to the list [('a', 10), ('b', 20), >> ('c', 30)]. >

Re: Homework help

2008-04-01 Thread Dan Upton
> > Write a function zip(lst1, lst2) such that zip accepts two equal > > length lists and returns a list of pairs. For example, zip(['a', 'b', > > 'c'], [10, 20, 30]) should evaluate to the list [('a', 10), ('b', 20), > > ('c', 30)]. > > Hey not even a rebinding necessary. :-) > We had some

Re: Homework help

2008-04-01 Thread Marc 'BlackJack' Rintsch
On Tue, 01 Apr 2008 09:11:12 -0700, bobby.connor wrote: > # (2 Points) Write a python function howMany(item,lst) which accepts > an item and a lst of items and returns the number of times item occurs > in lst. For example, howMany(3,[1,2,3,2,3]) should return 2. Study the methods on lists. > #

Re: Homework help

2008-04-01 Thread John Nagle
[EMAIL PROTECTED] wrote: > Hey guys > I haev this homework assignment due today > I don't necessarily want the answers, but need help on how to approach > it/the steps i need to solve the problems > Thanks > > # (2 Points) Write a python function howMany(item,lst) which accepts > an item and a ls

Re: Homework help

2008-04-01 Thread Nick Craig-Wood
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hey guys > I haev this homework assignment due today > I don't necessarily want the answers, but need help on how to approach > it/the steps i need to solve the problems > Thanks > > # (2 Points) Write a python function howMany(item,lst) which

Re: Homework help

2008-04-01 Thread Terry Reedy
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Hey guys | I haev this homework assignment due today | I don't necessarily want the answers, but need help on how to approach | it/the steps i need to solve the problems | Thanks Read the section of the tutorial (and possibly Launguag

Re: Homework help

2008-04-01 Thread Dave Hansen
On Apr 1, 11:29 am, [EMAIL PROTECTED] wrote: > On Apr 1, 12:17 pm, Paul Rubin wrote: > > > [EMAIL PROTECTED] writes: > > > I don't necessarily want the answers, but need help on how to approach > > > it/the steps i need to solve the problems > > > What parts are you havin

Re: Homework help

2008-04-01 Thread Tommy Grav
On Apr 1, 2008, at 12:29 PM, [EMAIL PROTECTED] wrote: > On Apr 1, 12:17 pm, Paul Rubin wrote: >> [EMAIL PROTECTED] writes: >>> I don't necessarily want the answers, but need help on how to >>> approach >>> it/the steps i need to solve the problems >> >> What parts are

Re: Homework help

2008-04-01 Thread bobby . connor
On Apr 1, 12:17 pm, Paul Rubin wrote: > [EMAIL PROTECTED] writes: > > I don't necessarily want the answers, but need help on how to approach > > it/the steps i need to solve the problems > > What parts are you having difficulty with? Are there some course > materials and

Re: Homework help

2008-04-01 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : > Hey guys > I haev this homework assignment due today Isn't it a bit too late to worry about it then ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Homework help

2008-04-01 Thread Paul Rubin
[EMAIL PROTECTED] writes: > I don't necessarily want the answers, but need help on how to approach > it/the steps i need to solve the problems What parts are you having difficulty with? Are there some course materials and have you read them yet? -- http://mail.python.org/mailman/listinfo/python-

Homework help

2008-04-01 Thread bobby . connor
Hey guys I haev this homework assignment due today I don't necessarily want the answers, but need help on how to approach it/the steps i need to solve the problems Thanks # (2 Points) Write a python function howMany(item,lst) which accepts an item and a lst of items and returns the number of time

Re: new forum -- homework help/chit chat/easy communication

2005-10-09 Thread Donn Cave
Quoth Mike Meyer <[EMAIL PROTECTED]>: | Lasse Vågsæther Karlsen <[EMAIL PROTECTED]> writes: ... |> I think that at one time, scripting languages was something that lived |> within other programs, like Office, and couldn't be used by themselves |> without running it inside that program, and as thus

Re: new forum -- homework help/chit chat/easy communication

2005-10-09 Thread Paul Rubin
"Fredrik Lundh" <[EMAIL PROTECTED]> writes: > Tcl is an early example of a something that started as a "reusable > command language" and turned into a "real programming language" > along the way: Yes, that's why tcl is such an awful language. And it happens all the time. It's better to just star

Re: new forum -- homework help/chit chat/easy communication

2005-10-09 Thread Mike Meyer
Lasse Vågsæther Karlsen <[EMAIL PROTECTED]> writes: > Fredrik Lundh wrote: > >> "Unlike mainstream component programming, scripts usually >> do not introduce new components but simply "wire" existing >> ones. Scripts can be seen as introducing behavior but no >> new state. /.../ O

Re: new forum -- homework help/chit chat/easy communication

2005-10-09 Thread Fredrik Lundh
Lasse Vågsæther Karlsen wrote: > > > "Unlike mainstream component programming, scripts usually > > do not introduce new components but simply "wire" existing > > ones. Scripts can be seen as introducing behavior but no > > new state. /.../ Of course, there is nothing to stop a > >

Re: new forum -- homework help/chit chat/easy communication

2005-10-09 Thread Lasse Vågsæther Karlsen
Fredrik Lundh wrote: > "Unlike mainstream component programming, scripts usually > do not introduce new components but simply "wire" existing > ones. Scripts can be seen as introducing behavior but no > new state. /.../ Of course, there is nothing to stop a > "scripting" langua

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Fredrik Lundh
Lasse Vågsæther Karlsen wrote: > In other words, what is the difference between a "scripting language" > and a "programming language". here's one useful way to look at things: "Unlike mainstream component programming, scripts usually do not introduce new components but simply "wire" exis

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Donn Cave
Quoth Lasse_Vgsther_Karlsen <[EMAIL PROTECTED]>: | Brandon K wrote: |> Hrm...i find it demeaning to relegate Python to a scripting language |> while Visual Basic is in the "software development" section. Python so |> outdoes VB in every way shape and form. | | | In that respect I would very

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Brandon K
> In other words, what is the difference between a "scripting language" > and a "programming language". > Good point. == Posted via Newsgroups.com - Usenet Access to over 100,000 Newsgroups == Get Anonymous, Uncensored, Access to West and East Coast Server Farms! == Highest Rete

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Lasse Vågsæther Karlsen
Brandon K wrote: > Hrm...i find it demeaning to relegate Python to a scripting language > while Visual Basic is in the "software development" section. Python so > outdoes VB in every way shape and form. > In that respect I would very much like to see a definition of "scripting language" as w

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Brandon K
[EMAIL PROTECTED] wrote: > I've launched a new forum not too long ago, and I invite you all to go > there: www.wizardsolutionsusa.com (click on the forum link). We offer > all kinds of help, and for those of you who just like to talk, there's > a chit chat section just for you...Just remember that

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Brandon K
Hrm...i find it demeaning to relegate Python to a scripting language while Visual Basic is in the "software development" section. Python so outdoes VB in every way shape and form. > I've launched a new forum not too long ago, and I invite you all to go > there: www.wizardsolutionsusa.com (clic

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Lasse Vågsæther Karlsen
Fredrik Lundh wrote: > Lasse Vågsæther Karlsen wrote: > > >>Don't think so matey. > > > oh, come on. a site run by some random guy in North Carolina has to be > safer, faster and more reliable than a distributed communication system that > has been around since that guy was born... Yes, of co

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Grant Edwards
On 2005-10-08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I've launched a new forum not too long ago, and I invite you all to go > there: www.wizardsolutionsusa.com (click on the forum link). We offer > all kinds of help, and for those of you who just like to talk, there's > a chit chat secti

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Fredrik Lundh
Michael Goettsche wrote: > Besides that, it's cheap advertising. Would it have been harder to post the > direct forum link than to link to his company's website? company? -- http://mail.python.org/mailman/listinfo/python-list

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Fredrik Lundh
Lasse Vågsæther Karlsen wrote: > Don't think so matey. oh, come on. a site run by some random guy in North Carolina has to be safer, faster and more reliable than a distributed communication system that has been around since that guy was born... -- http://mail.python.org/mailman/listinfo/

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Michael Goettsche
On Saturday 08 October 2005 21:15, Lasse Vågsæther Karlsen wrote: > [EMAIL PROTECTED] wrote: > > I've launched a new forum not too long ago, and I invite you all to go > > there: www.wizardsolutionsusa.com (click on the forum link). We offer > > all kinds of help, and for those of you who just lik

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Lasse Vågsæther Karlsen
[EMAIL PROTECTED] wrote: > I've launched a new forum not too long ago, and I invite you all to go > there: www.wizardsolutionsusa.com (click on the forum link). We offer > all kinds of help, and for those of you who just like to talk, there's > a chit chat section just for you...Just remember that

new forum -- homework help/chit chat/easy communication

2005-10-08 Thread csheppard91
I've launched a new forum not too long ago, and I invite you all to go there: www.wizardsolutionsusa.com (click on the forum link). We offer all kinds of help, and for those of you who just like to talk, there's a chit chat section just for you...Just remember that forum communication is much easi