
What is Good Course Look Like ?
● Start from Beginner
● Step by Step Explained Method
● Alot of Example to Make Thing Clear
● Alot of Exercise, Quize
● Real Life Hand on Projects Solve Real Problems
● Boot up to Launch New Carrier
Learn to install python using anaconda by downloading the 64-bit installer with chrome, running the installer, and verifying the installation by typing python.
Install PyCharm by downloading and completing the default installation options. Create a new project, configure the interpreter (Anaconda), and run code from the console.
Explore if statements in Python by evaluating booleans, using the modulo operator to check even numbers, and handling true and false branches with simple examples.
Explore the for statement in Python by iterating from 1 to 9, using a range and the modulo operator to identify even numbers, and printing results step by step.
Explore strings in Python for beginners by creating strings, measuring length, checking containment with in, and locating character positions using index and find methods.
Learn to define a Python function with def, specify a name and parameters, optionally return a value, and call it with input to compute results like checking even numbers.
Automate decryption of ciphered messages by analyzing groups, normalizing to uppercase, and applying keys to identify encrypted characters and their partitions and origins.
Define a Python function to implement a cipher, pulling the key from outside and encrypting sample messages. Call the function with a key and test the encrypted outputs.
Explore how a brute-force attack cracks a cipher by testing every key from 1 to 25 in a 26-letter alphabet, iterating possibilities and deciphering the message.
Explore the pdf version of the Python for beginner course to conveniently access the text and keep all course content aligned.
Note : You could download all my data related course at datamadeeasy(dot)co
This course will show you how to use Python to HACK one of the most famous cipher in entire history : Caesar cipher.
Step by Step you will learn :
Essential of Python :
How to do branching in python with if statement and example
How to do loop in python with for statement and example
How to do text processing in python with string data type
How to group the code in python with function.
How to encrypt message use Caesar cipher : manually and automatically with Python code
How to decrypt message which already encrypted : manually and also with Python code
Finally, how to completely HACK the Caesar cipher
This course will be 100% hand-on and show you most basic and important thing. Welcome !.