Custom python scripts

Hey,

I wanted to write some python scripts for existing doc types. Can someone point out at resources or questions in this forum which deals with this.? I couldn’t find much detailed tutorials. I know python, but not sure what is the standard followed while writing such scripts.

Thanks.

use search bar to look for the script… there is no spesific place for that…
but i think thats quite implicit .py for python script
as for the framework you can learn your self with information available in the forum

@Akarsh_Hegde

see CRUD Events section, you can run your server side script via hooks Not Found

Reading existing code is also best way to learn, you can study Stock Entry events.