July 2023
Intermediate to advanced
248 pages
6h 44m
English
In this appendix, we will build an API and pipeline with Python-specific tools using Python 3.8 with pip installed. Please ensure that you have it installed (https://www.python.org/downloads/).
Before we build our project, we need to create a repeatable environment to work in. Python follows a common practice of sharing libraries among several projects. Languages like C, Java, and even Go use a central repository of libraries that are downloaded and stored locally on your machine. The problem with this process is that if you are not keeping track of the versions, the next person who sets up their development environment may have different versions of libraries, which can introduce new issues or break current ...
Read now
Unlock full access