Python Beginner Project: Build a Caesar Cipher Encryption App

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • In this video, we're going to learn Python by building a mini project that can encrypt and decrypt messages using the Caesar Cipher algorithm.
    🔗 Code: github.com/pixegami/python-ca...
    The Caesar Cipher is named after the Roman Emperor, Julius Ceasar, who encrypted handwritten messages by shifting each of the letters so that his enemies couldn't read them if they were intercepted.
    This project itself is quite simple, but we'll get to apply a lot of different techniques, so it's perfect for beginners who want to learn Python.
    00:00 Introduction
    01:09 What is the Caesar cipher?
    02:43 Looping through the message
    05:45 Shifting the ASCII code
    09:28 Using if/else conditions
    12:26 Fixing edge cases
    16:06 Creating a function in Python
    20:12 How to get user input in Python
    24:39 Wrapping up
    #python #pixegami

Komentáře • 24

  • @berendbotje1187
    @berendbotje1187 Před rokem +5

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

    • @pixegami
      @pixegami  Před rokem

      Makes my day to hear that! Thank you.

  • @0kunalbhardwaj1
    @0kunalbhardwaj1 Před měsícem +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  Před měsícem

      Glad to hear it went well!

  • @sup-bl4lu
    @sup-bl4lu Před 6 měsíci +1

    You are a life saver. Thank you for explaining it so well!

  • @profyle766
    @profyle766 Před rokem +2

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

    • @pixegami
      @pixegami  Před rokem

      Good luck with the project!

  • @rossanamenezes6873
    @rossanamenezes6873 Před 3 měsíci +1

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

    • @pixegami
      @pixegami  Před 3 měsíci

      Thank you, glad you enjoyed it!

  • @c7hu1hu
    @c7hu1hu Před rokem

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

  • @freetafe23
    @freetafe23 Před 4 měsíci

    Thanks!

  • @methulidulanima5344
    @methulidulanima5344 Před měsícem +1

    Thank you !

  • @ambiorixcastillocina2730

    Thanks

  • @Water1sntWet
    @Water1sntWet Před rokem +1

    Cool project

  • @ByCareca
    @ByCareca Před rokem +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  Před rokem

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

    • @ByCareca
      @ByCareca Před rokem +2

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

    • @pixegami
      @pixegami  Před rokem +1

      @@ByCareca No worries mate :)

  • @HL-SBR
    @HL-SBR Před 6 měsíci +1

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

  • @bagoffood1563
    @bagoffood1563 Před 11 dny

    whenever i include the function it doesnt work