A Brief Introduction to Python

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

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

  • @blz777
    @blz777 5 หลายเดือนก่อน +3

    That is a great introduction to the language, thank you! :)

    • @exercism_org
      @exercism_org  5 หลายเดือนก่อน +1

      Great that it was useful! Thanks for commenting :)

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

    Very useful information and I really can say this episode has helped to have a lot of understanding about all python.

    • @exercism_org
      @exercism_org  ปีที่แล้ว

      Great to hear. Thanks for the comment!

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

    In python, spaces and tabs and newlines are effectively reserved words. If you accidentally press the enter key, you can create logic errors and never know what happened.
    Small python programs are very easy to read and understand.

  • @dereklomax161
    @dereklomax161 ปีที่แล้ว +2

    Awesome! These videos are great!
    I would love to see lua sometime.

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

      Thanks! We'll do one for every language on the website.

    • @exercism_org
      @exercism_org  ปีที่แล้ว

      Thanks for the support! 💙

  • @viniciussa6732
    @viniciussa6732 ปีที่แล้ว +6

    What a refactoring. 🤯

    • @ErikSchierboom
      @ErikSchierboom ปีที่แล้ว +2

      I love refactoring code! And it's a great way for showing off a language.

    • @viniciussa6732
      @viniciussa6732 ปีที่แล้ว

      @@ErikSchierboom Really amazing. You guys have been doing a great job. Keep going!

    • @petre-gx1oh
      @petre-gx1oh ปีที่แล้ว +3

      Erik does a great job showing language features via refactoring these simple exercises. I love it.

    • @viniciussa6732
      @viniciussa6732 ปีที่แล้ว +3

      It's amazing how neat this exercise turned out. Erik's work is elegant.

  • @Samuel-pg7tg
    @Samuel-pg7tg ปีที่แล้ว +3

    Excellent video

  • @91kap
    @91kap 6 หลายเดือนก่อน +2

    what app are you using to code in?

    • @ErikSchierboom
      @ErikSchierboom 5 หลายเดือนก่อน

      That's Visual Studio Code: code.visualstudio.com/

  • @RR-et6zp
    @RR-et6zp ปีที่แล้ว

    You can learn Modular ;)

  • @andristic
    @andristic หลายเดือนก่อน

    "we can argue about readability" oh yes we can python, yes we can 😁

  • @KilianManfredKlaiber
    @KilianManfredKlaiber 4 หลายเดือนก่อน

    The readability of the code suffers extremely when you try to put everything into a single line. I cannot see any advantage in that.