Python For Network Engineers - 1hr crash course

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

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

  • @pnuema1.618
    @pnuema1.618 14 วันที่ผ่านมา +2

    I am surprised to find that I am the only troll to mention you didnt use a wild card mask for the ospf network statement! Obviously thats not the context and I understood the video very well. Thank you for taking the time!

    • @NetworksLearning
      @NetworksLearning  7 วันที่ผ่านมา

      Fair point you make. Typically, stiff wild card and authentication is best practice, as well passive interfaces and tuning areas to stubby if necessary. However, since purpose was not OSPF routing demo, I did cut corners 🤓

  • @dannygeraerts3788
    @dannygeraerts3788 5 หลายเดือนก่อน +3

    Great stuff, great video ! It really boosts my interest in working with Python and made me even more interested as being a traditional engineer performing all my tasks direct from the command line. so thank you a lot for this . more of these videos are appreciated !

    • @NetworksLearning
      @NetworksLearning  5 หลายเดือนก่อน

      Thanks a million, I am really chuffed the video was useful. Automation is great, and so much to it.

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

    Thank you for posting the introductory video with great examples.

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

      Great to hear you found it useful, thanks a lot !

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

    Great video! Starting from scratch and haven't skipped anything important :P Thank you!

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

      Thanks a million for your valuable comments and for watching !

  • @1einszweidrei
    @1einszweidrei 6 หลายเดือนก่อน +2

    Very nice video. I will follow you from now on!

    • @NetworksLearning
      @NetworksLearning  6 หลายเดือนก่อน

      Awesome, thanks a million for watching. I am glad you enjoyed it !

  • @MiladMashayekhi
    @MiladMashayekhi 6 หลายเดือนก่อน +2

    thank you very much and hail from iran

    • @NetworksLearning
      @NetworksLearning  6 หลายเดือนก่อน +1

      You are most welcome, glad it helped !

  • @Sqedabantwana
    @Sqedabantwana 8 หลายเดือนก่อน

    59 minutes well spent
    Great video

    • @NetworksLearning
      @NetworksLearning  8 หลายเดือนก่อน

      Glad to hear, thank you so much for your comment !

  • @billbrown-e8t
    @billbrown-e8t ปีที่แล้ว +2

    what are you building. studied for my comptia a+ going for network+ as we speak and going for azure and powershell. any tips or advice for learning python.

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

      Thanks a lot for watching @bill ! What I have found worked for me, is to learn the basics, then start building small scripts as projects to make my networking tasks easier. As you progress, your scripts and projects will get more complex. There is a lot to learn, and thankfully the community does share knowledge and support is there for any level. Once again, thanks for watching and for your feedback !

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

    it's very good explanation, briefly and clearly, thank you ! I want to ask you, in this video, is it enough information for automation or just partly information to write scripts ? Could you give some additional information to improve this skills?

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

      Thank you very much for watching and your questions.
      This video is just an introduction to get you familiar with Python, and the logics on how to use it. To improve, I suggest to build scripts which can automate small things, such as config backup, pushing configs and develop from there.
      Stay tuned, I will soon be adding more videos on Python for day to day network admin.

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

      @@NetworksLearning Thanks, I'll look forward to it.

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

    Great video but on the os.system portion at 37:39 of the video, cat doesn't work on windows. Do you know what command I can use for windows?

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

      Thanks a million for your comment and question.
      I believe in windows, you could use “type” instead of “cat”, though I have not tested it. Please let us know if it works as expected.

    • @jamesrob04
      @jamesrob04 11 หลายเดือนก่อน +1

      @@NetworksLearning worked perfectly, thank you

    • @NetworksLearning
      @NetworksLearning  11 หลายเดือนก่อน

      @@jamesrob04 Excellent, and thank you so much for confirming this part, am sure it will help the community.

  • @markostetner1950
    @markostetner1950 2 หลายเดือนก่อน

    What program do you use for the lab where you have 2 routers? 50:49

    • @NetworksLearning
      @NetworksLearning  2 หลายเดือนก่อน

      @@markostetner1950 Using EVE-NG, but you can also use GNS3 or Cisco own CML-P.

  • @nombreapellido3113
    @nombreapellido3113 11 หลายเดือนก่อน +1

    Thanks ❤

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

    good stuff mate

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

      Thanks a lot for your feedback and for watching !

  • @DD-mr2tk
    @DD-mr2tk ปีที่แล้ว

    Is this vscode installed on Linux ?

  • @mingosutu
    @mingosutu 6 หลายเดือนก่อน +1

    I am sure it is a nice tutorial, but the script is so small I can hardly see what your typing.

  • @Ha-th3sb
    @Ha-th3sb 2 วันที่ผ่านมา

    Why learn all this Python when u can just use ansible. I don’t get it. I’m a 4 year network engineer heck learning ansible playbooks basically allowed me to immediately be proficient at cloud formation .yaml template atre easy. I don’t get all the extra Python scripting. I just like to make money fast as possible, I cannot learn all day.

    • @NetworksLearning
      @NetworksLearning  2 วันที่ผ่านมา

      I use and enjoy Ansible, yet it should not stop me from using or learning Python. This is for the same reason people chose to learn Spanish, or French for example. At the end of the day, it will add value and enhance skill sets.