Pylatte

Insert Python code in HTML(called PYL) and execute webserver
Download

Pylatte Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • HwanSeung lee
  • Publisher web site:
  • http://pylatte.org

Pylatte Tags


Pylatte Description

Pylatte is a web framework based on Python 3, created specifically for Python 3. Developers can now generate websites with Pylatte in Python 3, just as they might for Python 2x-based frameworks such as Django, Flask, or Bottle.Sample codeThe following code is a example pyl file.< p >Pylatte< /p > < $ pyl = "HTML" + " + " + "python" $ > < p > < $=pyl$ > < /p > The pyl code is translated by Pylatte to HTML in the browser.< p >Pylatte< /p > < p > HTML + python < /p >FunctionsTranslation Engine Pylatte uses pyl file format. pyl consists of HTML and Python. pyl is fully translated by the Pylatte engine into HTML. It is unique feature of Pylatte.DatabaseTo use the database, external library must be installed: the MySQLdb(for mysql) module or pymongo3(for MonogoDB) module for Python 3.Simple and advanced SQL via specific functions that are similar to iBATIS are provided.SessionA session is needed to distinguish each client.FilterIf a filter is set, select pages pass through the filter.Form FileIt is possible to upload a file to server via POST.URL MappingFor security purposes, URL mapping transfers virtual URLs accessed by clients to web pages.Product's homepage


Pylatte Related Software