简体   繁体   中英

Needing to create a website with html and python integrated in it for a project

hoping someone can help me out. im a 14 y/o coder with a little amount of knowledge of python, html and js.I wanted to know if there is a way to create a website, doesnt need any fancy designs just plain white, and have python code as well in it. im currently using visual studio code

you have two main possible choices, between the many you can make:

  1. create a website in plain HTML and build a backend in Python in order to retrieve data;
  2. create a website in a Python framework (eg Django , Flask ), which seems to be over-engineered for your question.

You can find many tutorials available online, based on the idea you select.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM