Writing functions that can accept any number of inputs, and how to unpack data directly into function calls.
Python 101 - 17: Lambda, Map, and Filter
How to use lambda functions, map, and filter.
Python 101 - 16: Max, Min, Sum, and Zip
How to use Python's built-in functions like max, min, and sum, along with pairing data using the zip function.
Python 101 - 15: Essential String Methods
How to join, split, find, and replace text
Python 101 - 14: Nested Functions
LEGB rule, closures, and variable scope management using the global and nonlocal keywords.
Python 101 - 13: Type Conversion (Casting)
How to convert between strings, numbers, and booleans.
Python 101 - 12: Dictionaries
How to use Dictionaries (JSON's Python twin) for storing structured data.
Python 101 - 11: Unpacking
Extract data from lists and tuples with unpacking
Python 101 - 10: Generators
How to handle massive datasets without crashing your computer by using "Lazy" evaluation and the yield keyword.
Python 101 - 9: For, While, and List Comprehensions
How to repeat actions in Python with loops
Navigation
Page 2 of 3