A Brief Introduction to Python

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 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 8 місяців тому +3

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

    • @exercism_org
      @exercism_org  8 місяців тому +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

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

  • @91kap
    @91kap 9 місяців тому +2

    what app are you using to code in?

    • @ErikSchierboom
      @ErikSchierboom 8 місяців тому

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

  • @andristic
    @andristic 3 місяці тому

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

  • @KilianManfredKlaiber
    @KilianManfredKlaiber 7 місяців тому

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

  • @RR-et6zp
    @RR-et6zp Рік тому

    You can learn Modular ;)