Technical requirements
We encourage you to keep the previous chapters on standby for easy reference as we work through the tutorial of what a work situation might require you to do. To effectively utilize the resources and code examples provided in this chapter, ensure that your system meets the following technical requirements:
- Software requirements:
- Integrated development environment (IDE): We recommend using PyCharm as the preferred IDE for working with Python, and we might make specific references to PyCharm throughout this chapter. However, you are free to use any Python-compatible IDE of your choice.
- Jupyter Notebooks should be installed.
- Python version 3.6 or higher should be installed.
- Pipenv should be installed for managing dependencies.
- GitHub repository: The associated code and resources for this chapter can be found in this book’s GitHub repository at https://github.com/PacktPublishing/Building-ETL-Pipelines-with-Python. Fork and clone the repository to your...