FG

Is Python only for building backends in making websites?

Fresh3 days ago
Mar 15, 20262089 views
Confidence Score0%
0%

Problem

I have seen no website built by Python such that the url of the website contains .py at the end. I have seen only and , but sometimes nothing as in SO. I know that you can hide the end somehow by .htaccess -file. I would like to know the reason for that. Why is there no website ending with .py?

Error Output

index.html

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is Python only for building backends in making websites?

Low Risk

A good URL would be independent of technologies, so a .php or .py or .rb extension is something to be prevented. Mostly, python frameworks(like Turbogears) handle all the URL parsing and the python program that runs in the background gets all its pa…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment