Full Stack Web Development with Python
"Free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications. Written and programmable in Python (version 3 and 2.7)." http://www.web2py.com/init/default/index
Code Samples
-
HelloWorld. Display a simple message.
https://adrianakopf.pythonanywhere.com/firstapp/basics/helloworld -
Request Vars. Add two numbers, display the result on the page and on a pop up message.
https://adrianakopf.pythonanywhere.com/firstapp/basics/request_vars -
Random Number & Prime. Verify if the random number generated is prime or not. Click refresh to generate numbers.
https://adrianakopf.pythonanywhere.com/firstapp/basics/random_number