Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Intermediate Python user needed help

Reply
Thread Tools

Intermediate Python user needed help

 
 
Steven D'Aprano
Guest
Posts: n/a
 
      08-07-2012
On Mon, 06 Aug 2012 09:05:50 -0700, Ethan Furman wrote:

> These are not the errors an intermediate user would make, nor the
> questions an intermediate user would ask. These are the errors that
> somebody who doesn't know Python would make.


> P.S. The scale I am accustomed to is Novice -> Intermediate -> Advanced
> -> Master
>
> Are there scales out there that would put these types of questions in
> the "intermediate" category?


http://en.wikipedia.org/wiki/Dunning...3Kruger_effect


Or to put it another way:

http://www.quickmeme.com/meme/359ofp/
http://www.quickmeme.com/meme/3q8648/




--
Steven
 
Reply With Quote
 
 
 
 
Jugurtha Hadjar
Guest
Posts: n/a
 
      08-07-2012
On 08/05/2012 09:52 PM, John Mordecai Dildy wrote:
> NameError: name 'start' is not defined
>
> anyone know how to make start defined


Maybe rename it "defined_start"

I wonder how someone can get to the point of writing more than 76 lines
of code while not only still making this kind of errors, but not even
knowing what these errors mean and how to correct them. It's impossible.
You can't write programs that are more than 10 lines without having
encountered these errors and learnt how to deal with them.

Unless you're reading exercises from a book, and feeling that you're
"intermediate", you started reading from chapter 28 in a 29 chapters book.



--
~Jugurtha Hadjar,

 
Reply With Quote
 
 
 
 
Dennis Lee Bieber
Guest
Posts: n/a
 
      08-07-2012
On Tue, 7 Aug 2012 07:59:44 +1000, Chris Angelico <>
declaimed the following in gmane.comp.python.general:

> On Tue, Aug 7, 2012 at 5:22 AM, Dennis Lee Bieber <> wrote:
> > So am I beginner, intermediate, advanced, expert?

>
> I wonder would this sort of a scale help:
>
> http://www.geekcode.com/geek.html#perl
>
> Novice: P
> Intermediate: P+ or P++
> Advanced: P+++
> Master: P++++
>

Surely we can rise above mere "pluses" and rank using "stars" (*) --
a four-star Pythoneer (or whatever the preferred term is)?

--
Wulfraed Dennis Lee Bieber AF6VN
HTTP://wlfraed.home.netcom.com/

 
Reply With Quote
 
rusi
Guest
Posts: n/a
 
      08-07-2012
On Aug 7, 8:06*am, Jugurtha Hadjar <jugurtha.had...@gmail.com> wrote:
> On 08/05/2012 09:52 PM, John Mordecai Dildy wrote:
>
> > NameError: name 'start' is not defined

>
> > anyone know how to make start defined

>
> Maybe rename it "defined_start"
>
> I wonder how someone can get to the point of writing more than 76 lines
> of code while not only still making this kind of errors, but not even
> knowing what these errors mean and how to correct them. It's impossible.
> You can't write programs that are more than 10 lines without having
> encountered these errors and learnt how to deal with them.
>
> Unless you're reading exercises from a book, and feeling that you're
> "intermediate", you started reading from chapter 28 in a 29 chapters book..
>
> --
> ~Jugurtha Hadjar,


If you've ever taught programming in a formal teaching setup, you
would not be surprised when students submit C 'projects' that wont
even compile (leave aside segfault).

On a more personal note, the first program I wrote was in Cobol. I
got only 350 errors before the compiler copped out. It was a bit
traumatic. Later on I found I forgot to write
PROCEDURE DIVISION.

So its good to remember how spoilt we are on python that we can test
out 10 lines at a time.
 
Reply With Quote
 
rusi
Guest
Posts: n/a
 
      08-07-2012
On Aug 7, 6:16*am, Steven D'Aprano <steve
+comp.lang.pyt...@pearwood.info> wrote:
> On Mon, 06 Aug 2012 09:05:50 -0700, Ethan Furman wrote:
> > * These are not the errors an intermediate user would make, nor the
> > questions an intermediate user would ask. *These are the errors that
> > somebody who doesn't know Python would make.
> > P.S. *The scale I am accustomed to is Novice -> Intermediate -> Advanced
> > -> Master

>
> > Are there scales out there that would put these types of questions in
> > the "intermediate" category?

>
> http://en.wikipedia.org/wiki/Dunning...3Kruger_effect


Thanks for that link -- I'd been looking for it.

>
> Or to put it another way:
>
> http://www.quickmeme.com/meme/359ofp...m/meme/3q8648/


 
Reply With Quote
 
John Mordecai Dildy
Guest
Posts: n/a
 
      08-07-2012
On Monday, August 6, 2012 11:39:45 PM UTC-4, Dennis Lee Bieber wrote:
> On Tue, 7 Aug 2012 07:59:44 +1000, Chris Angelico <>
>
> declaimed the following in gmane.comp.python.general:
>
>
>
> > On Tue, Aug 7, 2012 at 5:22 AM, Dennis Lee Bieber <> wrote:

>
> > > So am I beginner, intermediate, advanced, expert?

>
> >

>
> > I wonder would this sort of a scale help:

>
> >

>
> > http://www.geekcode.com/geek.html#perl

>
> >

>
> > Novice: P

>
> > Intermediate: P+ or P++

>
> > Advanced: P+++

>
> > Master: P++++

>
> >

>
> Surely we can rise above mere "pluses" and rank using "stars" (*) --
>
> a four-star Pythoneer (or whatever the preferred term is)?
>
>
>
> --
>
> Wulfraed Dennis Lee Bieber AF6VN
>
> HTTP://wlfraed.home.netcom.com/


No matter what level you are in python you will still make mistakes every once in a while but if your like a expert you just notice it faster
 
Reply With Quote
 
John Mordecai Dildy
Guest
Posts: n/a
 
      08-07-2012
On Monday, August 6, 2012 11:39:45 PM UTC-4, Dennis Lee Bieber wrote:
> On Tue, 7 Aug 2012 07:59:44 +1000, Chris Angelico <>
>
> declaimed the following in gmane.comp.python.general:
>
>
>
> > On Tue, Aug 7, 2012 at 5:22 AM, Dennis Lee Bieber <> wrote:

>
> > > So am I beginner, intermediate, advanced, expert?

>
> >

>
> > I wonder would this sort of a scale help:

>
> >

>
> > http://www.geekcode.com/geek.html#perl

>
> >

>
> > Novice: P

>
> > Intermediate: P+ or P++

>
> > Advanced: P+++

>
> > Master: P++++

>
> >

>
> Surely we can rise above mere "pluses" and rank using "stars" (*) --
>
> a four-star Pythoneer (or whatever the preferred term is)?
>
>
>
> --
>
> Wulfraed Dennis Lee Bieber AF6VN
>
> HTTP://wlfraed.home.netcom.com/


No matter what level you are in python you will still make mistakes every once in a while but if your like a expert you just notice it faster
 
Reply With Quote
 
Dennis Lee Bieber
Guest
Posts: n/a
 
      08-07-2012
On Mon, 6 Aug 2012 20:52:42 -0700 (PDT), rusi <>
declaimed the following in gmane.comp.python.general:

>
> On a more personal note, the first program I wrote was in Cobol. I
> got only 350 errors before the compiler copped out. It was a bit
> traumatic. Later on I found I forgot to write
> PROCEDURE DIVISION.
>

At least you didn't do what some girl did at my college... The
compiler listing got posted outside the computer room as a record for
compiler errors...

She'd fed the OBJECT file to the COBOL compiler as the source.
--
Wulfraed Dennis Lee Bieber AF6VN
HTTP://wlfraed.home.netcom.com/

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
intermediate python csv reader/writer question from a beginner Learning Python Python 1 02-24-2009 12:32 AM
Help Help, I am intermediate in Java...need help in follow case ElementX Java 9 10-01-2008 08:02 PM
LWP user agent grabs the intermediate wait page after POST intead ofthe actual result page bhabs Perl Misc 2 02-13-2008 01:55 AM
NEEDED IMMEDIATELY!!! Intermediate Technical Support Specialist Jennifer Nasnas Computer Support 9 06-25-2004 11:09 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57