ylliX - Online Advertising Network

How do i fix Error 415 in Flask Python in this tiny code?

I am a beginner and i was trying to replicate a project from youtube tutorial but i got a strange message. When i tryied to type curl http://localhost:5000/videos/video3 -d “title=New Video” -X PUT i got this error {“message”: “Did not attempt to load JSON data because the request Content-Type was not ‘application/json’.”} I dont understood […]

Python Parallel Procesing

In my case, the multiprocessing run is only needed in a class method I built to call from a script. It is being blocked and I do not understand why. I have already incorporated some suggestions given by SO collaborators, but the problem persists. In my code below, it is printed IN and nothing happens […]