Questions tagged [pyramid]

Pyramid, developed by the Pylons Project, is an innovative Python web framework. Avoid using the "pyramid" tag to represent items in a pyramid formation.

What is the best way to compress several StringIO files into a single zip file

I have a web application built on the Pyramid framework that relies on an internal web service to convert data into PDF files using reportlab. While this process currently works well for generating single PDF files, the client now has a new requirement to ...

Calling an ajax request to view a JSON pyramid structure

My experience with ajax is limited, so I would appreciate detailed answers. I have a Pyramid application where I need to load information via ajax instead of pre-loading it due to feasibility issues. I want to retrieve the necessary information through a ...

Client side is receiving an unexpected format from the pyramid when using the __json__ method

As I'm configuring a Pyramid back-end along with an Angular front-end application, I encounter an issue. When Angular sends an http GET request to Pyramid, the data received on the Angular side is not as expected. It seems like the id is being recogni ...