Skip to content

Commit a4e61e6

Browse files
authored
Add beginner notice for Python image analysis
Added a notice for beginners to explore tutorials and resources.
1 parent 8765b19 commit a4e61e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_pages/scripting/python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ You can use ImageJ from [Python](https://python.org/):
1313
- If you want to embed [ImageJ2](/software/imagej2) inside of your Python code, such as within a [Jupyter notebook](https://jupyter.org/) using the Python kernel, check out the [PyImageJ](/scripting/pyimagej) Python package. It allows you to create an ImageJ2 gateway with full access to its API from Python. See the [ImageJ2 tutorial notebooks](/tutorials/notebooks) for an introduction.
1414
- **Advantage:** It is possible to combine ImageJ with other image analysis libraries like [scikit-image](https://scikit-image.org/), [ITK](/software/itk), [OpenCV](/software/opencv) and more in a single Python program.
1515
- **Disadvantage:** Wrapping ImageJ in Python has some limitations, particularly surrounding use of [original ImageJ](/software/imagej) features when running [headless](/scripting/headless).
16+
17+
{% include notice icon="info" content='If you are new to Python or image analysis using Python and would like to learn about it, check out the [tutorials](https://imaging.epfl.ch/field-guide/sections/python/#tutorials) and [resources](https://imaging.epfl.ch/field-guide/sections/python/#tutorials) from the [EPFL Center for Imaging - image analysis field guide](https://imaging.epfl.ch/field-guide/index.html) ' %}

0 commit comments

Comments
 (0)