Seznamme se: ObsPy Luděk Vecsey GFÚ Praha, kafeseminář, 31.10.2018.

Slides:



Advertisements
Similar presentations
Python Hyunjong Lee. contents  Introduction  Syntax & data types  Tools  Python as CGI.
Advertisements

1/03/09 De 89 à 98. 1/03/09 De 89 à 98 1/03/09 De 89 à 98.
‘And Now For Something Completely Different’ Python Programming David Hartwell Clements.
Python By Steve Wright. What is Python? Simple, powerful, GP scripting language Simple, powerful, GP scripting language Object oriented Object oriented.
Look Ma, No types Prasan Samtani
Python Brandon Jeffcoat Dashaun West “Why settle for snake oil when you can have the whole snake?” -- From Usenet posting by Mark Jackson, June 1998.
Introduction to Python. Outline Python IS ……. History Installation Data Structures Flow of Control Functions Modules References.
Jonathan Huelman CSC 415 – Programming Languages
Python Introduction.
TEACHING PROGRAMMING BY ITERATIVE DEEPENING Dr. Mark Lee | School of Computer Science, University of Birmingham
CSC 110 A 1 CSC 110 Introduction to Python [Reading: chapter 1]
April 2005CSA2050:NLTK1 CSA2050: Introduction to Computational Linguistics NLTK.
Intro to Python Programming (Introduction) Pamela A. Moore Zenia C. Bahorski Eastern Michigan University March 7, 2012 A language to swear by, not at.
Python 0 Some material adapted from Upenn cmpe391 slides and other sources.
The Python Programming Language Jeff Myers Programming Language Concepts, 01/14/2002
August 29, 2005ICP: Chapter 1: Introduction to Python Programming 1 Introduction to Computer Programming Chapter 1: Introduction to Python Programming.
The First Pune Python meet organized by PythonThreads.com The First Pune Python meet organized by PythonThreads.com What is it? Python is a Free, Open.
The influence of properties of open source projects on its popularity with developers Marijn de Graaf.
ITEC 109 Lecture 12 Higher level concerns. Higher concerns Review JES– What did you learn? Questions?
A very basic overview of Server-Side Scripting Or what is PHP, Perl, Python, Ruby and what can they do for me?
Python. By Jawad. What Is Python? Python is an open-source object-orientated scripting language. Python is good for embedding snippets to run a program.
Python – May 11 Briefing Course overview Introduction to the language Lab.
Executed by: Prokhorov N. Baybikov I. BI-01. Contents 1. Description 1. About Python 2.Origin 2. Properties 3. Pros & Cons 4. Usage 5. Conclusion.
Intro to Python Adriane Huber Debbie Bartlett Python Lab #1Python Lab #1 1.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
C463 / B551 Artificial Intelligence Dana Vrajitoru Python.
Intro to Python Programming (Part 1) Pamela Moore Zenia Bahorski Eastern Michigan University March 16, 2011 A language to swear by, not at.
Python. History of python  Python was conceived in the late 1980s and its implementation was started in December 1989 by Guido van Rossum at CWI in the.
Introduction to Python Damian Gordon. The Python Programming Language Python was developed by Guido van Rossum in the Netherlands in Van Rossum.
By: Ben Hester. What is Python Powerful Dynamic Programming Language Uses Whitespace Everything Is A Object Very Portable.
Introduction to Python Origins Nature of Python Importance of Python Example.
Overview of Python Eric Finkenbiner David J. Stucki.
A Python Tour: Just a Brief Introduction "The only way to learn a new programming language is by writing programs in it." -- B. Kernighan and D. Ritchie.
Python Dr. Maury Eggen Fall Introduction #!/usr/bin/python python is interpreted python is not strongly typed python allows multiple assignments.
USING PYTHON AND VISUAL PYTHON TO TRACK HEALTH BY, CHASE FORTIER.
Productive Laziness with Python Programmability in SPSS Albert-Jan Roskam, PhD. Statistics Netherlands (CBS) ASSESS – York UK - October.
 A readable, dynamic, pleasant,  flexible, fast and powerful language Introduction to Python.
Winter 2016CISC101 - Prof. McLeod1 Today Go over the Python disassembly “experiment” again. Code interpretation vs. code compilation. History and features.
。 33 投资环境 3 开阔视野 提升竞争力 。 3 嘉峪关市概况 。 3 。 3 嘉峪关是一座新兴的工业旅游城市,因关得名,因企设市,是长城文化与丝路文化交 汇点,是全国唯一一座以长城关隘命名的城市。嘉峪关关城位于祁连山、黑山之间。 1965 年建市,下辖雄关区、镜铁区、长城区, 全市总面积 2935.
IT IS THE HELP GUIDE FOR BEGINNERS WHO ARE CONFUSE THAT WHY THEY SHOULD CHOOSE PYTHON BY SOFTCRAYONS. Why Python Is Good carrier Choice.
PYTHON PROGRAMMING LANGUAGE.
Python Programming Unit -1.
A Python Tour: Just a Brief Introduction
NOCTI Study Guide #2.
IST256 : Applications Programming for Information Systems
Chapter 7: Introduction to Data Communications and Networking
Lesson 1 An Introduction
XMPP messaging in a peer to peer manner Instructed by:
Python programming language
Python Training Institutes in Hyderabad Python Training Institutes in Hyderabad.
COMMUNICATION.
Training on Real-time project With 100 % assistance support Training by IT professionals Trainers have 5+ years experience
1 Python Lab #1 Intro to Python Adriane Huber Debbie Bartlett.
Do you know this browser?...
Introduction to Python programming
What Is a Program? A program is like an algorithm, but describes a process that is ready or can be made ready to run on a real computer Retrieved from:
مهارات الاتصال والتواصل Communication Skills
مهارات الاتصال والتواصل Communication Skills
فرایند تسهیلگری در مددکاری جامعه ای
1 مفهوم ارتباطات ارتباطات معادل واژه communications ) ميباشد(. ارتباطات يك فرايند اجتماعي و دو طرفه است كه در آن اطلاعات مبادله شده و نوعي تفاهم بين طرفهاي.
أنماط الإدارة المدرسية وتفويض السلطة الدكتور أشرف الصايغ
Building Raspberry Pi Controllers with Python
THE REAL WORLD APPLICATIONS OF PYTHON. INTRODUCTION Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum.
CSA2050: Introduction to Computational Linguistics
LANGUAGE EDUCATION.
Using Python in the Field Calculator
Anti-patterns SE-2811 Dr. Mark L. Hornick.
DATA MINING Python.
Introduction to Computer Science
PYTHON - VARIABLES AND OPERATORS
Presentation transcript:

Seznamme se: ObsPy Luděk Vecsey GFÚ Praha, kafeseminář, 31.10.2018

Introduction to Python Python is a high-level programming language Free, open sourced and community driven “Batteries Included” a standard distribution includes many modules Dynamic typed, scalable, object oriented and functional Invented in the Netherlands, early 90s by Guido van Rossum Named after Monty Python Increasingly popular

and a lot of others http://www.obspy.org „A bridge for seismologists into the scientific Python ecosystem" Contributors: Lion Krischer Tobias Megies Robert Barsch Moritz Beyreuther Elliott Sales de Andrade and a lot of others http://www.obspy.org https://docs.obspy.org/tutorial