Skip to content
sneppets

sneppets

  • Privacy
Difference between Python’s list methods append and extend

Difference between Python’s list methods append and extend ?

May 18, 2021May 18, 2021 Editorial StaffLeave a Comment on Difference between Python’s list methods append and extend ?

This tutorial guides you on the difference between Python’s list methods append() and extend() methods.

Python append, extend, List, python
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

Javascript: Merge array of arrays to flat array

May 17, 2021May 17, 2021 Editorial StaffLeave a Comment on Javascript: Merge array of arrays to flat array

This tutorial will guide to flatten or merge array of arrays to flat array in JavaScript language.

Javascript arrays, flat-arrays, flatten, javascript

Posts navigation

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