4 ms·
As odd as it may seem we often prototype something we need to test using web.py even though our primary development language is php (using Zend). I recently did
by drsnyder 18y ago
As odd as it may seem we often prototype something we need to test using web.py even though our primary development language is php (using Zend). I recently did this to test a REST API. This has also been part of our process of 'flirting' with using a python web framework for some of our applications (looking at pylons).