dictionary-comprehension
There are 10 repositories under dictionary-comprehension topic.
YeisonAndreyLiCe/python_intermediate_topics
Python Intermediate topics
mdzoul/Auto-Birthday-Wisher
This code automatically sends a birthday email to your loved ones! #100DaysOfCode #Day032
Mgobeaalcoba/comprehensions_practice
Practice list, dic & sets comprehensions in Python with many examples
Mgobeaalcoba/python_practice
Python practice on list comprehensions, dict comprehensions, iterables, files, packages, modules, csv and graphing
SamSahyouni/NATO-alphabet
This program asks for the user's name and returns to them the nato alphabetical spelling of their name. I made it to practice dictionary comprehension accessing a .csv file.
javieramayapat/python_intermediate_learning
🐍 Comprehensions, Lambdas and Error Handling
MichaelKleyman/NATO-alphabet-project
Using the pandas dataframe in python, and csv files, we can ask the user to enter word, and the alphanumeric version of each letter will be the output in the form of a list.