Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Where is the memory leak in this Flask Code?
Post: Where is the memory leak in this Flask Code?

I'm having an issue where every time I run a method in a Flask service, the memory grows. Not sure why. This looks to be the problem method: def save_figure_to_bytes(): buf = io.BytesIO() pl...
Morkus General Coding Help 1 5,616 Jun-17-2021, 05:16 PM
    Thread: Cannot get AWS Elastic Beanstalk Flask app to work
Post: Cannot get AWS Elastic Beanstalk Flask app to work

Hello, I've been working on this for a couple days but have gotten basically nowhere. Following instructions I found, I created a zip file with two files: 1. Application.py (this is the Flask servi...
Morkus General Coding Help 0 2,025 Jun-13-2021, 02:10 PM
    Thread: How to save Matplot chart to temp file?
Post: RE: How to save Matplot chart to temp file?

Thanks so much! :)
Morkus General Coding Help 2 4,546 Jun-12-2021, 10:52 AM
    Thread: How to save Matplot chart to temp file?
Post: How to save Matplot chart to temp file?

Can anyone tell me how I can save a Matplotlib chart to a temporary file I create using tempfile.NamedTemporaryFile()? I can't use the Matplotlib's default savefig('hardcoded_file_path') method since...
Morkus General Coding Help 2 4,546 Jun-11-2021, 02:18 PM
    Thread: Trying to get base64Encoded Matplotlib Data
Post: Trying to get base64Encoded Matplotlib Data

Hello, I have a matplotlib figure that I want to return as a base64Encoded variable so it can be stored as a blob object. This variable would be the return result of a REST service so saving it direc...
Morkus General Coding Help 0 1,432 Jun-10-2021, 06:58 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020