python - Using Bottle, need to create web-page -


i'm relatively new python. i'm creating webpage , hosting using heroku supports bottle framework. need create website takes data user , computation it. require text boxes , submit buttons. know how create these on simple forms using tkinter. how create these on webpages.

this less of python question , more of html question. you'll still need write of page in html , 'deliver' page user using python, bottlepy, you've mentioned .

you'll need learn html forms , inputs done effectively. you'll want style page css, can learn variety of sources.

it sounds might benefit time spent on codecademy, going through tutorials on web development

good luck!


Comments