Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 675 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 675 Bytes

Comprehensions

Major concepts covered in these files:

  • list comprehension
    • conditional list comprehension
  • dictionary comprehension
    • conditional dict comprehension
  • loop through a dataframe
    • loop through rows of a dataframe

NATO Phonetic Alphabet

Also known as the 'spelling alphabet', is used by professional communicators like the police, military and other emergency and armed forces. It is used to identify letters precisely when communicating initials, abbreviations or the spellings of words.

This is also the outcome of my project. You are asked to enter a word, and this will be converted into a list of the corresponding phonetic words.