Posts

Showing posts from August 12, 2020

Basics in Python for Data Science Series - Part 1

Image
  Hello all, This is the first article in the series  Python for Data Science . As a prerequisite to this tutorial series, it is expected that python is already installed in your computer.  In case if you haven't installed python, Please follow the instructions given in the page  or in the below video tutorial. This tutorial is focused mainly on the areas where coding is needed by Data Scientist for daily use. I will try to cover as much as possible. In case if i miss somethings, we are open for your suggestions. The style of this tutorial would allow the user to get hands on and learn while coding. This style of learning is proven to be effective and encourage to be fast paced. Run your Python Code from Notepad and Command Prompt The following steps would guide you to run your python code from Notepad. 1. Open run window by pressing Windows + R and then type cmd for opening command prompt 2. Navigate to the folder path where your python code resides. for example, my...