#lists

[ follow ]
time.com
3 weeks ago
Writing

15 of the Sexiest Movies You've (Probably) Never Seen

Subjectivity in creating lists of sexy movies allows for diverse perspectives on what is considered desirable. [ more ]
#python
Realpython
1 month ago
Python

Flattening a List of Lists in Python - Real Python

Flattening nested lists in Python is a common operation when working with multidimensional data. [ more ]
TechBeamers
3 months ago
Python

Python Remove Elements from a List

The remove() method deletes a specified element from a list.
Slicing can be used to skip/eliminate specific elements from a list. [ more ]
TechBeamers
4 months ago
Python

Python Sort List of Numbers or Integers

Python provides multiple efficient approaches to sort a list of numbers
The sorted() function can be used to sort a list in ascending or descending order [ more ]
TechBeamers
4 months ago
Python

Python Sort a List in Descending Order With Examples

Python offers multiple approaches for sorting lists in descending order.
The sorted() function and the sort() method are the two main methods in Python for sorting lists in descending order. [ more ]
TechBeamers
4 months ago
Python

Exploring Python Sets vs. Lists: When to Use Each

Lists provide an ordered way to store and organize elements, while sets are unordered and consist of unique elements.
Lists support operations like appending, extending, and slicing, while sets have operations like union, intersection, and difference. [ more ]
Realpython
4 months ago
Python

Python Basics: Lists and Tuples - Real Python

Python lists are mutable and can hold multiple items
Tuples are immutable and can also hold multiple items [ more ]
Realpython
1 month ago
Python

Flattening a List of Lists in Python - Real Python

Flattening nested lists in Python is a common operation when working with multidimensional data. [ more ]
TechBeamers
3 months ago
Python

Python Remove Elements from a List

The remove() method deletes a specified element from a list.
Slicing can be used to skip/eliminate specific elements from a list. [ more ]
TechBeamers
4 months ago
Python

Python Sort List of Numbers or Integers

Python provides multiple efficient approaches to sort a list of numbers
The sorted() function can be used to sort a list in ascending or descending order [ more ]
TechBeamers
4 months ago
Python

Python Sort a List in Descending Order With Examples

Python offers multiple approaches for sorting lists in descending order.
The sorted() function and the sort() method are the two main methods in Python for sorting lists in descending order. [ more ]
TechBeamers
4 months ago
Python

Exploring Python Sets vs. Lists: When to Use Each

Lists provide an ordered way to store and organize elements, while sets are unordered and consist of unique elements.
Lists support operations like appending, extending, and slicing, while sets have operations like union, intersection, and difference. [ more ]
Realpython
4 months ago
Python

Python Basics: Lists and Tuples - Real Python

Python lists are mutable and can hold multiple items
Tuples are immutable and can also hold multiple items [ more ]
morepython
alvinalexander.com
3 months ago
Scala

How to add elements to a List in Scala (List, ListBuffer)

Scala Lists are immutable data structures, elements can't be added directly.
Prepending elements to a Scala List is a common way to add elements. [ more ]
Realpython
4 months ago
Python

Python Basics Exercises: Lists and Tuples - Real Python

Python lists and tuples are containers for organizing and storing collections of objects
Lists are mutable, while tuples are immutable [ more ]
Tor.com
6 months ago
Writing

Rethinking the End of Year Book List

Lists are popular during the holiday season, covering a wide range of topics from books to movies to albums.
A good list is personal, subjective, unexpected, and fun, while a bad list is clickbaity and lacks originality. [ more ]
#Lists
Medium
6 months ago
Scala

Programming in Scala [Chapter 17]-Collections

The Scala collections library includes arrays, lists, sets, and maps
Sequences in Scala are ordered collections such as arrays and lists [ more ]
medium.com
6 months ago
Scala

Programming in Scala [Chapter 16]Working with Lists

Lists are a frequently used data structure in Scala programs.
Lists in Scala are immutable and have a recursive, linked structure.
Scala's list type is covariant. [ more ]
Medium
6 months ago
Scala

Programming in Scala [Chapter 17]-Collections

The Scala collections library includes arrays, lists, sets, and maps
Sequences in Scala are ordered collections such as arrays and lists [ more ]
medium.com
6 months ago
Scala

Programming in Scala [Chapter 16]Working with Lists

Lists are a frequently used data structure in Scala programs.
Lists in Scala are immutable and have a recursive, linked structure.
Scala's list type is covariant. [ more ]
moreLists
[ Load more ]