Command Line Arguments in Python - How to Read Command Line Arguments in Python

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • If you liked the content, please consider checking out my Patreon! - / membership Hey everyone, today we are going to take a look at how to read command line arguments in a Python Script. Thanks so much for watching!
    The Standing Desk I Use - amzn.to/3ivth5G
    My Favorite Python Book - amzn.to/3IWJ7zX
    Check out my Website for more Content - codingunderpre...
  • НаукаНаука

Комментарии • 13

  • @1monki
    @1monki 4 месяца назад

    Exactly what I was looking for! And it's explained well, with enough information to understand how to use it, without getting lost in the weeds of some make-believe project 👍

  • @kszoknyik
    @kszoknyik Год назад +3

    you explained it really well, very helpful! simple but effective, thanks so much! :)

  • @yasanduimanjith4122
    @yasanduimanjith4122 Год назад +1

    great i really appreciate your effort. it was so use full to me

  • @rishikeshpisal6625
    @rishikeshpisal6625 Год назад

    Underrated video.... Thanks dude

  • @itamars5911
    @itamars5911 Год назад +1

    If I have a python file with many functions, how do I call only one of the functions through the command line?

  • @eliseolara5055
    @eliseolara5055 Год назад +1

    I followed the first 2 minutes and 32 seconds to a tee. But for some reason it keeps telling me that C:……commandLine.py is not a file or directory
    Please help

  • @mkrtichhovhannisyan6244
    @mkrtichhovhannisyan6244 2 года назад

    Great video, helped a lot.

  • @fabienpineau1580
    @fabienpineau1580 2 года назад

    Thanks mate !

  • @rahul-ux8mi
    @rahul-ux8mi 2 года назад

    thank u mate!

  • @leul1407
    @leul1407 2 года назад

    Thanks man

  • @QuotePilgrim
    @QuotePilgrim Год назад

    You really should use argparse for this.

  • @toprakdikici9459
    @toprakdikici9459 3 года назад

    First