As I assume the text you want to process has some source you might want to
look at http://docs.python.org/library/pickle.html ...
2012/1/24 T H
> I’m new to python, sorry if my question is a bit naive, I was
> wondering if it is possible to parse some text (ie. from a text file
> or say html) an
On Jan 24, 6:22 pm, T H wrote:
> I’m new to python, sorry if my question is a bit naive, I was
> wondering if it is possible to parse some text (ie. from a text file
> or say html) and then dynamically create a class?
>
> for example lets say the contents of the text file is:
>
> functionName
On Wed, Jan 25, 2012 at 4:22 AM, T H wrote:
> I’m new to python, sorry if my question is a bit naive, I was
> wondering if it is possible to parse some text (ie. from a text file
> or say html) and then dynamically create a class?
Presuming that your class name comes from somewhere (eg the name o