Python Functions: Timeit Function

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

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

  • @AdetunjiTomiwa
    @AdetunjiTomiwa 4 วันที่ผ่านมา

    Nice tip, from the little knowledge I've obtained from you, I feel it's useful when u want to know if looping through a list is faster than looping through a dictionary

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

    That's awesome! Thanks for sharing!

  • @mr.k8660
    @mr.k8660 3 วันที่ผ่านมา

    when has this been added ? this is awesome !

  • @useronetwothree-z6f
    @useronetwothree-z6f 4 วันที่ผ่านมา +2

    nice tip, but does that mean 0.03 is same as 0.3

  • @kilianklaiber6367
    @kilianklaiber6367 4 วันที่ผ่านมา

    So the String is automatically interpreted as executable code? The list comprehension is faster than the map function?.Thats astonishing given that lists and for loops are supposed to BE so incredibly slow in Python.😂

    • @kilianklaiber6367
      @kilianklaiber6367 4 วันที่ผ่านมา

      Again very useful for newbys like me. Thanks a lot.🎉

  • @ban_droid
    @ban_droid 4 วันที่ผ่านมา

    did you said 0.03 is the same as 0.3?