Updated 2023-08-14

Python 101: Intro to Data Analysis with NumPy

PACE’s Python 101: Intro to Data Analysis with NumPy introduces PACE users to analyzing scientific and engineering data using Python in a Hands-On course.

Instruction focuses on basic Python skills and key features of the NumPy and Matplotlib libraries through a data analysis example. The course is taught through a Jupyter Notebook, and participants will have multiple opportunities for hands-on exercises throughout the session. The workshop will also cover the mechanics of setting up a Jupyter Notebook on the PACE cluster.

This course is recommended for anyone new to Python and NumPy, especially if you are a PACE user.

Please contact PACE support (pace-support@oit.gatech.edu) if you have any questions or concerns.

Upcoming Course Offerings

Fall 2023 Sessions

  • Tuesday, September 12, 11:00 - 12:45.

  • Wednesday, September 27, 1:00 - 2:45.

  • Thursday, November 9, 11:00 - 12:45.

Register in advance here for all sessions. Registration closes at 11:59 PM in the evening prior to the workshop. Registrants will be sent the link to the virtual session by email on the day prior to the workshop. If a session is no longer listed on the registration page, then it has reached capacity.

Course Info

Format: 105 minutes of presentation, with 4 hands-on exercises spread throughout the session.

This course is taught on PACE-ICE, PACE's Instructional Cluster Environment.

Download the hands-on content here if you do not have access to PACE or PACE-ICE: Hands-on.

At the beginning of the class, connect to PACE-ICE and run Jupyter, using these Open OnDemand instructions.

Running Python on your local machine

You may wish to run Python on your personal computer. To do so, we recommend that you install Anaconda on your laptop.

You can run the workshop materials and Python on your personal computer using Anaconda. Please visit Anaconda and download the software for Mac, Linux, or Windows. Choose the Python 3.* version. After downloading, please follow the installation instructions. Once installation is complete, open the Anaconda Navigator and choose Jupyter notebook. A browser window should open and load a Jupyter home page.

If you already have Anaconda for Python 2, visit this site for instructions on adding Python 3 support.

Steps to take after class

Use page 2 of these instructions, which detail how to set up Anaconda on PACE, how to copy files from PACE-ICE to PACE research clusters, and how to copy files from PACE-ICE to your local machine.