I'm making a function in Python that sends email with the attachment being optional. However, when I try to send a file, it gives the error "AttributeError: 'st
I am working on a generate PDF button that it's a POST method and this POST opens to you a new window opens a PDF. (Until here all nice). But when I try to down
I am new to image processing. I am trying out a few experiments. I have binarized my image with otsu Found connected pixels with skimage from PIL import Image i
Im using tokens set via sessions that are sent within the header of the HTTP request from Ajax. These are then checked at the call file. The token is created wi
Can a process #1 start a process #2 with Popen, and pass to it a reference to a dict D, so that process #2 can read its content? # process1.py import subprocess
I'm using vcpkg for a little while in a Windows project with a few external libraries, and internal ones too. Now project is going to be ported to macOS and vcp
I am writing a simple producer i just want to send raw data into a topic. for some reason i need to specify serialiser that will convert the message to json the
I'm rendering multiple of the same component, each with their own tooltip. Can I write code that will only look within the HTML of each component, so I'm not a
I would need your help, I created this script in python, and now I added the GUI in Tkinter to it, the script itself works, it's about webscraping and then crea