Introduction to Python Programming

Graduate School of Language and Culture, Osaka University / Digital Humanities Subcourse

Python Introduction

Python

First slide.

Example

Subslide.

File I/O

with open('filename.txt') as f:
    for line in f:
        print(line)

Editor

Jupyter Notebook

Other

  • Intellij’s PyCharm
  • Visual Studio Code