Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 781 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 781 Bytes

Full Stack Web Development with Python

web2py

"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

  1. HelloWorld. Display a simple message.
    https://adrianakopf.pythonanywhere.com/firstapp/basics/helloworld

  2. 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

  3. 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