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.3. Python packages

12. Demo scripts#

This chapter contains demo scripts of Python basics, Python packages and the itom features based on them.

Note

Only for html documentation: Each code-block can be copied to clipboard by moving the mouse in the upper right corner of it.

../_images/copyToClipboard.png

Tip

An extended overview about all methods of the dataObject, see the itom script reference or download the cheatsheet from https://itom.bitbucket.io/documents/itom_cheatsheet.pdf

All demo scripts can be found in the itom/demo folder.

  • 12.1. itom
    • 12.1.1. Basics
    • 12.1.2. Data processing
    • 12.1.3. Matplotlib embedded
    • 12.1.4. itom apps
    • 12.1.5. Plots
    • 12.1.6. Plugins
    • 12.1.7. PointCloud
    • 12.1.8. User interface
    • 12.1.9. Customize itom GUI
    • 12.1.10. User interface dynamic layouts
  • 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.3.1. Matplotlib
    • 12.3.2. Numpy
    • 12.3.3. others
    • 12.3.4. Pandas
    • 12.3.5. Parallelization and Threading
    • 12.3.6. Plotly
    • 12.3.7. PyTest
    • 12.3.8. Scikit-learn
    • 12.3.9. Scipy
    • 12.3.10. Seaborn

previous

11.2. Units and Conventions

next

12.1. itom

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.