Python/PyTango/IPython in a Nutshell
Version March 5, 2025
by
Thorsten Kracht
- Contents
- Introduction
- Miscellaneous
- Variables
- Modules and Packages
- Classes
- Control Statements
- Input/Output
- Built-in Functions
- Useful modules
- argparse
- atexit
- commands
- cProfile
- datetime (also rfc2822)
- distutils
- doty to datetime
- glob, unix style pathname pattern expansion
- importlib
- importlib, reload
- inspect (all members of a class)
- math
- matplotlib
- multiprocessing
- psutil, python system and process utilities
- pyqtgraph
- numpy
- os
- os.access()
- os.chdir()
- os.chmod()
- os.environ
- os.getcwd()
- os.getenv()
- os.getpid()
- os.isatty()
- os.kill()
- os.listdir() (all files in a directory)
- os.mkdir()
- os.path.abspath(), current files directory path
- os.path.basename()
- os.path.dirname()
- os.path.exists()
- os.path.getmtime()
- os.path.getsize()
- os.path.isdir()
- os.path.isExecutable()
- os.path.isfile()
- os.popen(), capturing shell command output
- os.popen(), ps ax, MacroServer/haspp09
- os.popen(), with time-out
- os.remove(), os.rmdir()
- os.rename() (mv)
- os.system(), execute a shell command, sensing the return-state
- os.system(), calling ping
- os.walk(), traverse dirs and sub-dirs
- platform
- pprint
- random, seed(), setstate(), getstate()
- shelve, persistent dictionary
- shlex, split preserving quoted substrings
- shutil, copy files
- signal
- socket
- string
- subprocess, capturing shell command output
- swig
- sys
- threads
- time
- traceback
- zeromq
- Functions
- Exceptions
- Details
- IPython
- Tango I/O Speed
- Examples
- VmExecutors
- VcExecutors
- Other Tango examples
- High-level Python Interface: multi class server)
- Zugvorrichtung, P03 (argparse)
- moveLowAcc.py, low acceleration moves
- move.py, performance test
- Re-starting a device server using Starter
- Counter and Timer
- Motor attributes
- hkl2Angles
- Reading the gap, Tango7
- Events, motor position
- Attributes, ADC, DAC
- Commands and attributes, VFCADC
- Attributes, I/O Register, SIS3610
- Spectrum, MCA_8701
- Tango database
- I/O
- Miscellaneous
- Taurus application, process events
- QtGui, QtCore
- Appendix
- Bibliography
- Index
- About this document ...