Ask HN: Web framework independent Python libraries useful for web development. 5 points by irahul 15y ago ↗ HN SQLAlchemy, WTForm, Jinja2, blinker would be some examples. What are the others?
[–] madhouse 15y ago ↗ Although from a different angle, mechanize is wonderful (for the testing part), along with the Selenium python bindings (but that one's not pure python).
[–] zeemonkee 15y ago ↗ Flatland for form processing. Formencode is a more mature, if not as easy/flexible to use alternative.Nose or py.test for testing.Other template engines would be e.g. Mako and Genshi.Lamson for email handling.
3 comments
[ 4.1 ms ] story [ 17.1 ms ] threadI like kid and jinja2 for templating.
Nose or py.test for testing.
Other template engines would be e.g. Mako and Genshi.
Lamson for email handling.