Running python on client side

You may be able to build and compile some application to run on the client machine, but modern web browsers do not have the ability to run python files. As mentioned in the comments, you’d have to get user input and then process it server side.

Leave a Comment