Python has a rich selection of built-in functions that can be very useful for a programmer to hit the ground running and write elegant, efficient codes.

Some of our Python lessons overlap with Python functions and there are also lessons which don’t have any built-in Python function and also lessons with multiple functions in them.

So, here is a function list in case you’d like to navigate based on functions instead of lessons.

Python Function List

Lesson 1: print(), Most lessons

Function 1: print()

Lesson 4: Type Conversion, Lesson 8: Dictionaries

Function 2: type()

Lesson 4: Type Conversions

Function 3: int()

Lesson 4: Type Conversions

Function 4: float()

Lesson 4: Type Conversions

Function 5: str()

Lesson 5: Data Structures

Function 6: list()

Lesson 5: Data Structures

Function 7: dict()

Lesson 5: Data Structures

Function 8: tuple()

Lesson 6: Lists

Function 9: .append()

Lesson 6: Lists

Function 10: .insert()

Lesson 6: Lists

Function 11: .index()

Lesson 6: Lists

Function 12: .clear()

Lesson 6: Lists

Function 13: .remove()

Lesson 6: Lists

Function 14: .reverse()

Lesson 6: Lists

Function 15: .count()

Lesson 6: Lists

Function 16: sum()

Lesson 6: Lists, Lesson 8: Dictionaries

Function 17: min()

Lesson 6: Lists, Lesson 8: Dictionaries

Function 18: max()

Lesson 8: Dictionaries

Function 19: .keys()

Lesson 8: Dictionaries

Function 20: .items()

Lesson 8: Dictionaries

Function 21: .get()

Lesson 8: Dictionaries

Function 21: .clear()

Lesson 8: Dictionaries

Function 22: .copy()

Lesson 11: .sort()

Function 23: .sort()

Lesson 12: .pop()

Function 24: .pop()

Lesson 13: input()

Function 25: input()

Lesson 14: range()

Function 26: range()

Lesson 1: .format()

Function 27: .format()

Lesson 2: .join()

Function 28: .join()

Lesson 3: .split()

Function 29: .split()

Lesson 4: .strip()

Function 30: .strip()

Lesson 4: .strip()

Function 31: dir()

Lesson 12: zip()

Function 32: zip()

Lesson 13: map()

Function 33: map()

Lesson 14: filter()

Function 34: filter()

Lesson 15: sorted()

Function 35: sorted()

Lesson 18: help()

Function 36: help()