I'd like to have some information about set of functions (maybe analog of the var_dump() in PHP) which I could use for looking at the content of variables on a server side in a way that they should be printed on server-side somehow during the work process, or on the client-side in the browser's console (chromelogger?).
I was recently involved into a new project, I'm a newbie in Python/Django, so I need to get familiar with the internal logic and hit the ground running.
I'm using extJS on front-end and Django 1.6 on backend.
Thank you!