Title Center for Coastal and Ocean Mapping NOAA/UNH Joint Hydrographic Center Windows Python Tutorial Kurt Schwehr Jan 2007.

Slides:



Advertisements
Similar presentations
Guy Griffiths. General purpose interpreted programming language Widely used by scientists and programmers of all stripes Supported by many 3 rd -party.
Advertisements

An Introduction to Word Processing and Microsoft Word.
1. Basics of R 2. Basic probability with R
Using Cabal and the Hackage Package Database. Hackage Hackage is a database of Haskell packages (or modules) written by others and available for public.
Title Center for Coastal and Ocean Mapping NOAA/UNH Joint Hydrographic Center Windows Python Tutorial Kurt Schwehr Jan 2007.
Title Center for Coastal and Ocean Mapping NOAA/UNH Joint Hydrographic Center 31-Oct-2006 A Python Tutorial Kurt Schwehr 31 Oct 2006.
Title Center for Coastal and Ocean Mapping NOAA/UNH Joint Hydrographic Center 31-Oct-2006 A Python Tutorial Kurt Schwehr 31 Oct 2006.
What is a Podcast? Audio recordings, called podcasts, are a new teaching/learning strategy of providing audio files to students that can be automatically.
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
Title Center for Coastal and Ocean Mapping NOAA/UNH Joint Hydrographic Center 13-Mar-2007 A Python Tutorial Part 2 Kurt Schwehr 13 Mar 2007.
Script Languages in Science CCOM Student Seminar Series Kurt Schwehr 12-Nov-2008.
Script Languages in Science CCOM Student Seminar Series Kurt Schwehr 12-Nov-2008.
Student Presentations. Overview Introduction Prepping Zipping Uploading unZipping Viewing.
Python plotting for lab folk Only the stuff you need to know to make publishable figures of your data. For all else: ask Sourish.
Windows Movie Maker. How to EXPORT Exporting……. In the Project, open the FINISH MOVIE tab.
Introduction to Python: Slides Referenced in Homework 0 CSE-391: Artificial Intelligence University of Pennsylvania Matt Huenerfauth January 2005.
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
V Avon High School Tech Club Agenda Old Business –Delete Files New Business –Week 18 Topics: Intro to HTML/CSS: Questions? Summer Work Letter.
MODELLER hands-on Ben Webb, Sali Lab, UC San Francisco Maya Topf, Birkbeck College, London.
Making an HTML Document Notepad Group Bo Kim Dan Carter Han Chong Justin Weaver Kris Lamont.
Foundation Programming Introduction. Aims This course aims to give students a basic understanding of computer programming. On completing this course students.
Introduction to Programming Workshop 1 PHYS1101 Discovery Skills in Physics Dr. Nigel Dipper Room 125d
Lesson 6. GCSE Computing – programming languages Candidates should be able to:  describe common tools and facilities available in an integrated development.
ACM/JETT Workshop - August 4-5, Guidelines For Using BlueJ.
Title Center for Coastal and Ocean Mapping NOAA/UNH Joint Hydrographic Center 31-Oct-2006 A Python Tutorial Kurt Schwehr 31 Oct 2006.
August 29, 2005ICP: Chapter 1: Introduction to Python Programming 1 Introduction to Computer Programming Chapter 1: Introduction to Python Programming.
Session 2: Good Web Design concepts Using CSS N C Diploma: Web Design: S2: Tutor: N R Hartland 1.
CS590VC - Tutorial 3 Linden Scripting Language (LSL)
OCR Computing GCSE © Hodder Education 2013 Slide 1 OCR GCSE Computing Python programming 4: Writing programs.
You Need an Interpreter!. Closing the GAP Thus far, we’ve been struggling to speak to computers in “their” language, maybe its time we spoke to them in.
Python module distribution. Modules in Python Modules are everywhere.
U3A General Computing Class Autumn 2014 Week 4 of 10 weeks. Mondays 4:15 to 5:45 pm Half Term – Miss 27th of October 2014 and 3 rd November. Class dates.
Mantid Manipulation and Analysis Toolkit for ISIS data.
Exploring Spyder: An IDE for scientific computing
Xi Wang Yang Zhang. 1. Easy to learn 2. Clean and readable codes 3. A lot of useful packages, especially for web scraping and text mining 4. Growing popularity.
Learn R Toolkit D Kelly O'DayInstall & SetupMod 1 - Setup: 1 Module 1 Installing & Setting Up R Do See & HearRead Learn PowerPoint must be in View Show.
1. Starting 1 Let’s Learn Saenthong School, January – February 2016 Teacher: Aj. Andrew Davison, CoE, PSU Hat Yai Campus
How to Embed a YouTube Video into a PowerPoint Presentation. Eric Hoehn TEC /1/10.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Getting Started With Python Brendan Routledge
Prepare Launch Spyder Open Spyder (C:/Anaconda2/Scripts/spyder) Or Open from launcher (C:/Anaconda2/Scripts/launcher) Download data
1 Release 7.0 Features and Enhancements Multi-byte Language Support Language Pack Editor Blackboard Backpack (Offline Synchronization Application) Embedded.
CST 1101 Problem Solving Using Computers
Learning Basic Python Amlan Talukder.
Computer Science A-level
Python Programming Challenge
Introduction to Programming (CS 201)
PH2150 Scientific Computing Skills
Lecture 1 Introduction to Python Programming
DATA MINING Python.
Week 1 Gates Introduction to Information Technology cosc 010 Week 1 Gates
Prepared by Kimberly Sayre and Jinbo Bi
Let's Learn Python and Pygame
Introduction to R.
Today’s lesson – Python next steps
Basic Steps: Set up account, log in Select theme (colors, tabs)
BSc in Digital Media, PSUIC
Python 19 Mr. Husch.
Install MySQL Community Server and MySQL Workbench
Python Crash Course CSC 576: Data Science.
Input and Output Python3 Beginner #3.
Python 19 Mr. Husch.
Friday, September 21st, 2018 Excel Worksheets On Create Page
Mu Editor – New User Cheat Sheet – CircuitPython Mode
The Python interpreter
Mu Editor – New User Cheat Sheet – CircuitPython Mode
DATA MINING Python.
Installations for Course
Computer Science A-level
Introduction to Python
Presentation transcript:

Title Center for Coastal and Ocean Mapping NOAA/UNH Joint Hydrographic Center Windows Python Tutorial Kurt Schwehr Jan 2007

Day 1 Introduction and Basic Mechanics Installing python and a source code editor Editing and running script files Using the IPython shell Basic python concepts

Class website:

Python Homepage

Online documentation

Books

Videos

Installing python

Download and install the big package

What you get

You can use dos

Exit with Ctrl-D or Ctrl-Z

Cygwin is also good Challenge is getting all the packages installed

Start ipython!

What is ipython?

IPython: an Enhanced Python Shell

Get started with IPython

We need to be able to save & run scripts

Start SciTE

Initial ScitTE view

Ex01 - hellow world

Saving a file in SciTE

Running ex01.py

Basic string operations

Getting help with the ‘tab’ key

More string operations

Lists are created with [ ]

The math module

Getting help on functions

More help

from math import *

If tests and indentation matters

for loops

Matplot lib

1st plot

2nd plot