Skip to content
sneppets

sneppets

  • Privacy
how to check if the list is empty python

How to check if the given list is empty in Python ?

May 18, 2021May 18, 2021 Editorial StaffLeave a Comment on How to check if the given list is empty in Python ?

This tutorial guides you on how to check if the given list is empty in Python programming language using if condition and Boolean operation not.

Python List, python
Find index of an element in a list Python

How to find index of an element in a list – Python ?

May 17, 2021May 18, 2021 Editorial StaffLeave a Comment on How to find index of an element in a list – Python ?

This tutorial will guide you on how to find index of an element in a list using lists data structures in Python programming language.

Python index, List, python
understand slice notation python

Understand Slice Notation in Python

May 17, 2021May 17, 2021 Editorial StaffLeave a Comment on Understand Slice Notation in Python

In this tutorial you will understand slice notation works in Python, how to return a slice object and how to use slice object to specify how to slice a sequence.

Python python, slice-notation, slicing
Convert list of lists to flat list - flatten list in Python

How to convert list of lists to flat list – flatten list in Python ?

May 15, 2021May 17, 2021 Editorial StaffLeave a Comment on How to convert list of lists to flat list – flatten list in Python ?

In this tutorial you will learn how to convert list of lists to flat list i.e., how to flatten the list of lists to single flat list using various approaches in Python programming language.

Python flat-list, flatten, List, list-of-lists, python
Create list of lists

Create list of lists in Python

May 15, 2021May 15, 2021 Editorial StaffLeave a Comment on Create list of lists in Python

This tutorial guides you on how to create list of lists in Python programming language using dynamic lists and simple lists. Also you will learn how to access item from list of lists.   Create list of lists – dynamic In… Read More!

Python List, list-of-lists, python

Posts navigation

Older posts
Newer posts
Copyright © 2018 Sneppets. All Rights Reserved