Parse or Pass?

Steve Holden steve at holdenweb.com
Tue Sep 4 10:51:17 EDT 2007


frenchy64 wrote:
> I'm very confused...I want to describe passing variables to functions
> and I've seen these two words used in very similar contexts.
> 
> Is there a difference between them?
> 
In general, "parsing" is analyzing the grammatical structure of a 
string. People sometimes talk loosely about "parsing the command line". 
but I don't think that's normally applied to providing the actual 
arguments (corresponding to the definition's "formal parameters") when a 
function is called - that's argument passing.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd           http://www.holdenweb.com
Skype: holdenweb      http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------




More information about the Python-list mailing list