Tag: Jupyter
How to Use Jupyter Notebook: A Beginner’s Tutorial
Use this tutorial to learn how to create your first Jupyter Notebook, important terminology, and how easily notebooks can be shared and published online.
Read Morexlwings Tutorial: Make Excel Faster Using Python
Pythons xlwings is a tool that allows you to use Python code to control and analyze data in Excel spreadsheets. This tutorial will help you get started.
Read MoreTutorial: Advanced Jupyter Notebooks
you’re doing data science in Python, notebooks are a powerful tool. This free Jupyter Notebooks tutorial has will help you get the best out of Jupyter.
Read MoreHow to Set Up a Free Data Science Environment on Google Cloud
Whether you’re running out of memory on your local machine or simply want your code to run faster on a more powerful machine, there are many benefits to doing data science on a cloud server. A cloud server is really just a computer, like the one you’re using now, that’s located elsewhere. In this post, […]
Read MoreGetting Started with Kaggle: House Prices Competition
Founded in 2010, Kaggle is a Data Science platform where users can share, collaborate, and compete. One key feature of Kaggle is “Competitions”, which offers users the ability to practice on real-world data and to test their skills with, and against, an international community. This guide will teach you how to approach and enter a […]
Read More28 Jupyter Notebook Tips, Tricks, and Shortcuts
Jupyter Notebook is a powerful tool for data analysis. Here are 28 tips, tricks, and shortcuts to turn you into a Jupyter notebooks power user!
Read MoreDigitalOcean and Docker for Data Science
Creating a cloud-based data science environment for faster analysis There are times when working on data science problems with your local machine just doesn’t cut it anymore. Maybe your computer is old, and can’t work with larger datasets. Or maybe you want to be able to access your work from anywhere, and collaborate with others. […]
Read MoreTutorial: Running a Dockerized Jupyter Server for Data Science
Learn to set up a Docker data science environment using Docker containers and the popular Jupyter Notebook in this free tutorial.
Read MoreTutorial: Installing and Integrating PySpark with Jupyter Notebook
Here’s how to install PySpark on your computer and get started working with large data sets using Python and PySpark in a Jupyter Notebook.
Read More