Python Beginner Project: Build a Caesar Cipher Encryption App
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: https://github.com/pixegami/python-caesar-cipher
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 cipheโฆ
Watch on YouTube โ
(saves to browser)
Chapters (9)
Introduction
1:09
What is the Caesar cipher?
2:43
Looping through the message
5:45
Shifting the ASCII code
9: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
Playlist
Uploads from pixegami ยท pixegami ยท 25 of 60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
โถ
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
How to Build an AWS Lambda Function in Python in Just 7 Minutes!
pixegami
AWS CDK Tutorial: Deploy a Python Lambda Function using AWS
pixegami
I used GPT-3 to Write Poetry โข Is AI the Future of Creative Writing?
pixegami
Create NFT Generative Art with Python! (Full Tutorial)
pixegami
Build an AI-driven SaaS Application: FULLSTACK Tutorial with Python, React, and AWS
pixegami
NextJS and TailwindCSS: How to Build a Portfolio Site from Scratch
pixegami
Python Web Scraping Tutorial โข Step by Step Beginner's Guide
pixegami
Build Wordle in Python โข Word Game Python Project for Beginners
pixegami
How to create 1000+ unique NFT-style images (like Cryptopunk) | Python Tutorial
pixegami
Top 10 Python Modules 2022
pixegami
How to Send SMS Text Messages with Python & Twilio - Quick and Simple!
pixegami
How To Write Unit Tests in Python โข Pytest Tutorial
pixegami
How to Style Your React Landing Page with Tailwind CSS
pixegami
FastAPI Python Tutorial - Learn How to Build a REST API
pixegami
How to Deploy FastAPI on AWS EC2: Quick and Easy Steps!
pixegami
PyScript โข How to run Python in a browser
pixegami
My Custom Ubuntu Linux Terminal with Themes and Plug-ins ๐ป
pixegami
Deploy FastAPI on AWS Lambda โก Serverless hosting!
pixegami
NextJS Firebase Auth Tutorial โข How to Authenticate Users for Your App
pixegami
AWS Lambda Python functions with a database (DynamoDB)
pixegami
How To Build a CRUD (TO-DO) App on AWS using FastAPI and Python
pixegami
How to Make a Discord Bot with Python
pixegami
How To Use GitHub Copilot (with Python Examples)
pixegami
PyTest โข REST API Integration Testing with Python
pixegami
Python Beginner Project: Build a Caesar Cipher Encryption App
pixegami
Decorators in Python: How to Write Your Own Custom Decorators
pixegami
NextJS 13 Tutorial: Create a Static Blog from Markdown Files
pixegami
Exploring ChatGPT for Coding and Business โจ 8 Real Examples!
pixegami
How I Would Learn Python (if I had to start over) โข A Roadmap for 2023
pixegami
Build an AI Pokemon Generator with Python and Midjourney
pixegami
Why You Should Learn Python in 2023 (as your first programming language)
pixegami
ChatGPI API in Python โจ How to Build a Custom AI Chat App
pixegami
Learn Python โข #1 Installation and Setup โข Get Started With Python!
pixegami
Learn Python โข #2 Variables and Data Types โข Python's Building Blocks
pixegami
Learn Python โข #3 Operators โข Add, Subtract and More...
pixegami
Learn Python โข #4 Conditions โข If / Else Statements
pixegami
Learn Python โข #5 Lists โข Storing Collections of Data
pixegami
Learn Python โข #6 Loops โข How to Repeat Code Execution
pixegami
Learn Python โข #7 Dictionaries โข The Most Useful Data Structure?
pixegami
Learn Python โข #8 Tuples and Sets โข More Ways To Store Data!
pixegami
Learn Python โข #9 Functions โข Python's Most Important Concept?
pixegami
Learn Python โข #10 User Input โข 4 Ways To Get Input From Your User
pixegami
Learn Python โข #11 Classes โข Create and Use Classes in Python
pixegami
Learn Python โข #12 Final Project โข Build an Expense Tracking App!
pixegami
Stripe & Firebase Tutorial โข Add Payments To Your NextJS App
pixegami
How To Use GitHub Actions โข Automate Your AWS Deployments
pixegami
How to Run a Python Docker Image on AWS Lambda
pixegami
My MacOS Terminal Setup for HIGH Productivity
pixegami
Host a Python Discord Bot on AWS Lambda (Free and Easy)
pixegami
Python FastAPI Tutorial: Build a REST API in 15 Minutes
pixegami
Pydantic Tutorial โข Solving Python's Biggest Problem
pixegami
How to Get Started with AWS โข Crash Course
pixegami
Python Requests Tutorial: HTTP Requests and Web Scraping
pixegami
Amazon Bedrock Tutorial: Generative AI on AWS
pixegami
How to Publish a Python Package to PyPI (pip)
pixegami
Langchain: The BEST Library For Building AI Apps In Python?
pixegami
RAG + Langchain Python Project: Easy AI/Chat For Your Docs
pixegami
Streamlit: The Fastest Way To Build Python Apps?
pixegami
Python Dataclasses: Here's 7 Ways It Will Improve Your Code
pixegami
Build a Custom AI RPG Game with OpenAI GPTs
pixegami
DeepCamp AI