Python Diagrams - Make incredible Diagrams using Python

preview_player
Показать описание
In this video, we go over how you can automate your Network and Cloud diagrams using the Python Diagrams module. With this module, you can programmatically automate diagrams. This module is great to integrate with vendor APIs so you can generate Diagrams.

📘 Chapters:
0:00 Introduction
0:31 Example 1 - Importing and Node Diagram setup
2:21 Example 2 - Adding Cluster objects
3:54 Example 3 - Adding Edge Objects
Рекомендации по теме
Комментарии
Автор

I don't know if u people ever watched AWS Power Hour Series on Twitch or not but there those technical trainers used to work with some diagrams it looked so cool to me; and now that i know that i can create such diagrams programmatically, cloud computing looks even more attractive to me

yogeshdharya
Автор

exactly what i was looking for .. thank you for sharing

YasserAder
Автор

Nice tool, thanks for the video. Next step, make it data driven and export automatically to PDF, PNG, etc

andresvideo
Автор

Wow, this was great. Going to give this a try.

kevon
Автор

Awesome content! Thank you so much! It helps a lot!

tomjohn
Автор

what file formats can you output these to? html, png, jpeg?

SFP
Автор

It would be great if you could get the file to generate from a metadata store and them wrap it in a pipeline that writes to your wiki. That way the documentation and diagrams are done as part of the agile development.

wesleyboyd
Автор

Process terminated with exit code 0, but no png diagram created. All installations were successfully performed (graphviz and diagrams). What could have happened?

RodrigoRossiMeneses
Автор

I love this. I have a very large diagram that I need laid out in a geographical order. Would it be possible to use Latitude and longitude coordinates to make this happen? Or is there an easier way?

BrianThomas
Автор

I have a two cluster Cluster 1: A, B, C and Cluster 2: D, E, F .
I want to connect in this order : A to D, B to F, C to E
When I connect Cluster 1 to Cluster 2, Cluster 2 nodes/elements order changes. How to fix this issue

hjuilkable
Автор

Thanks. Is there any solution to make it interactive, dynamic?

learntechwithabderrezak
Автор

Thank you so much ! trying to generate topology diagram from variable data input automatically

tracygao
Автор

when i write the same exact code and foillow all the steps i get an error
and it does not let me see the output

michelematozza
Автор

How to adjust border space of square of cluster to its icon inside it

neptunesun
Автор

Can we read input from text file and draw diagrams?

maddelish
Автор

This is an interesting approach to creating diagrams. I am wondering if anybody has developed the pennings for Express-G diagrams. If they could also support HTML hyperlinks this would be an added benefit. Do you know of anything like this? Note: Express-G is ISO 10303-11.

timothysuhr
Автор

Can anyone tell me why I get a message that states pip is not recognized as the name of a cmdlet, function, script file or operable program? I apologize for the newb question, but any help would be greatly appreciated.

luiscasillas
Автор

hi great video! however im facing some issues i am unable to visualise the diagram after running the code on pycharm! do you have any advice?

manfredchong
Автор

Very good! Congratulations! This will make my job easier

jorgedemacedo
Автор

Anyone implented this in a django project and could share how to make it work? I.e. would it automatically save it to the media folder when running the code?

trondlillebo