(<-) Examples using format - string and number
Lists (->)
Lists
- Lists
- Change a List
- List assignment and list copy
- join
- join list of numbers
- split
- for loop on lists
- in list
- Where is the element in the list
- Index improved
- [].insert
- [].append
- [].remove
- Remove element by index [].pop
- Remove first element of list
- Remove several elements of list by index
- Use list as a queue
- Queue using collections
- Exercies: Queue
- sort
- sort numbers
- sort mixed
- key sort
- sort with sorted
- key sort with sorted
- sort vs. sorted
- Sorting characters of a string
- range
- Looping over index
- List operators
- List of lists
- List assignment
- List documentation
- tuple
- Exercise: color selector menu
- Exercise: count digits
- Exercise: Create list
- Exercise: Count words
- Exercise: Check if number is prime
- Exercise: DNA sequencing
- Solution: menu
- Solution: count digits
- Solution: Count words
- Solution: Check if number is prime
- Solution: DNA sequencing
- Solution: DNA sequencing with filter
- Solution: DNA sequencing with filter and lambda
- [].extend
- append vs. extend
- split and extend