Hi Hashnoders, I am currently learning to code Python and have got the basics down. Now i am moving towards learning Flask. I created a very basic CRUD app using Flask, but it was using the HTML templates. Is it possible to use React, instead of HTM...
Join discussionI've created a really really simple REST API using Flask but now I want to deploy it indefinetly without the need to run the .py file from localhost. The flask website has a few options in terms of deployment but I don't know which would be the most ...
Join discussionI have a simple python proxy script that uses a GET request to download the HTML of a website and display it inside an HTML iframe, however, I've noticed a strange issue upon running the script multiple times. It seems that every time I run the scrip...
EEhsan commented