Python Dictionary
Creating an Empty Dictionary and Adding Data Print keys and values Convert the dictionary into list using list function Creating a Dictionary with Adding Data Accessing Values by key or get() method. Add a new item like name and phone number. Remove any of key (item) using del and pop() Remove all items using clear() Copy the dictionary using copy() Update keys using update() Nested dictionary Tuple, number, string as values in a Dictionary List as a value in a Dictionary Tuples as Keys due to their immutable property Methods: get()-gets a value for a key keys()-Returns all keys values()-Returns all values items()-Returns key-value pairs as tuples update([])-Updates dictionary with another dictionary pop()-Removes a key and returns its value clear()-Removes all items copy()-Returns a shallow copy Python Data Scale of Measurement: https://youtu.be/cw1aFMM-AWk Python Paired T test : https://youtu.be/kG5dZ01hYnU Python Two Sample t test: https://youtu.be/4X_8fDsmkNM Python One Sample t test: https://youtu.be/QRPowqBiOHc Python Operator I : https://youtu.be/vCm3ZwfSu9I?si=uFUChYi2lmF7PZMw Python Operator II : https://youtu.be/EHBjrZC8pxM?si=arWz7YtOI8kO1MXM Python List : https://youtu.be/7KcDEqrOWwA?si=C9s-XreQ1Y16JDGO Python Decision: https://youtu.be/z8H7VRaJwbY?si=MrzdJelw2eZCTEWZ Python String: https://youtu.be/eHmiw6X7XN0?si=rm85AttNepmQHmif Python Tuple: https://youtu.be/S5e5KbI8zTo Python while Loop: https://youtu.be/h5sE9k-Q0L4 Python for Loop: https://youtu.be/47iXT4KrTsU Python Email Reading & Filtering from CSV & Excel : https://youtu.be/e7p9yvWGyGA
Download
1 formatsVideo Formats
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.