2766-6863 | |
2766-6863 (service hours) | |
Online Form | |
Contact your Faculty Librarians on in-depth research questions |
Python
Python is a programming language that has been widely used in data processing and analysis by data scientists. There are several benefits to use Python:
One of the advantages of using Python is that you can directly apply a vast array of pre-existing packages or libraries which are written by other users. You can find more Python libraries on Python Package Index (PyPI). Here are some popular Python libraries:
Data Collection
Data Cleaning/Manipulation
Data Analysis
Data Visualization
Most researchers run their Python code on online computational notebooks like Jupyter Notebook and Google Colab.
You can launch Jupyter Notebook via Anaconda, one of the providers of Jupyter Notebook. Follow the steps to install Anaconda and refer to this beginner's guide to get started with Jupyter Notebook.
Google CoLab is a cloud-based tool. Different from Jupyter Notebook, You can write and execute python code via Google CoLab without any installations. A Google account is required, and you can mount your Google Drive to write and read the files. Watch this short video tutorial to get started with Google CoLab.