Every Pro Python Developer Knows These Concepts - Do You

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

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

  • @CinematicQuest
    @CinematicQuest 14 วันที่ผ่านมา +3

    Thanks for your guidance
    By the way i was learning half of those topic yesterday.
    Keep going bro.. and once again thanks for guidance 🙂

  • @Studywithayaz1
    @Studywithayaz1 14 วันที่ผ่านมา +1

    great video

  • @lalitrathore4540
    @lalitrathore4540 13 วันที่ผ่านมา +1

    good explanation

  • @coolgirlsharu
    @coolgirlsharu 14 วันที่ผ่านมา +2

    Which company are u working as?

  • @anilmohite527
    @anilmohite527 13 วันที่ผ่านมา

    Please make a video on how to manage timezone in django

  • @yashbanait...7277
    @yashbanait...7277 13 วันที่ผ่านมา

    What is *args and **kwargs..??

    • @rabahalishah5124
      @rabahalishah5124 3 วันที่ผ่านมา

      In python, *args and **kwargs allows a function to accept number of arbitrary parameters. These are really helpful when we are not sure about how many arguments user is gonna pass to a function. OR we want to allow our user to enter as many arguments he wants to pass.