Python : File system and HTTP requests

Hello,

I wanted to know if in the future it was planned to make HTTP requests possible with Python or was this a deliberate choice?
I really like n8n but not being able to use basic code in python is off-putting.

Thank you

For people
I found this module: GitHub - naskio/n8n-nodes-python: Run Python code on n8n
It allows to have a real python integration instead of the native one which is very limited.