xile.us
← all projects
2017-01-21Complete

Python Cheat Sheets: Uncommon Methods

// build log: Python Cheat Sheets

all parts →
  1. 01 Python Cheat Sheet - Working With Lists
  2. 02 Python Cheat Sheets: Uncommon Methods

This is a quick list of uncommon methods in Python.

#Set Method - Eliminates duplicates
set(my_list)

// more in Code

// share X Reddit