Web Scraping in Python: Tools, Techniques, and Legality | Real Python Podcast #12

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

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

  • @user-nq7nt1rq9b
    @user-nq7nt1rq9b 4 ปีที่แล้ว +3

    Suppose we have
    l=[1,2,3,4] and
    l1=[1,2,3,4,5,6,7]
    If we use zip function on this then we get ((1,1)(2,2),(3,3),(4,4))
    But I want to print the pair for 5 and 6 also with 0
    So tell me any inbuilt function to print this unparallel iteration

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

      You are looking for "zip_longest".
      docs here: docs.python.org/3/library/itertools.html#itertools.zip_longest

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

      check out zip_longest from itertools module

    • @user-nq7nt1rq9b
      @user-nq7nt1rq9b 4 ปีที่แล้ว

      @@tejasjoshi3724 thanks for your suggestion

  • @fabiof.deaquino4731
    @fabiof.deaquino4731 4 ปีที่แล้ว +1

    Great talk! Thanks a lot :)

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

    Great thank you so much
    , Really good channel and where exactly is the price on your way

  • @user-nq7nt1rq9b
    @user-nq7nt1rq9b 4 ปีที่แล้ว

    How to print unparallel iteration with zip function

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

    If there was real conversation then u would have easily 100k viewership