Posts by dikaro • 1 point
3 posts
-
0
votes1
answer84
viewsA: Critography in Python
python has a standard library installed called Base64 which has functions to encode binary data in a string. It’s not exactly encryption (to the letter), but it can work to encrypt a message.…
-
0
votes0
answers12
viewsQ: How to deploy code that uses Dryscrape in Heroku? (No such file or directory: 'src/webkit_server')
I’m not being able to push my app on Heroku. My application uses the library Dryscrape, and when I deploy to the Heroku app I get the following error: sh: 1: qmake: not found error: [Errno 2] No…
-
0
votes0
answers144
viewsQ: Set time limit for the download response of request.get() [Django and Python]
I am having problems with the server data return time when I make a get request. The server starts the data transmission, but sometimes it takes too long to complete the upload (more than 30…