A Data Science Central Community
3. Sequence Type This time, we compare the sequence types of the two languages. By the terminology sequence type, we mean the data structure that is kind of a sequence of data. In Java, we have: String, array, list(arraylist and linkedlist), set; In Python, we have: Str, tuple, list, set; Yes, String is one of the sequence type, because it is a sequence of char, isn’t it? About the Sting type…
© 2021 TechTarget, Inc.
Powered by
Badges | Report an Issue | Privacy Policy | Terms of Service
Most Popular Content on DSC
To not miss this type of content in the future, subscribe to our newsletter.
Other popular resources
Archives: 2008-2014 | 2015-2016 | 2017-2019 | Book 1 | Book 2 | More
Most popular articles