Re: Beginner Q. interrogate html object OR file search?

2009-12-02 Thread r0g
Mark G wrote: > Hi all, > > I am new to python and don't yet know the libraries well. What would > be the best way to approach this problem: I have a html file parsing > script - the file sits on my harddrive. I want to extract the date > modified from the meta-data. Should I read through lines of

Re: Bored.

2009-12-02 Thread r0g
Necronymouse wrote: > Thanks for reaction, I will prohably choose some project as you > said... > > > If you want to dip your toe in waters of open source contribution it looks like Gitso could use a little help pushing out their 0.6 release (which I just happen to quite want but don't have ti

Re: Beginner Q. interrogate html object OR file search?

2009-12-02 Thread Steven D'Aprano
On Wed, 02 Dec 2009 19:24:07 -0800, Mark G wrote: > Hi all, > > I am new to python and don't yet know the libraries well. What would be > the best way to approach this problem: I have a html file parsing script > - the file sits on my harddrive. I want to extract the date modified > from the meta

Re: Creating a local variable scope.

2009-12-02 Thread r0g
Ben Finney wrote: > markolopa writes: > >> Hi Roger, >> > […] >>> Long, descriptive variable names all_in_lower_case >>> Function names all in CamelCase >>> Global names are in ALL CAPS >> yes, pep8 I guess. > > Not quite: it deviates from PEP 8 on function names, which should rather > be ‘lower

<    1   2