Tutorial 1: Python, Numpy, and AWS Tutorial

Slides:



Advertisements
Similar presentations
Lecture 12: Cloud Computing-C Amazon Web Service Tutorial.
Advertisements

Python Lab Proteomics Informatics, Spring 2014 Week 1 28 th Jan, 2014 Himanshu Grover
Microsoft Windows in Amazon Cloud Ishwor Thapa January 20, 2011.
Amazon EC2 Quick Start adapted from EC2_GetStarted.html.
BIF713 Operating Systems & Project Management Instructor: Murray Saul
ISCE telecon Mar 19, 2015 ISCE developer team. Agenda ISCE download website Currently supported sensors Minimum requirements Recommended setup (OS X and.
Python Mini-Course University of Oklahoma Department of Psychology Day 1 – Lesson 1 Getting Started 4/5/09 Python Mini-Course: Day 1 - Lesson 1 1.
| nectar.org.au NECTAR TRAINING Module 10 Beyond the Dashboard.
The DSpace Course Module – An introduction to users and groups.
| nectar.org.au NECTAR TRAINING Module 10 Beyond the Dashboard.
Getting Connected CPSC 1010 August 21, Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local.
Practical Kinetics Exercise 0: Getting Started Objectives: 1.Install Python and IPython Notebook 2.print “Hello World!”
Exploring Spyder: An IDE for scientific computing
IPlant Collaborative Tools and Services Workshop iPlant Collaborative Tools and Services Workshop Overview of Atmosphere.
Prepare Launch Spyder Open Spyder (C:/Anaconda2/Scripts/spyder) Or Open from launcher (C:/Anaconda2/Scripts/launcher) Download data
How to Get Started With Python
How to Start SQL Server and SSDT BI in Local
Cloud Computing for Science
Deep Neural Networks: A Hands on Challenge
Auburn University
Cloud Computing for Science
Introduction to Infrasonic Data Processing
MET4750 Techniques for Earth System Modeling
AWS Integration in Distributed Computing
Getting Started with Plot.ly
pycuda Jin Kwon Kim May 25, 2017 Hi my name is jin kwon kim.
AWS Tutorials i2c Lab.
IST256 Python Install Fest!!!!
IST256 : Applications Programming for Information Systems
Software infrastructure for a National Research Platform
Serial Number IDM Free 2017 For You Working
How to add the packages for printing decision trees
DATA MINING Python.
Week 1 Gates Introduction to Information Technology cosc 010 Week 1 Gates
Coding in the Cloud This slide deck includes recorded video demonstrations of content from the live presentation. Joon-Yee.
Prepared by Kimberly Sayre and Jinbo Bi
How to Fix Secure Connection Error in WordPress?.
Network Visualization
CSE Social Media & Text Analytics
Lab: ssh, scp, gdb, valgrind
Apache MXNet | Installation
DESIGN & IMPLEMENTATION
Webinar # April 2017 Isolates in the Cloud
Launch WooCommerce On Linode. Let’s start installing WooCommerce on Linode cloud servers going through this Linode tutorial.Linode tutorial.
Advanced Computing Facility Introduction
EMSE 6574 – Programming for Analytics: Python 101 – Python Enviornments Joel Klein.
In this session… Introduce what we’re talking about
Jupyter Notebooks in Dyalog APL
Segurança e auditoria de sistemas
GPGPU-Sim Tutorial (MICRO 2012) 3: Setup and Run
Lecture 16B: Instructions on how to use Hadoop on Amazon Web Services
An introduction to the Linux environment v
Different types of Linux installation
Option One Install Python via installing Anaconda:
FEniCS = Finite Element - ni - Computational Software
Windows Installation Tutorial
Python/TensorFlow Installation
Recitation #1 Tel Aviv University 2017/2018 Slava Novgorodov
Welcome to the Project EDDIE Webinar Series
АВЛИГАТАЙ ТЭМЦЭХ ҮНДЭСНИЙ ХӨТӨЛБӨР /танилцуулга/
Lab 1: Getting Started.
Recitation #1 Tel Aviv University 2016/2017 Slava Novgorodov
SimpleITK Setup and Schedule
University of Washington CSE 416 Spring 2019 Hongjun Wu
HOW TO DOWNLOAD QUICKBOOKS DESKTOP?. WHAT IS QUICKBOOKS? QuickBooks is a software program for appearing commercial enterprise and workplace tasks. Those.
Enol Fernandez & Giuseppe La Rocca EGI Foundation
DATA MINING Python.
Installations for Course
Open data in teaching and education
Installations for Course
Presentation transcript:

Tutorial 1: Python, Numpy, and AWS Tutorial Hongyang Li Jan 24, 2019 Slides credit by Tong Xiao

Python

Python Essentials Readability As efficient as possible Be pythonic

Install Python 2.7 macOS: Linux and Windows: Install homebrew (http://brew.sh/#install) brew install python Install modules If it is in homebrew-python (https://github.com/Homebrew/homebrew-python) Use brew to install it Else Use pip to install it Linux and Windows: Install Anaconda Python2.7 version (www.continuum.io/downloads)

Install IPython Notebook Try in terminal: jupyter notebook If not installed, run: pip install jupyter

Outline Python basics Numpy --- scientific computing Matplotlib --- data visualization

What’s AWS? A cloud server has GPU cards Can be connected by ssh Just like a server in your lab Pricing at US$0.7 / hour Reimburse at most US$20 for each registered student

How to Use AWS? Follow the instructions by cs231n (cs231n.github.io/aws-tutorial/) May fail to launch a g2.2xlarge instance

How to Use AWS? Request for it and wait for 1-2 days

Thanks!