Sure thing! Start here by reading about data concepts and terminology: https://www.digitalocean.com/community/tutorials/an-introduction-to-big-data-concepts-and-terminology.
Next have a read of this article which outlines Hadoop, Storm, Samza, Spark, and Flink: Big Data Frameworks Compared: https://www.digitalocean.com/community/tutorials/hadoop-storm-samza-spark-and-flink-big-data-frameworks-compared.
I also recommend checking out how to use Jupyter Notebook to Run IPython on Ubuntu 16.04: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-jupyter-notebook-to-run-ipython-on-ubuntu-16-04
For machine learning (ML) I recommend this online course: https://www.udacity.com/course/machine-learning-engineer-nanodegree--nd009. Many people say ML will be a skill we all use in the future. The first project “Titanic Survival Exploration” will help you create decision functions that attempt to predict survival outcomes from the 1912 Titanic disaster based on each passenger’s features, such as sex and age. You will start with a simple algorithm and increase its complexity until you are able to accurately predict the outcomes for at least 80% of the passengers in the provided data. You will use Jupyter Notebook and IPython for that assignment.