# Python SDK tutorials

- [Images](/getting-started/python-sdk-tutorials/images.md)
- [Images](/getting-started/python-sdk-tutorials/images/image.md)
- [Image and object tags](/getting-started/python-sdk-tutorials/images/image-and-object-tags.md): How to tag image and object using Supervisely SDK
- [Spatial labels on images](/getting-started/python-sdk-tutorials/images/spatial-labels-on-images.md): How to create bounding boxes, polygons, masks, points and polylines in Python
- [Keypoints (skeletons)](/getting-started/python-sdk-tutorials/images/keypoints.md): How to create keypoints annotation in Python using Supervisely
- [Multispectral images](/getting-started/python-sdk-tutorials/images/multispectral-images.md)
- [Multiview images](/getting-started/python-sdk-tutorials/images/multiview-images.md)
- [Advanced: Optimized Import](/getting-started/python-sdk-tutorials/images/optimized-import.md)
- [Advanced: Export](/getting-started/python-sdk-tutorials/images/advanced-export.md)
- [AI Search](/getting-started/python-sdk-tutorials/images/ai-search.md)
- [Videos](/getting-started/python-sdk-tutorials/videos.md)
- [Videos](/getting-started/python-sdk-tutorials/videos/video.md)
- [Video and object tags](/getting-started/python-sdk-tutorials/videos/video-and-object-tags.md): How to create, add, update and remove tags from Video and its objects.
- [Spatial labels on videos](/getting-started/python-sdk-tutorials/videos/spatial-labels-on-videos.md): How to create bounding boxes, masks on video frames in Python
- [Point Clouds](/getting-started/python-sdk-tutorials/point-clouds.md)
- [Point Clouds (LiDAR)](/getting-started/python-sdk-tutorials/point-clouds/point-clouds-and-episodes.md)
- [Point Cloud Episodes and object tags](/getting-started/python-sdk-tutorials/point-clouds/pointcloud-episodes-and-object-tags.md): How to create and add tags, update and remove tags from Point Cloud Episode annotation objects and frames
- [3D point cloud object segmentation based on sensor fusion and 2D mask guidance](/getting-started/python-sdk-tutorials/point-clouds/point-cloud-segmentation-with-2d-mask-guidance.md): How to create 3D segmentation masks in point clouds with 2D mask guidance and camera calibration data
- [3D segmentation masks projection on 2D photo context image](/getting-started/python-sdk-tutorials/point-clouds/3d_mask_projection.md): How to transfer segmentation masks from 3D point cloud to 2D photo context image
- [Volumes](/getting-started/python-sdk-tutorials/volumes.md)
- [Volumes (DICOM)](/getting-started/python-sdk-tutorials/volumes/volumes.md)
- [Spatial labels on volumes](/getting-started/python-sdk-tutorials/volumes/spatial-labels-on-volumes.md): How to create Mask3D annotations on volumes in Python
- [Common](/getting-started/python-sdk-tutorials/common.md)
- [Iterate over a project](/getting-started/python-sdk-tutorials/common/iterate-over-a-project.md)
- [Iterate over a local project](/getting-started/python-sdk-tutorials/common/iterate-over-a-local-project.md)
- [Progress Bar tqdm](/getting-started/python-sdk-tutorials/common/progress-tqdm.md)
- [Cloning projects for development](/getting-started/python-sdk-tutorials/common/cloning-projects.md)
