Python Beginner Project: Build a Caesar Cipher Encryption App

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

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

  • @Constable.Chauvin
    @Constable.Chauvin 3 месяца назад

    I read a bunch of articles about this and didn't understand the concept, but your explanation made it incredibly easy.

  • @0kunalbhardwaj1
    @0kunalbhardwaj1 5 месяцев назад +1

    I had this project assigned to me recently, and I basically knew the logic, but I am not fluent in python syntax, so it was a little hard for me. Coming across this video was really lucky, helped me understand the syntax, and you optimized it as well, which was a learning experience for me. Thanks you for this tutorial!

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

      Glad to hear it went well!

  • @berendbotje1187
    @berendbotje1187 2 года назад +4

    All your videos are spot on! Clear, easy to follow, yet very informative. Very grateful for your videos!

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

      Makes my day to hear that! Thank you.

  • @anthonyobot6529
    @anthonyobot6529 2 месяца назад

    Thanks for sharing and simplifying the caesar cipher application.

  • @rossanamenezes6873
    @rossanamenezes6873 7 месяцев назад +1

    Thank you for this video!!!!!!!! So clear and well-explained. 👏👏 You rock!

    • @pixegami
      @pixegami  7 месяцев назад

      Thank you, glad you enjoyed it!

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

    Thank you 😭i couldn't figure out how to fix edge cases for the life of me😭

  • @profyle766
    @profyle766 2 года назад +2

    Jack your that guy!!
    Appreciate you bro 👊🏾💙😎

    • @pixegami
      @pixegami  2 года назад

      Good luck with the project!

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

    that is AWSOME dude, i only have one question, what commands can i use without needing the bot to have a high rank?

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

      Sorry, not quite sure what 'bot' you are talking about here!

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

      oh, I'm so sorry, I commented on the wrong video

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

      @@ByCareca No worries mate :)

  • @methulidulanima5344
    @methulidulanima5344 5 месяцев назад +1

    Thank you !

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

      You're welcome!

  • @HL-SBR
    @HL-SBR 10 месяцев назад +1

    Geez, if this project is for beginners, imagine more complex and complicated real world problems that have to be solved with Python.

  • @shravani31
    @shravani31 2 месяца назад

    Decryption part need… it was much easier to learn encryption could be good if you upload decryption too

  • @lucasroder886
    @lucasroder886 3 месяца назад +1

    say Z normal and u get my like

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

    Thanks

  • @Water1sntWet
    @Water1sntWet 2 года назад +1

    Cool project

  • @freetafe23
    @freetafe23 8 месяцев назад

    Thanks!

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

    whenever i include the function it doesnt work

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

      nevermind i forgot the quotation marks

    • @pixegami
      @pixegami  Месяц назад

      Yeah, functions can be tricky sometimes! The full code is available on GitHub if you want to double-check: github.com/pixegami/python-caesar-cipher. Hope that helps!