David's Blog

Python posts

All posts with the tag Python.

Utilizing `tempfile` for File Storage in Read-Only Environments: A Case Study with Azure Function Apps

Mar 23, 2024
Explore how the Python `tempfile` module can be leveraged to work with file storage in read-only environments like Azure Function Apps. Learn to create and manage temporary files securely and efficiently, ensuring applications are scalable and compliant with serverless architecture constraints.

Handling File Uploads with FastAPI, Django, and Flask: A Beginner's Guide

Mar 20, 2024
A comprehensive guide for junior developers on implementing file upload features in FastAPI, Django, and Flask, focusing on ease of use and installation dependencies.

Getting Started with SOAP APIs Using Zeep in Python

Apr 10, 2024
An introductory guide to interacting with SOAP APIs using Zeep, a modern Python SOAP client. Learn the basics of SOAP protocol, WSDL, and how to consume SOAP services in Python.

Deploying an OCR Function App on Azure with Docker: A Step-by-Step Guide

Mar 15, 2024
Learn how to deploy a serverless OCR solution on Azure using a custom Docker container and Azure Functions, leveraging ocrmypdf for efficient text extraction.

Integrating microsoft entra (active directory) with wagtail

Feb 16, 2024
In this article, we will explore how to integrate microsoft entra with wagtail

Leveraging Pytest Fixtures and Markers to Exclude Specific Test Cases

Mar 30, 2024
This technical article explores how to use pytest fixtures and markers to effectively manage and exclude specific test cases, particularly those requiring live server interaction, ensuring efficient testing and system integrity.
© Copyright 2024 by FriendlyUsers Tech Blog. Built with ♥ by FriendlyUser. Last updated on 2024-05-06.