
- BEST TEXT EDITOR FOR PYTHON SOMETHINGAWFUL HOW TO
- BEST TEXT EDITOR FOR PYTHON SOMETHINGAWFUL SOFTWARE
- BEST TEXT EDITOR FOR PYTHON SOMETHINGAWFUL CODE
Last Friday I was in Dallas for work, so tomorrow will be a BS development day. The story still needs to pass the Sumana "does this plot make basic sense" test, but I'm optimistic.īeautiful Soup work has mostly focused on trying to get easy_install to work, working around a Launchpad bug-I'm still not totally sure if it's working. I just finished "Four Kinds of Cargo", my first post-novel short story, so now I feel like I can write some other stuff.
BEST TEXT EDITOR FOR PYTHON SOMETHINGAWFUL CODE
My code-in-progress includes some code from html5lib, and I'm not sure how the licenses interact, but since html5lib is MIT licensed I think it's just a matter of adding some more boilerplate, so I'm not too worried about it.) I'll be pushing my progress to this branch. I'll probably have a beta release in a few months. I'll be spending alternate Fridays working on Beautiful Soup 4.

BEST TEXT EDITOR FOR PYTHON SOMETHINGAWFUL SOFTWARE
I'm just trying to stave off death for a library that's used in hundreds of software projects. I won't be redesigning the API (though I will be renaming the methods to conform with PEP 8) or even necessarily fixing bugs.
BEST TEXT EDITOR FOR PYTHON SOMETHINGAWFUL HOW TO

What's more, SGMLParser goes away in Python 3, and its replacement is awful at handling bad markup. Beautiful Soup's parser is no longer a competitive advantage. Here in 2011, html5lib is better at handling bad markup, and lxml and ElementTree are much faster if the markup isn't too bad. This was a really good parser back in 2005. The story so far: the most recent release of Beautiful Soup (3.2) uses a custom parser based on Python's standard-library SGMLParser. In 2011 I'll be coming out with a major new version of Beautiful Soup that will work with Python 3, but that won't have the problems of the failed 3.1 branch. I'm breaking my normal rule of not announcing projects until they're done, because I think it might help some people make plans if they know about this. Fri 16:45 A Project for 2011: Beautiful Soup 4:
