Here is a list of tools that we're using in the following tutorial:
- Homebrew: This is a package manager for macOS. Official site: https://brew.sh/.
- Python: This is a general-purpose programming language popular for machine learning and data science. Official site: https://www.python.org/.
- pip: This is a Python package manager. Unlike CocoaPods, it installs libraries globally, and not in a per-project manner.
- Virtualenv: This is a tool for creating separate Python environments with different Python versions and library sets.
- IPython: This is an interactive Python REPL for scientific computations.
- Jupyter: This is a web-GUI for IPython. Official site: http://jupyter.org/.
- Graphviz: This is an open source tool for graphs visualization. ...