本文介绍了Tornado 服务器上的 Python 演示 Web 项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有我可以学习的 Python 演示项目.我基本上是在学习基础知识,例如链接和创建导航栏.

Are there any Python demo projects available I can learn from. I am basically looking into learning the basics like linking and creating a navigation bar.

我目前正在尝试运行 Tornado 的演示文件夹中的博客演示,我遇到了 SQL 文件的问题,还不知道如何打开它.

I am currently trying to get the blog demo in the demo folder of Tornado to run, I am experiencing problems with the SQL file and do not know yet how to open it.

另外我想问一下有没有更多的Python Demo Web Projects,可以借鉴一下,也许有人想分享一个基本的模板例子?

Besides that I would like to ask if there are more Python Demo Web Projects, one can learn from, perhaps somebody wold like to share a basic template example?

推荐答案

除了 Tornado 的标准示例,我建议深入研究 tornadogists其他要点片段.

Besides Tornado's standard examples, I recommend to digg into tornadogists and other gist snippets.

这篇关于Tornado 服务器上的 Python 演示 Web 项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 11:21