Changes between Initial Version and Version 1 of Future/PythonSupport
- Timestamp:
- 03/19/09 05:59:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Future/PythonSupport
v1 v1 1 [[PageOutline]] 2 3 This page is part of the [wiki:Future MapGuide Future] section, where ideas are proposed and refined before being turned into RFCs (or discarded). Visit the [wiki:Future] page to view more! 4 5 = Overview = 6 7 Python is steadly becoming a popular and proven language for web development. Frameworks like [http://www.djangoproject.com django] and [http://code.google.com/appengine Google App Engine] illustrate Python's ease of use and potential as a web programming language. It would make sense for MapGuide to support Python as a web development environment. IIS and Apache can easily support Python as well. 8 9 MapGuide currently uses SWIG to create language bindings to the underlying native API, so the infrastructure already exists to do this.