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

Develop GPL Desktop Apps in Python – Camelot

Camelot is a Python framework for developing desktop applications.

camelot Develop GPL Desktop Apps in Python   Camelot
The framework is made for rapid application development, and employs SQLAlchem and Qt to make developing user-friendly applications a pinch easier.

Applications developed with Camelot should be responsive and easy to expand and translate. Of course, everything depends on the developer, but Camelot manages to provide a great environment for fast, structured coding.

Framework for Creating NUI Applications – Kivy

Kivy is a Python framework for creating NUI (Natural User Interface) applications.

kivi Framework for Creating NUI Applications   KivyKivy works on Linux, Android, MacOSX and Windows, and offers a flexible solution for creating complex touch applications (see awesome demos).

The code written with Kivy is lean and neat, and, altogether, the framework’s approach to designing next-gen applications is nothing short of impressive.

E-commerce Framework on Python&Django – Satchless

Satchless is an e-commerce framework built on top of Python and Django.

ecommerce E commerce Framework on Python&Django   SatchlessSatchless is built upon the very idea that there is no “one size fits all”, and that “a good framework should give you just the right tools to prototype, test and build an efficient solution that suits you and your business.”

The coding is module-based, and the documentation helps you set up the first modules (cart, catalog, etc.).

A Dead-Simple Python Abstraction For HTTP – Pump

Pump is a Python Abstraction for HTTP that can be used instead of WSGI (wiz-gee).

pump A Dead Simple Python Abstraction For HTTP   Pump
Pump presents itself as “what WSGI should’ve been”. In its core, Pump is meant to ease making web applications with Python.

You can use Pump for creating your own framework, or, alternatively, you can use Picasso as either your framework or the base for one.

HTML Lint: make sure your code looks good

HTML Lint is a tool that makes sure your code looks good.

HTML Lint 1311322156029 600x119 HTML Lint: make sure your code looks good

While XHTML was very strict with syntax HTML 5 is more lenient like previous versions of HTML, which means keeping consistent code styles will become more difficult. Validating is not good enough anymore.

Lint is written in Python and the webapp is based on Django.

Bottle: Python Web Framework

Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.

 Bottle: Python Web Framework

  • Routing: Requests to function-call mapping with support for clean and dynamic URLs.
  • Templates: Fast and pythonic built-in template engine and support for mako, jinja2 and cheetah templates.
  • Utilities: Convenient access to form data, file uploads, cookies, headers and other HTTP related metadata.
  • Server: Built-in HTTP development server and support for paste, fapws3, bjoern, Google App Engine, cherrypy or any other WSGI capable HTTP server.