Python Click Master Class

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • Click is a powerful Python package for designing command-line interface (CLI) applications.

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

  • @pratyushraizada1472
    @pratyushraizada1472 Год назад +2

    Helpful video, thanks Jasper! Regards from India

  • @RyanJohnson818
    @RyanJohnson818 2 года назад +2

    This was helpful seeing the groups actually coded out. It wasn't very well-documented. Appreciated!

  • @ElizaberthUndEugen
    @ElizaberthUndEugen 2 года назад +1

    The args and options help for a nested command only gets displayed by --help if the parent commands have their args filled. That is a shortcoming of the module.

  • @child0please
    @child0please 2 года назад +1

    Thanks! You had an excellent presentation. You need more subs, brotha.

  • @hoox2795
    @hoox2795 2 года назад +1

    how clear course!Solved a problem that had been puzzling me for a long time!

  • @adityakiran2956
    @adityakiran2956 8 месяцев назад +1

    Great video dude!! Also, can you please link the wallpaper!!!??? It looks sick!!!

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

    Excelent video, thank you!

  • @yassersayed6109
    @yassersayed6109 3 года назад +1

    Excellent Explanation, please seed more informations like that in the World

  • @mcbarca5826
    @mcbarca5826 4 года назад +3

    Very informative. Thank you

  • @nathantoulbert4406
    @nathantoulbert4406 2 года назад +3

    to double up, just use function-chaining. Put your logic in a separate utility function. This way, you can add it to as many groups as you want; each gets its own function, but they all just call your utility function. Less code reuse.

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

      I know some of those words

  • @zokesackih1300
    @zokesackih1300 2 года назад +1

    Thank you for the video. It was a great and simple intro!

  • @arturocdb
    @arturocdb 2 года назад +1

    Great.., thank you so much 😊

  • @AnimalLifeVideos
    @AnimalLifeVideos 3 года назад +1

    Awesome videos bro 😎

  • @danilobassi9045
    @danilobassi9045 2 года назад +1

    Thanks. Cool video

  • @mushinart
    @mushinart 3 года назад +1

    good work bro ,,, enjoyed it and learned from it a lot

  • @83sal
    @83sal 3 года назад +1

    Thank you sir. Big help.

  • @lieuhon
    @lieuhon 3 года назад +1

    Great tutorial, thanks

  • @Azaadia
    @Azaadia 3 года назад +1

    Can you elaborate on how options are used. eg: rm -rf [dir-name] how would you implement -rf?

  • @khunsai1745
    @khunsai1745 3 года назад +2

    thank u

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

    Good video, thx! But also funny as you are explaining a cmdline/parameterization module for Python while demonstrating/running it in a shell that offers all this by default: PowerShell. Of course, I know Python is more general purpose and has somewhat prettier/stricter code, but PS is actually very similar in code/learning while also having some great unique features besides the object pipeline, like: smart-aliasing, abstract syntax tree and extensible type system.

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

      nobody uses PowerShell except for Windows admins

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

      @@jasperzanjani Mostly true. Python is very popular for many reasons/purposes. PowerShell is a very powerful shell, cross platform. Linux/mac admins are used to pipe/parse strings, as everything is basically a file. But the world has moved on and is bigger than just Windows...with Web, API's, databases, xml/json, etc... Bash by itself is not sufficient anymore without external cmdline tools (that can be written with Python). However, piping objects on the cmdline is a lot more powerful. Bash/Python doesn't do that.

  • @skellymclane3869
    @skellymclane3869 3 года назад +1

    Thank you

  • @philtoa334
    @philtoa334 3 года назад +1

    thx.

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

    Irani?

  • @richarddecal9215
    @richarddecal9215 3 года назад +1

    15m36s "clee"