简体   繁体   English

需要为项目创建一个集成了 html 和 python 的网站

[英]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.我是一个 14 岁的编码员,对 python、html 和 js 有一点了解。它。 im currently using visual studio code我目前正在使用 Visual Studio 代码

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;用纯 HTML 创建网站并用 Python 构建后端以检索数据;
  2. create a website in a Python framework (eg Django , Flask ), which seems to be over-engineered for your question.在 Python 框架(例如DjangoFlask )中创建一个网站,这似乎针对您的问题进行了过度设计。

You can find many tutorials available online, based on the idea you select.根据您选择的想法,您可以在网上找到许多可用的教程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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