Category: Python (Page 2 of 3)

Dive into Python tutorials focused on real-world programming, scripting, and automation. This category features guides on Python basics, file handling, API integration, error handling, and productivity scripts ideal for beginners and experienced developers alike.

How to get temporary credentials using Python AWS IAM

Last updated on August 29th, 2024 at 11:50 amIn this tutorial we are going to see how to write a simple python script to generate temporary credentials from STS. There are two examples below on how to use those temporary credentials one is how to list objects inside an S3 bucket and other is launching […]

Configure Apache web server to run python as cgi

Last updated on January 29th, 2025 at 01:22 pmThis tutorial aims to assist you in the configuration and activation of CGI within the Apache web server, enabling the execution of Python scripts. To provide dynamic content, it is essential to utilize the mod_cgi module. Throughout this tutorial, we will set up mod_cgi and facilitate the […]

How to run Flask Application with uwsgi behind nginx

Last updated on August 29th, 2024 at 11:50 amWe are going to configure Nginx to forward request to uWSGI and serve Python applications running on Flask In this post we will discuss in detail on how to configure uWSGi with nginx to run Python application (in flask) in Linux(Ubuntu/Redhat). You can follow the same steps […]

« Older posts Newer posts »