backend @app.route('/create-payment-intent', methods=['POST']) def create_payment(): try: data = json.loads(request.data)
I have a text file : ABC.txt which contain below data A Apple a day keeps a doctor away B I like to play with Ball C I have cat at my home D My Dog name is bob
I am trying to learn the spectrogram for two class classification in deep learning. My spectrogram shape is 113 x4225x 512 where 113 samples 4225 time samples a
So basically i tried setting up the mailcow dockerized, I can send and receive mail via the web UI but when trying to connect other applications to it, it doesn
I'm working on a ruamel.yaml (v0.17.4) based YAML reformatter (using the RoundTrip variant to preserve comments). I want to allow a mix of block- and flow-style
I'm trying to run madge on a fairly big typescript project. Its compiled output goes to dist/*, and its React frontend are in public/*. Madge's documentation
I am trying to upgrade a library to Python 3.10. Up to now, I have been using 3.7.6. In my library, I am using DLLs. In the package __init__.p
I have a table of events which records actions the customer takes in our website. I want to find out how many times a customer visited before he finally purchas
I need to have access to sessionStorage (as with javascript) object using python requests module, is there a way to acomplish my goal; I have seen other answers