Help me get started developing

I really love Frappe and I would like to work with it but the documentation makes it hard for me.
I have seen everything here https://frappe.io/docs but I am wishing for some documentation about ALL the exposed functions of Frappe.
If i do:

import frappe

then what can I do on this object?

currently I am looking how to find a file in my apps/my_app/ directory.
But there is the saying, If you give a man a fish, you fed him for a day, if you tell a man how to fish you fed him for a lifetime!
So please point me to a good resource to learn about all frappe functions.
Something like this would be nice: https://discuss.frappe.io/uploads/default/original/3X/c/7/c7e4de298c99e050761cea46bad15ec0a36a1fc3.jpg

Also:
Please tell me how to get playing with frappe from the REPL
I tried

frappe-bench$ . env/bin/activate
(env) frappe-bench$ python
>>> import frappe

But it can not find it…?!

Thank you for helping :slight_smile:

@stephenBDT

To Import Frappe in frappe use bench console from frappe-bench folder

https://frappe.io/docs/user/en

This really helped! Thank you!

1 Like