I have been doing a fair bit of web development lately and thought it might be good to share some of the awesome new web development libraries I have been playing with. They all seem to be playing well with each other which is nice...

Pyramid - a very flexible MVC web framework for Python. Website: http://www.pylonsproject.org/ Deform - a python HTML form library, this has an interactive demo page with lots of snippets to get you started, written by one of the core Pyramid contributors Website: http://pypi.python.org/pypi/deform Demo site: http://deformdemo.repoze.org/

Twitter Bootstrap - the easiest way to build a responsive web application (a web application that renders correctly on both mobile, tablet and monitor), here are two additional sites that allow you to easily customise the look and feel http://bootswatchr.com/ or download a pre-built theme http://bootswatch.com/.

Website: http://twitter.github.com/bootstrap/

EasyTabs - This is a jquery plugin that makes it easy to create a nice looking tab interface. Website: http://os.alfajango.com/easytabs/

Colorbox - A flexible jquery based lightbox alternative, supports multiple media types, has 5 great looking themes that you can use out of the box and most importantly - works with tablesorter (see below).

Website: http://www.jacklmoore.com/colorbox

Tablesorter - Another jquery plugin that allows you to create sortable tables for the web. Sweet! http://tablesorter.com Seen anything else cool lately Let me know in the comments!