// build log
Python Cheat Sheets
2 parts, in build order.
◆ Complete
2017-01-19·code / coding / programming
Python Cheat Sheet - Working With Lists
Working with Lists: A quick description of different operations that can be performed on a python list #Declare a list with 2 initial values computers =…
◆ Complete
2017-01-21·news
Python Cheat Sheets: Uncommon Methods
This is a quick list of uncommon methods in Python. #Set Method - Eliminates duplicates set(my_list)