1. Naive Lazyweb Question: Programmatic Form Editing

    Dear lazyweb,

    I would like to be able to write Python code like the following:

    page_obj = parse(html_code)
    
    form_obj = page_obj.forms[0]
    
    form_obj.my_name = 'bob'
    form_obj.my_select.choose('option2')
    
    new_html_code = page_obj.emit_html()
    

    That is, we have an existing HTML form, and I would like to be able to parse it …

    read more

    There are comments.

  2. On Academia

    So, I've been wanting to write a bit about why grad school and academia in general isn't necessarily a waste of time. Unfortunately I'm now a white male in a power position that depends on me sucking good people into grad school and then exploiting them, so this may end …

    read more

    There are comments.

« Page 81 / 101 »

social