Coding in Python 20 - Subprocess (Learn Linux TV Classics)

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

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

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

    Spent 2 days looking for a solution, on how to run Tkinter input and subprocess together and found it in your video. All I had to do is to make it as a list)) Thanks a lot!!

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

    1. How do I get the output of say
    ls -lrth to a list of lists in the most efficient way
    2. How can i ssh to a server, run commands and come back to the main server. (loop this)

  • @judeleon8485
    @judeleon8485 4 ปีที่แล้ว

    Nice video. Can you please explain difference between os.system, subprocess.run and subprocess.call, etc

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

    great video !
    but why do you hardcode the subprocess using "sshd" as 3 argument , when you start the subprocess ? should it not just have been svc ?
    if you ever chenge subprocess frim sshd to anything else, your program will try to start sshd if your svc is not running
    kind regards from Denmark

  • @danielhunt1496
    @danielhunt1496 4 ปีที่แล้ว

    I enjoyed the video. Thanks!

  • @archstampton5910
    @archstampton5910 5 ปีที่แล้ว

    Great video, simple but useful

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

    How do I follow along if I am using Windows?

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

    too many views...