Lost your password?

Blogs about: Tuples

Featured Blog

Python: Creating empty list, tuple, set & dict

Ashwin Nanjappa wrote 1 month ago: alist = [] atuple = () aset = set()  # Sadly, no literal for sets! adict = {} … more →

Tags: Python, Lists, empty, - Sets, dicts

Python: Picking certain elements of a tuple returned by function

Ashwin Nanjappa wrote 2 months ago: # Problem: How to pick only first & third parts of 3-tuple returned by str.partition()? part0, _ … more →

Tags: Python

Python: Count occurrences in list/tuple

Ashwin Nanjappa wrote 2 months ago: inList = [1, 2, 3, 3, 4, 5] inList.count(3) # Count occurrences of 3 in list … more →

Tags: Python, Lists

Tuples- Returning multiple values in Scala

Mohamed Sanaulla wrote 5 months ago: When I was coding in Java I used to build Classes just to return multpile values and also sometimes … more →

Tags: Scala, multiple values, Return

Relational Concepts

Lakshmi Sravanthi Chowdam wrote 10 months ago: A Relational Database Management System (RDBMS) provides a comprehensive and integrated approach to … more →

Tags: RDBMS Concepts, Attributes, Records, RDBMS, relational database management system, relation, consistency, relationship, Column

Color Transitions in Winform Controls

Pete wrote 1 year ago: If you’ve ever used web-sites like the hosted WordPress blogs (like this one!) and others, you … more →

Tags: .NET, C#, Winform

Data type

shohagsust wrote 1 year ago: Python has three native data types: 1. Dictionary. 2. List. 3. Tuples. Dictionary Defining a Diction … more →

Tags: Python, dictionary, List, Native Data Types

Multiplication, Cartesian Products, Product Sets, and Tuples

trickledown wrote 1 year ago: Tuples and cartesian products: Imagine you have a set A and a set B. A={1,2,} and B={c,d}. A x B= {( … more →

Tags: Math, Discrete Math, cartesian products, - Sets, Set Theory

The Basics (II) - Database Tables5 comments

Amr El-Helw wrote 1 year ago: As mentioned in the previous post, the data in a database are organized into tables. A table (also r … more →

Tags: Tables, relations, Primary Key, Attributes, Rows, Columns, Data Types, candidate key, compound key


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS