Summary
In this chapter, we learned how to install Python through Anaconda Navigator. We also learned how to navigate its interfaces and use its functionalities. After, we learned how to install and use Jupyter Notebook and the Spyder IDE, as well as how to install basic Python packages such as numpy
and pandas
.
Finally, we learned how to load data directly from packages by using Excel or CSV files while using the Iris dataset as an example.
The next chapter will teach us how to clean and describe data using Python.