docker-curator

PIP

Introduction

I always specify major and minor release numbers when using “pip install” inside a Dockerfile:

pip install --no-cache-dir beautifulsoup4==4.8.*

Another valid option would be to specify the major release:

pip install --no-cache-dir beautifulsoup4==4.*.*

Notes:

Packages

XML / HTML

Excel

SQL

Data Cleansing

GPS / Fitness Trackers

Data Science

DevOps

Web Requests