How Can I Create A Directed Graph Using Python?

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2024

ความคิดเห็น • 24

  • @Monkhaus
    @Monkhaus  ปีที่แล้ว

    📢 Hey everyone I have a *NEW* coding channel where I build simple projects with Python.
    ❗ SUBSCRIBE 👉 th-cam.com/channels/791gwvptBLgVRpDsWIdNYw.html

  • @thesupremedalekstroyer6368
    @thesupremedalekstroyer6368 2 ปีที่แล้ว +1

    Thank you so much ! We managed to finish our project thanks to your video.

  • @RenMonke05
    @RenMonke05 2 ปีที่แล้ว +1

    Man, you really saved my life
    Thank u so much and your video is AMAZING

  • @dark_phant0m768
    @dark_phant0m768 ปีที่แล้ว

    Great video!
    learning some libraries I might find useful and this video was very helpful
    New sub ❤

  • @beerreeb123
    @beerreeb123 3 ปีที่แล้ว

    You do not talk too much, but if you do not have a need to self-deprecate, I would leave that out. You are good at this... thanks! Use all your words for the lesson... great job.

  • @cerenletonyada
    @cerenletonyada 2 ปีที่แล้ว +3

    What changes should be done in the code if our graph has weights ?

  • @artsmith1347
    @artsmith1347 2 ปีที่แล้ว

    Thank you for this video.
    This is the main reason I resist doing anything in python: 2:25 "I don't think it exists on python 3"
    I don't at all doubt that the python "developers" (or whim-driven code jockeys) have disregarded the usefulness of this library -- and disrespected everyone who wants to use it. I have found too much of that. And it didn't take very many times for that to happen before it became "too much."
    What are they thinking that version 3 is not compatible with the vast amounts of work that have been done to build (and build projects around) libraries for version 2?
    I have needed a library that was available only in version. So I "upgraded" to version 3. But version 3 broke a library that was already part of my project -- and no version of that library was available in python 3. So my project moved to a different language.
    What a stupid way to "upgrade" python to a new version!!
    We have come to expect abuse of this type from M$: Oh, those thousands of dollars you have spent on 16-bit software ... well, we have decided you don't need to use any of that anymore.
    Whoever is in charge of python should not be similarly abusive.

    • @daiwang8111
      @daiwang8111 2 ปีที่แล้ว

      just wait for python 4 and wait for them to say "oh python 4 is not compatible with the vast amount of library in python 3, goodluck reinventing them in python 4"

  • @marianacsinlove
    @marianacsinlove 3 ปีที่แล้ว +1

    this is really good, you dont talk too much, it is great explanation you do over there, so bad my homework has to be with a matrix :(

  • @hosseinarshad1026
    @hosseinarshad1026 2 ปีที่แล้ว +1

    Thank you! Would you please let me know how I could draw more than two edges between two nodes in the same direction?

  • @abinashkumarsinha8958
    @abinashkumarsinha8958 2 ปีที่แล้ว

    Thank you very much. I was looking for something like this. This helped me in my project.

  • @cefrilupianto9761
    @cefrilupianto9761 2 ปีที่แล้ว +1

    Thanks for the tutorial..

  • @FireboxTrainingCourses
    @FireboxTrainingCourses 4 ปีที่แล้ว +2

    nice explanation!

  • @jonathanalkalay4435
    @jonathanalkalay4435 2 ปีที่แล้ว

    you're amazing !!

  • @abdurrahmansembiring5862
    @abdurrahmansembiring5862 3 ปีที่แล้ว

    You've got a new subscriber

  • @thomas5666
    @thomas5666 3 ปีที่แล้ว +1

    networkx is on python3, just tested following along with you

  • @youssefashraf1739
    @youssefashraf1739 2 ปีที่แล้ว

    Where can i find part 2 please
    great work

  • @nonodo4060
    @nonodo4060 3 ปีที่แล้ว +1

    how can i add weights to each edge ?

  • @Tauhid214
    @Tauhid214 3 ปีที่แล้ว +1

    Helpfull, thanks

  • @astrofolia4515
    @astrofolia4515 2 ปีที่แล้ว

    What if I don't want axes or anything, I just want an image that shows the graphs?

  • @Elotastic
    @Elotastic 2 ปีที่แล้ว

    Your resemblance to the TH-camr Georgenotfound is uncanny

  • @philtoa334
    @philtoa334 3 ปีที่แล้ว

    Nice.

  • @tareqmahmud3902
    @tareqmahmud3902 3 ปีที่แล้ว

    Is it possible to do directed graph without importing modules?

    • @Monkhaus
      @Monkhaus  3 ปีที่แล้ว

      I mean technically yes as the module is just code, but I'm not entirely sure what you'd need to do.