filmov
tv
Writing a Python program that understands English - Cracking Codes with Python (part 12)

Показать описание
We write a program that can identify if a message is written in English. With this, we can hack our transposition cipher program.
Time stamps:
0:00 - Introduction
0:27 - Detecting English Programmatically
2:32 - Writing our Program
11:14 - The Dictionary Data Type
12:30 - Adding Key Value Pairs to a Dictionary
13:10 - Differences Between Dictionaries and Lists
14:10 - Using the len() Function with Dictionaries
14:39 - Using the in Operator with Dictionaries
15:13 - The split() Method
15:51 - Practice Questions
20:08 - Summary
Time stamps:
0:00 - Introduction
0:27 - Detecting English Programmatically
2:32 - Writing our Program
11:14 - The Dictionary Data Type
12:30 - Adding Key Value Pairs to a Dictionary
13:10 - Differences Between Dictionaries and Lists
14:10 - Using the len() Function with Dictionaries
14:39 - Using the in Operator with Dictionaries
15:13 - The split() Method
15:51 - Practice Questions
20:08 - Summary