Day 31 Capstone project day – Flash Cards (using tkinter) for learning most frequently used words in any language. Built app GUI without walkthrough guide. Used Pandas to convert csv of French -> English translations Added logic to show target language for 3 seconds before flipping card to show English.
Month: April 2022
Total 2 Posts
Day 26 Learned about list comprehensions (creating a new list by executing a function on an existing list New_list = [new_item for item in list] Sequences = lists, ranges, strings and tuples (order matters) List comprehension can iterate over these data types in order to generate the new list. Reviewed
Recent Comments