creative data mining 9 | 10 | 2017 · creative data mining ... introduction to python &...

8
Creative Data Mining Lecture 3: Introduction to Python & Programming I 9 | 10 | 2017 Dr. Varun Ojha, [email protected] Danielle Griego, [email protected]

Upload: duongkhuong

Post on 08-May-2018

227 views

Category:

Documents


3 download

TRANSCRIPT

Creative Data MiningLecture 3: Introduction to Python & Programming I

9 | 10 | 2017

Dr. Varun Ojha, [email protected]

Danielle Griego, [email protected]

What we’ll cover today

Introduce first assignment

Hands-on python tutorial

• Get familiar with the environment

• Syntax, loops, data types, conditional

statements...

09-Oct-17 | 2Creative Data Mining | L03 |

First, did everyone get python and pycharm installed?

1. Install Python from https://www.python.org/downloads/

2. Install PyCharm from

https://www.jetbrains.com/pycharm/download/

09-Oct-17 | 3Creative Data Mining | L03 |

Python is the programming language We can simply access it from the command prompt/terminal

Python Interpreter version 2.x or 3.x

09-Oct-17 | 4Creative Data Mining | L03 |

PyCharm is an IDE/EditorThere are many interactive development environments (IDE’s), but we will use PyCharm

09-Oct-17 | 5Creative Data Mining | L03 |

Hands-on tutorial Adapted from “A Byte of Python”

09-Oct-17 | 6Creative Data Mining | L03 |

https://python.swaroopch.com/

Resources for the course

Course Material Posted to:

http://www.ia.arch.ethz.ch/category/fs2017-creative-data-mining/

A SMALL sample of Tutorials and references:

https://www.tutorialspoint.com/python/python_basic_operators.htm

http://www.informatics.indiana.edu/rocha/academics/i-bic/lab1/Python%20review.pdf

“A Byte of Python” https://python.swaroopch.com/

Coelho, Luis Pedro; Richard, Will. Building Machine Learning Systems with Python, Packt Publishing (Adobe Editions Library)

09-Oct-17 | 8Creative Data Mining | L03 |

Questions?9 | 10 | 2017

Dr. Varun Ojha, [email protected]

Danielle Griego, [email protected]

Lecture 3: Python I