Skip to main content
Ctrl+K
itom Documentation - Home
  • Changelog
  • Introduction
  • Installation
  • Getting Started
  • The itom User Interface
    • Plots and Figures
    • Extending the user interface of itom
    • Plugins
    • Python Scripting Language
    • itom Script Reference
    • Miscellaneous
    • Demo scripts
    • Contributing
  • GitHub
  • ITO
  • Changelog
  • Introduction
  • Installation
  • Getting Started
  • The itom User Interface
  • Plots and Figures
  • Extending the user interface of itom
  • Plugins
  • Python Scripting Language
  • itom Script Reference
  • Miscellaneous
  • Demo scripts
  • Contributing
  • GitHub
  • ITO

Section Navigation

  • 12.1. itom
  • 12.2. Python
    • 12.2.1. String input
    • 12.2.2. Decisions, loops
    • 12.2.3. Hello World
    • 12.2.4. Lists, tuples, dictionaries
    • 12.2.5. Basic operations
    • 12.2.6. Basic variables
  • 12.3. Python packages
  • 12. Demo scripts
  • 12.2. Python

Note

Go to the end to download the full example code.

12.2.3. Hello World#

Hello World

print("Hello World")

Download Jupyter notebook: demo_helloWorld.ipynb

Download Python source code: demo_helloWorld.py

Download zipped: demo_helloWorld.zip

previous

12.2.2. Decisions, loops

next

12.2.4. Lists, tuples, dictionaries

Show Source

© Copyright 2011-2024, Institut für Technische Optik (ITO), Universität Stuttgart. Bug report: https://github.com/itom-project/itom/issues.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.15.4.