Python tutorial from scratch 1 Python Software setup
In this tutorial, we have shown how to set up the Python platform - Anaconda (download, install and walk through). Different IDE within Anaconda, the most effective one Spyder. How to wirte codes in Spyder, comment, import data into it and create list or data frame.
After watching this tutorial you will be able to create a data frame on your own, import any dataset from excel (even if it has multiple sheets)or csv files. You will understand the basic difference between list and data frame.
Python tutorial from scratch 1 Python Software setup