When I run my program that uses the requests module to send info to an api, I get the error: requests.exceptions.SSLError: HTTPSConnectionPool(host='www.fast2sm
Intro I am trying to read QR codes from images that can have them in various orientations. I noticed if I rotate the images and adjust brightness and contrast t
I have different monthly invoice to print to pdf within one worksheet. Each statement has same size of 5*35(W&H) and the range is selected by its unique cod
I am trying to make a calculator, but when i click the number buttons, the screen doesnt update. I checked the handler, and it seems like it should work. I als
I am trying to make a request (logged in with session), to get the id from the session and to make a request using that ID. But the session is null, when I do a
I have built a sentiment analysis classifier. I want to get feature (word) importance weights from my model, in a format such as -0.098432 violent I want thes
I'm building an Android app and a back office in PHP. In my back office, an administrator can create and edit some objects (like events, activities,...) There i
I got the following error when trying to run the following example combined with this one from Scikit-learn in my own dataset (~half a million samples): plt
I'm currently working on a rather big API project written in Python. I have a couple of endpoints, in each of which I want to perform more or less the same snip