Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python for Beginner
Rating: 3.8 out of 5(687 ratings)
27,982 students

Python for Beginner

Python for Beginner by Hack Caesar Cipher
Created byTan Pham
Last updated 12/2017
English

What you'll learn

  • The Caesar cipher, one of the most famous cipher in history
  • Python from beginning with : if, for, string, function. All essential knowledge in order to hack Caesar cipher
  • Python programming to encrypt message use Caesar cipher rule
  • Python programming to decrypt Caesar cipher message
  • And How to completely hack the Caesar cipher, so every secret are reveal

Course content

5 sections16 lectures1h 10m total length
  • Collection of Best Udemy Courses Ever Created0:09

    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

  • What you will learn from this course ?3:01
  • Python Install1:51
  • Pycharm Install3:08
  • If Statement in Python6:00
  • For Statement in Python5:25
  • String in Python6:21
  • Function in Python5:19

Requirements

  • This course train python from beginner and for beginner

Description

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 !.

Who this course is for:

  • People want to learn python to solve a real problem