I wrote a guide on how to get started with Python for Unreal Engine, check it out!
It covers:
- Setting up Unreal Engine and Visual Studio Code
- The Python basics
- The UE Python API
- Make a Python tool that rename assets
- Make a Python tool that create materials with different and random properties
- Make a Python tool that manipulate actors
- and more