Software:Jam.py Application Builder (web framework)
From HandWiki
Original author(s) | Andrew Yushev |
---|---|
Initial release | July 1, 2015 |
Stable release | 5.4.31
/ December 12, 2018[1] ... |
Repository | https://github.com/jam-py/jam-py |
Written in | Python, JavaScript |
Platform | Cross-platform |
Type | Web framework |
License | 3-clause BSD |
Website | http://jam-py.com |
Jam.py Application Builder primary goal is to allow development of database-driven business web applications easily and quickly, based on DRY principle, with emphasis on CRUD.
Jam.py is a "full stack" WSGI rapid application development framework for the Python programming language[2]. The same distribution runs with Python 2.5+ and 3.x.
It offers a built-in web server, GUI Builder and database access for third-party databases.
Features
- Single distribution which runs with both Python 2.5+ and 3.x
- Can run as a standalone web development server or be used with any web server which supports WSGI
- Built-in GUI Builder called Application Builder
- Support for JSON client data (for REST and JavaScript clients)
- Support for popular databases Oracle Database, Microsoft SQL Server, PostgreSQL, SQLite, MySQL, Firebird (database server)[3]
PythonAnywhere
PythonAnywhere Python 3.7 deployment is supported[4]
Awards
- 2015. 10 Best Frameworks for Web Design[5]
- 2016. 35 Best HTML5 and CSS3 Responsive Frameworks[6]
- 2018. Best Python Frameworks[7]
References
- ↑ https://github.com/jam-py/jam-py/releases Github Releases
- ↑ Web Frameworks for Python
- ↑ Jam.py website
- ↑ PythonAnywhere Jam.py Help Pages
- ↑ "10 Best Frameworks for Web Design". webprecis.com. https://www.webprecis.com/best-frameworks-for-web-design/. Retrieved 11 March 2015.
- ↑ "35 Best HTML5 and CSS3 Responsive Frameworks". devrix.com. https://devrix.com/tutorial/35-best-html5-and-css3-responsive-frameworks/. Retrieved 29 August 2016.
- ↑ "Python Vs PHP: What's the Difference?". guru99.com. https://www.guru99.com/python-vs-php.html. Retrieved 22 March 2019.
See also
External links