How to code in UE4 with Python?

Hi everyone i have learned to program in Python and so after a few time i read that you can program in UE4 with Python so i wanted to ask if it is Right and if yes how can i do it and what do i excectly Need? Thank you very much!

https://docs.unrealengine.com/en-US/PythonAPI/index.html

https://youtube.com/watch?v=0guOMTiwmhkhttps://youtube.com/watch/PVx4iWBdcQc

There’s GitHub - 20tab/UnrealEnginePython: Embed Python in Unreal Engine 4, but the last officially-supported version is 4.23 and I don’t think the maintainer is interested in updating it anymore.

I have written a small plugin that enables passing string data between Blueprints and Python (at runtime, via a custom GameModeBase class) so that I can potentially script gameplay using Python, but it’s pretty raw and untested (although it seems to work so far). Would be happy to share if anyone’s interested.