Resources
The “where did that file go?” page
This page gathers the useful bits in one place so you do not have to play hide-and-seek with notebooks, setup links, or the next step.
Sample notebooks
- Cell measurements intro for grouped summaries and plotting.
- Image QC exercises for simple image-like arrays and practice tasks.
Recommended course path
- Install Python locally.
- Create one environment with
venvor conda. - Learn enough Python basics to read and edit beginner code.
- Meet the main scientific Python libraries you will keep seeing.
- Move into Jupyter notebooks and examples.
- Use pandas and matplotlib for tables and plotting.
- Install napari and try the
napari-mAIcrobeplugin. - Create a small package once your workflow becomes reusable.
- Continue into segmentation, classification, QC, neural networks, and pretrained models.
Recommended pacing
- Day 1: install Python and get comfortable with the terminal.
- Day 2: create and activate environments a few times.
- Day 3: work slowly through Python basics and type the examples.
- Day 4: meet NumPy, pandas, matplotlib, and the rest of the scientific stack.
- Day 5: open Jupyter and complete the first notebook exercises.
- Day 6: work through pandas and matplotlib with real tables and plots.
- Day 7: install napari and explore one viewer-based workflow.
- Day 8: scaffold a package and add one simple function.
- Day 9 and beyond: move into segmentation, QC, classifiers, and pretrained models.