A Brief Introduction to Python

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

Комментарии • 20

  • @aminmohamed1786
    @aminmohamed1786 Год назад +5

    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!

  • @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 :)

  • @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 Год назад +3

    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! 💙

  • @Samuel-pg7tg
    @Samuel-pg7tg Год назад +3

    Excellent video

  • @91kap
    @91kap 5 месяцев назад +2

    what app are you using to code in?

    • @ErikSchierboom
      @ErikSchierboom 5 месяцев назад

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

  • @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.

  • @andristic
    @andristic 20 дней назад

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

  • @RR-et6zp
    @RR-et6zp Год назад

    You can learn Modular ;)

  • @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.