Build a mortgage calculator | Lesson 3 - Zero to Software Engineer Free Coding Bootcamp Reboot!

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

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

  • @ren.8137
    @ren.8137 Год назад +2

    1:04 scared tf out of me

    • @CodewithVincent
      @CodewithVincent  Год назад

      Definitely does look scary, but hopefully the tutorial changed your mind 😊

  • @andypanfu
    @andypanfu Год назад +1

    DAMN, that mortgage scared me more than the formula 😭😭

  • @alexnistor5268
    @alexnistor5268 Год назад +2

    Thanks for the video Vincent ! It’s a great coding and life lesson 😅🤑

    • @CodewithVincent
      @CodewithVincent  Год назад +1

      Haha glad I'm able to give you some life lessons as well 🙂

  • @KDnavarroHair
    @KDnavarroHair 4 месяца назад

    hey there, I encountered a road block, no matter what i try i keep getting the same error code:
    Traceback (most recent call last):
    File "/home/runner/programming-1011/main.py", line 38, in
    monthlyPayment = ((principle*(rate/monthsInYear))/(1-(1+(rate/monthsInYear)**(-monthsInYear*term))))
    TypeError: can't multiply sequence by non-int of type 'float'
    my code:
    monthlyPayment = ((principle*(rate/monthsInYear))/(1-(1+(rate/monthsInYear)**(-monthsInYear*term))))
    any help is welcomed, thank you! love the videos.

    • @CodewithVincent
      @CodewithVincent  4 месяца назад

      so you mind sharing all of your code? Also feel free to ask in the discord, people are more active there :)

  • @NicolasGuerrero11
    @NicolasGuerrero11 Год назад +2

    Hello Vincent, I'm Nicolas, proudly Colombian. I lack job experience and have been learning coding for just a week. I tried your channel and noticed your effective explanations. My mother's job is affecting her health drastically. Despite my limited experience, I've learned English and I'm determined to do whatever it takes. My idea is to implement a win-win strategy for small projects, rather than just relying on platforms where only the most experienced person benefits. Could you please reach out to me briefly? I could use some assistance with something.

  • @stellaho1164
    @stellaho1164 Год назад +2

    mortagage calculator 😮😮😮

  • @JaskaranSingh-rz5ze
    @JaskaranSingh-rz5ze Год назад

    Thanks Vincent, but what if the user wants to enter their own rate, months, principle, etc?

    • @CodewithVincent
      @CodewithVincent  Год назад

      Good question, ☺️ keep watching the series I cover that in a few lessons after this!

  • @Zo_Ball_out
    @Zo_Ball_out Год назад +1

    When I try to replace the number with the variables I get an error. Which is funny cuz when I did lesson 5 instruction video it worked well.

  • @ahmad_alahmad9946
    @ahmad_alahmad9946 Год назад +2

    You are doing Awesome

  • @jboost.
    @jboost. Год назад

    What realtor/housing website did you use in the example? I like the interface and simplicity!