Skip to content

Python scripts hosting #21470

Answered by airtower-luna
vkwd asked this question in General
Discussion options

You must be logged in to vote
vkwd:

My query is; if python scripts cannot be shared on a blogger /website then what is the way left if the users mostly use them.

Installing them locally. Depending on the complexity and target user group you might just offer the script for download, create a pip package, or set up installers. Also depending on the target use you may or may not want to add a GUI.

vkwd:
  1. Even if I create a calculator in Django, will it be possible to upload on a blogger or website .

Frameworks like Django or Flask need to run on the server. When a user makes a request they process the input and send a suitable response. Depending on your architecture you may want to generate a whole HTML site (…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants