data visualization
+1Viewing 3D Volumetric Data With Matplotlib
In this Python tutorial, you'll make use of Matplotlib's event handler API to display the slices of an MRI data set.data visualization
+1The R Graph Gallery's Top 5 Most Visited Graph Themes
A list of the 5 most popular graphs among R users and enthusiasts.data manipulation
+3Exploratory Data Analysis of Craft Beers: Data Profiling
In this tutorial, you'll learn about exploratory data analysis (EDA) in Python, and more specifically, data profiling with pandas.python
+2Apache Spark in Python: Beginner's Guide
A beginner's guide to Spark in Python based on 9 popular questions, such as how to install PySpark in Jupyter Notebook, best practices,...machine learning
+2Deep Learning With Jupyter Notebooks In The Cloud
This step-by-step tutorial will show you how to set up and use Jupyter Notebook on Amazon Web Services (AWS) EC2 GPU for deep learning.python
+4Python Exploratory Data Analysis Tutorial
Learn the basics of Exploratory Data Analysis (EDA) in Python with Pandas, Matplotlib and NumPy, such as sampling, feature engineering, correlation, etc.python
+1Matplotlib Tutorial: Python Plotting
This Matplotlib tutorial takes you through the basics Python data visualization: the anatomy of a plot, pyplot and pylab, and much morepython
+1Python Dictionary Tutorial
In this Python tutorial, you'll learn how to create a dictionary, load data in it, filter, get and sort the values, and perform other dictionary operations.r programming
+1Algorithmic Trading in R Tutorial
In this R tutorial, you'll do web scraping, hit a finance API and use an htmlwidget to make an interactive time series chart to perform a simple algorithmic trading strategypython
+2Scipy Tutorial: Vectors and Arrays (Linear Algebra)
A SciPy tutorial in which you'll learn the basics of linear algebra that you need for machine learning in Python, with a focus how to with NumPy.Python Excel Tutorial: The Definitive Guide
Learn how to read and import Excel files in Python, how to write data to these spreadsheets and which are the best packages to do this.r programming
+3Exploring H-1B Data with R: Part 2
Learn even more about exploratory data analysis with R in the second part of the "Exploring H-1B Data" tutorial seriespython
+3