1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
---
page_type: sample
languages:
- python
products:
- azure
---
# Azure Core Library Python Samples
These are some code snippets that show the way in which you can set up some functionalities used in new SDKs such as logging, pipelines, etc.
They are not intended to be ran as standalone application, but show you how these functionalities can be configured.
[test_example_sync.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/samples/test_example_sync.py) - samples of how to create a sync pipeline
[test_example_async.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/samples/test_example_async.py) - samples of how to create an async pipeline
[test_example_sansio.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/samples/test_example_sansio.py) - samples of how to config policies
|