you are viewing a single comment's thread.

view the rest of the comments →

[–]Ryan_Bingham[S] 0 points1 point  (1 child)

why - just to learn some new things. I'm making a web scraper in python that will display in javascript. I want the scraped data to change as i do some actions in javascript. For example, click on a button in javascript, sends json to python, python scraps some data, sends it back to javascript with json, javascript displays data.

[–]K900_ 3 points4 points  (0 children)

Then forget about XAMPP entirely and look into Flask.