[Solved] Using Bottle, need to create web-page [closed]

This is less of a Python question and more of an HTML question. You’ll still need to write most of the page in HTML and then only ‘deliver’ the page to the user using Python, with Bottlepy, as you’ve mentioned . You’ll need to learn about HTML Forms and Inputs to get anything done effectively. … Read more

[Solved] Can a python file run on a Raspberry Pi? [closed]

You can just run your python apps on a Raspberry Pi. There are many tutorials on the web. Video: https://www.youtube.com/watch?v=VFs1dhJPYa4 Tutorials: https://makezine.com/projects/program-raspberry-pi-with-python/ http://www.makeuseof.com/tag/10-raspberry-pi-projects-beginners/ http://www.techradar.com/news/software/learn-to-program-your-raspberry-pi-1148194/2 2 solved Can a python file run on a Raspberry Pi? [closed]