# Python SDK > Server-side Python SDK for EVM and SVM wallets. - [Python SDK Quickstart](https://www.dynamic.xyz/docs/python/quickstart.md) — Create server-side MPC wallets and sign transactions on EVM and Solana with the Dynamic Python SDK. ### EVM - [Create EVM Wallet](https://www.dynamic.xyz/docs/python/evm/create-wallet.md) — Learn how to create and manage EVM server wallets with Dynamic's Python SDK - [Delegated Access for EVM Wallets](https://www.dynamic.xyz/docs/python/evm/delegated-access.md) — Sign messages and transactions on behalf of users using delegated key shares with Dynamic's Python SDK - [Sign EVM Messages](https://www.dynamic.xyz/docs/python/evm/sign-messages.md) — Learn how to sign EIP-191 messages with an EVM wallet using Dynamic's Python SDK - [Sign EVM Transactions](https://www.dynamic.xyz/docs/python/evm/sign-transactions.md) — Send and sign Ethereum transactions using Dynamic's Python SDK - [Sign Typed Data (EIP-712)](https://www.dynamic.xyz/docs/python/evm/sign-typed-data.md) — Sign EIP-712 structured data with an EVM wallet using Dynamic's Python SDK ### SVM - [Create SVM Wallet](https://www.dynamic.xyz/docs/python/svm/create-wallet.md) — Learn how to create and manage Solana server wallets with Dynamic's Python SDK - [Delegated Access for SVM Wallets](https://www.dynamic.xyz/docs/python/svm/delegated-access.md) — Sign messages on behalf of users on Solana using delegated key shares with Dynamic''s Python SDK - [Sign SVM Messages](https://www.dynamic.xyz/docs/python/svm/sign-messages.md) — Learn how to sign messages with a Solana wallet using Dynamic's Python SDK - [Sign SVM Transactions](https://www.dynamic.xyz/docs/python/svm/sign-transactions.md) — Learn how to sign and send Solana transactions using Dynamic's Python SDK