49 Useful Built-In Functions in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

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

  • @timg8257
    @timg8257 7 ชั่วโมงที่ผ่านมา +2

    I just wanted to say thank you, for all the work you put in to teach us this stuff despite the occasional harsh criticism you get sometimes. Your hard work doesn’t go unappreciated!

    • @Indently
      @Indently  6 ชั่วโมงที่ผ่านมา +1

      Thank you! It always motivates me to work harder and improve the tutorials when I hear that a lot of you find the videos interesting and learn from them. The hard criticism is hard to get used to, but something that I just have to live with in the programming field.

  • @seanthegalaxy3458
    @seanthegalaxy3458 13 ชั่วโมงที่ผ่านมา +8

    Wait there are complex numbers

    • @thenoblerot
      @thenoblerot 13 ชั่วโมงที่ผ่านมา

      right!?

  • @xf9qt
    @xf9qt 10 ชั่วโมงที่ผ่านมา

    This video is incredibly valuable and packed with helpful tips!

  • @theanonymous92
    @theanonymous92 6 ชั่วโมงที่ผ่านมา

    thank you so much...honestly i came for one but eventually stayed...
    just a useful observation, timestamps in the description kept the curiosity ongoing

    • @Indently
      @Indently  5 ชั่วโมงที่ผ่านมา +1

      Timestamps were a lot of work for this one, but I personally love when videos with enumerations have these, I enjoy skipping around a lot as well. Thank you!

    • @theanonymous92
      @theanonymous92 5 ชั่วโมงที่ผ่านมา

      @@Indently I realise that...since I just finished and you were saying that "I still have to edit this"
      Again thank you so much for putting this much effort

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 6 ชั่วโมงที่ผ่านมา

    Thank you 😊

  • @foxwithahdie
    @foxwithahdie 11 ชั่วโมงที่ผ่านมา

    notes:
    - abs() of a complex number is the square root of each component squared. sqrt(3^2 + 4^2) = 5.
    - bool(), dict(), int(), list(), float(), set(), str(), and tuple() are all constructors technically, not a built-in functions.
    - something cool to note is that there is a compile() built-in that can compile python code and therefore check for syntax errors before passing it into exec().
    - for sum(), you can pass in an empty list at the end of it if you give it a list and it will flatten that list for you.
    - you can create your own types from type()! check out MCoding's video on it! I believe its about metaclasses
    thanks for the video! very informative :)

    • @Indently
      @Indently  8 ชั่วโมงที่ผ่านมา

      Thank you for taking the time to share your notes as well! :)

  • @ad-kd4xz
    @ad-kd4xz 9 ชั่วโมงที่ผ่านมา

    Thank you

  • @mahdoosh1907
    @mahdoosh1907 11 ชั่วโมงที่ผ่านมา

    there is this builtin function vars() and it returns both attributes and values of a class thats inputted to it. and global variables if none just like globals(). dir() is just similar to vars().keys()

  • @gizzywizzy6475
    @gizzywizzy6475 2 ชั่วโมงที่ผ่านมา

    Python is so much fun. 🙂

  • @prajwals8203
    @prajwals8203 2 นาทีที่ผ่านมา

    float('inf') is carzy

  • @SimpleGeopolitics24
    @SimpleGeopolitics24 12 ชั่วโมงที่ผ่านมา +1

    Tomorrow I have a test in python

    • @Indently
      @Indently  9 ชั่วโมงที่ผ่านมา

      Best of luck with it!

  • @Данис-ш9ш
    @Данис-ш9ш 13 ชั่วโมงที่ผ่านมา

    Yep

  • @shantanu5594
    @shantanu5594 48 นาทีที่ผ่านมา

    Nice

  • @squishy-tomato
    @squishy-tomato 12 ชั่วโมงที่ผ่านมา +1

    missing input()? literally unwatchable

    • @ky8920
      @ky8920 12 ชั่วโมงที่ผ่านมา

      17:00

    • @Indently
      @Indently  11 ชั่วโมงที่ผ่านมา +1

      I should step down from being a teacher