Saqib Blog
  • Home
  • Contact

Python

A collection of 3 posts
Simple Steps to Dockerize a python django web application
DevOps

Simple Steps to Dockerize a python django web application

Create a file named requirements.txt pip freeze > requirements.txt Create a file named Dockerfile A Dockerfile is like a blueprint for building docker image. Dockerfile # pull the official base image FROM python:3.8.3 # set work directory WORKDIR /usr/src/app # set environment variables ENV PYTHONDONTWRITEBYTECODE 1
11 Jul 2024 2 min read
Top 4 effective techniques for web scraping in 2024
Python

Top 4 effective techniques for web scraping in 2024

A complete guide 📃 on web scraping, its types and the processes involved.
01 May 2024 4 min read
How to deploy python WebApp (Django/Flask/FastAPI) on Heroku?
Cloud

How to deploy python WebApp (Django/Flask/FastAPI) on Heroku?

Steps to deploy your Python web app on Heroku effortlessly with the comprehensive guide including examples for seamless deployment.
14 May 2023 4 min read
Page 1 of 1
Saqib Blog © 2026
Powered by Ghost