Tag: Python (Page 2 of 3)

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 […]

How to read spreadsheet in S3 using python

Last updated on August 29th, 2024 at 11:50 amIn this tutorial we will focus on how to read a spreadsheet (excel) in an AWS S3 bucket using Python. Before you jump on to the script please make sure that the below pre-requisites are met IAM user created with sufficient permission to read the S3 bucket. […]

How to delete specific line in file using Python

Last updated on August 29th, 2022 at 01:53 pmIn this tutorial we are going to delete a specific line in a file that starts with a string. Let us first create a simple text file ‘myfile‘, Content of the file is as follows. The python script we are going to create will delete a specific […]

« Older posts Newer posts »