Visualizing Python modules and dependencies with Neo4j
A simple neo4j tutorial about python tool that ingests information about all installed Python modules on your computer and visualize it. (more…)
Read more »
What happens when we get or set an attribute of a Python object? This question is not as simple as it may seem at first. It is true that any… Read more