The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Python

Python Category

A Pinterest-Like Web App For Creating Visual Boards — Pinry

Pinry is a web app to create a Pinterest-like image board system.

pinry A Pinterest Like Web App For Creating Visual Boards    PinryPinry is written in Python and works on most platforms, with Windows needing some tweaking up.

The application itself looks much like Pinterest and even has a working bookmarklet to enhance the similarity between the two.

 

A Slick & Fast Alternative to WordPress — Letterpress

Letterpress is a small and fast blog engine written in Python.

letterpress A Slick & Fast Alternative to WordPress    LetterpressLetterpress uses text instead of databases — more safe, but less fun stuff to do — and uses Markdown for generating the files.

This blog engine comes with a number of useful features, such as an archive, tags, and soforth. You can use DropBox for publishing.

 

Build Smarter Software — PredictionIO

PredictionIO is an open source content prediction tool used for content suggestions.

prediction Build Smarter Software    PredictionIOPredictionIO is laced with delicious features:

  • Machine-learning algorithms for tweaking the content suggestions;
  • Fast and painless implementation;
  • Scalable — can handle large amounts of data.

It’s built on top of frameworks such as Hadoop and Cascading, and has SDKs for Java, Python and Ruby.

 

Rapid Prototyping With Python — Clay

Clay is a rapid prototyping tool made with Python.

clay Rapid Prototyping With Python    Clay

 

Clay acts like a real server, having pre-created directories which are filled with HTML files and then made available via a webserver. It uses Jinja for templating and altogether looks pretty well thought-through.

Clay can compile HTML, Markdown, CoffeeScript and SASS/LESS.

A Nifty Admin Interface For Django — Grappelli

Grappelli is an admin interface for Django that features a consistent and grid-based look & feel.

grapelli A Nifty Admin Interface For Django    GrappelliGrappelli enhances the default admin interface functionality of Django with several database- and style-related tools.

Among the most impressive features are autocomplete integration, TinyMCE themes, improved collapsibles and Compass-based stylesheets.

You only need to know Python for operating Grappelli and Compass for customizing the styles.

 

Python In Browsers — Brython

Brython is a Python implementation adapted to the HTML5 environment.

brython Python In Browsers    Brython“Adapted to HTML5″ means that it has an interface for DOM objects and events.

Although the aim — to replace JavaScript with Python entirely — is lofty at best, this could move some Python developers to the web side of things.