• Home
  • Python
  • Pandas
  • Numpy
  • C++11
  • C++
  • STL
  • Multithreading
  • Courses
  • About Us
  • Privacy Policy
  • Write for us
Top Menu
  • Home
  • Python
  • Pandas
  • Numpy
  • C++11
  • C++
  • STL
  • Multithreading
  • Courses
  • About Us
  • Privacy Policy
  • Write for us

thispointer.com

  • Home
  • Python
  • Numpy
  • Pandas
  • C++11
  • C++
  • Courses
  • STL
  • Multithreading
  • Mysql
  • Linux
  • Boost Library
    • Boost Date Time Library
    • Boost String Algorithms Library
  • Design Patterns
  • java
  • Datastructure
    • Binary Search Tree
    • Binary Tree
    • Linked List
  • Subscribe
  • Write for us
You are here: Home » Python » List

Python: Remove last element from a list

Varun October 25, 2020 Python: Remove last element from a list2020-10-25T18:04:07+05:30 List No Comment
This article will discuss different ways to delete the last element from a list in Python. (more…)
Continue Reading »

Python: Remove first element from a list (5 Ways)

Varun October 25, 2020 Python: Remove first element from a list (5 Ways)2020-10-25T18:01:08+05:30 List No Comment
This article will discuss different ways to delete the first element from a list in Python. (more…)
Continue Reading »

Python: Remove elements from a list while iterating

Varun October 23, 2020 Python: Remove elements from a list while iterating2020-10-23T23:00:37+05:30 List No Comment
This article will discuss different ways to delete elements from a list while iterating over it. (more…)
Continue Reading »

Python: Remove elements from list by value

Varun October 22, 2020 Python: Remove elements from list by value2020-10-22T10:59:03+05:30 List No Comment
This article will discuss different ways to remove first or all occurrences of an element from a list by value. (more…)
Continue Reading »

Python: Remove elements from list by index or indices

Varun October 22, 2020 Python: Remove elements from list by index or indices2020-10-22T10:44:45+05:30 List No Comment
This article will discuss different ways to remove single or multiple elements from a list by the index positions. (more…)
Continue Reading »

Python: Reverse a list, sub list or list of list | In place or Copy

Varun May 17, 2020 Python: Reverse a list, sub list or list of list | In place or Copy2020-05-17T23:31:15+05:30 List No Comment
In this article we will discuss different ways to reverse contents of a list or list of lists. We will also cover scenarios where we create a reverse copy of…
Continue Reading »

Compare & get differences between two lists in Python

Varun May 3, 2020 Compare & get differences between two lists in Python2020-05-03T08:51:10+05:30 List No Comment
In this article we will discuss 10 different ways to compare two lists and get their differences elements which are present in one list but not in another. (more…)
Continue Reading »

Python: check if two lists are equal or not ( covers both Ordered & Unordered lists)

Varun May 2, 2020 Python: check if two lists are equal or not ( covers both Ordered & Unordered lists)2020-05-02T12:03:25+05:30 List No Comment
In this article we will discuss 8 different ways to check if two lists are equal or not. (more…)
Continue Reading »

Check if all elements in a list are None in Python

Varun March 23, 2020 Check if all elements in a list are None in Python2020-03-23T22:48:18+05:30 List No Comment
In this article we will discuss different ways to check if a list contains only None or not. (more…)
Continue Reading »

6 ways to get the last element of a list in Python

Varun March 15, 2020 6 ways to get the last element of a list in Python2020-03-15T23:18:57+05:30 List No Comment
In this article, we will discuss six different ways to get the last element of a list in python. Get last item of a list using negative indexing List in…
Continue Reading »
1234

Recent Articles

  • MySQL- Add multiple columns after a specific column
  • MySQL- Drop/ Delete column from table
  • Python: Iterate over a dictionary sorted by value
  • Python: Iterate over a dictionary sorted by key
  • Loop / Iterate over all values of dictionary in Python

Search

Python tutorials

  • Strings
  • Lists
  • Tuple
  • Dictionary
  • Functions
  • File Handling
  • Lambda Functions

C++ / C++11 Tutorials

  • C++ Tutorials
  • C++11 Tutorial
  • C++ Interview Questions
  • Multithreading
  • C++17
  • STL Tutorials

Terms of Use

  • Terms of use
  • Write for us

Favorite Sites

  • ManagementBliss
  • dbPointer

Terms and Policies

  • Disclaimer
  • Cookie policy (EU)
  • Cookie policy (UK)
  • Privacy statement (EU)
  • Privacy statement (UK)
  • Privacy statement (US)
  • Do Not Sell My Personal Information
Copyright ©2021. thispointer.com
  • Home
  • Python
  • Pandas
  • Numpy
  • C++11
  • C++
  • STL
  • Multithreading
  • Courses
  • About Us
  • Privacy Policy
  • Write for us