I don’t do bash and I need a way to embed my python scripts in a bash file, can you help me please?
What do you mean embed? That the Python script execute when you run the file? Just put
#!/usr/bin/env python
at the top of the file and it becomes a Python script.