I'm plotting some .tiff images using GDAL and matplotlib. Currently images look like the one in the example and I would like to mark a zone over the image.I hav
I need to send a file that I receive in 'testFile1' to 'testFile2'. I don't know if the stream I am creating is the right way to do it or if I have to retrieve
I'm having some trouble when uploading high definition pictures in my app. I have a Grid View and when I add the photo the app crashes stating that its a memory
imports: from kivy.app import App from kivy.garden.mapview import MapView, MapMarker class MapViewApp(App): def build(self): map = MapView(zo
I have 2 different DataFrames (df, df_2), where I want to apply a condition: If the raw of df_2 == df then display the value of the df in a different column of
I am getting this error while running AWS Glue job using 40 workers and processing 40GB data Caused by: org.apache.spark.memory.SparkOutOfMemoryError: error whi
I get the deprication warning, that Redis.hmset() is deprecated. Use Redis.hset() instead. However hset() takes a third parameter and I can't figure out what n
I created a folder hdr in /sdcard/DCIM/Camera/ by linux c function: mkdir(), but when I set permission, I used '777' but not '0777' uncarefully, and the folder