Python Object Graphs – objgraph

objgraph is a module that lets you visually explore Python object graphs.

Similar

Comprehensive Course on Python Pandas

Python Pandas For Your Grandpa Wanna learn Pandas? I did. And I consolidated everything I learned into a 43 videos spanning roughly three hours of content, including 23 lecture videos (~2 hrs) and 20 challenge videos (~1 hr). Course Curriculum Introduct... (more…)

Read more »

Reading Code: Python’s requests library

In preparation for the latest PizzaPY I browsed the code of Python's requests library. (You've got to love open source.) I'm of the opinion that must read lots of code in order to be able to write decent code yourself. The more diverse you read, the bette... (more…)

Read more »