Skip to main content

Python Basics- Lists

List is one of the most important data structure in Python. you can find details here -  data structure in Python

In this tutorial we will see some useful operations-creating/updating/removing a list that occurs in a life of data scientist.

Store the values 'python', 'c', and 'java' in a list. Print each of these values out, using their position in the list.


Here we can also use print(myList[0],myList[1],myList[2]) in a line

Note: The indexing starts here with 0 not from the 1 from left to right and from right to left it starts with -1.


Working List:-
  • Make a list that includes four careers, such as 'programmer' and 'truck driver'.
  • Use the list.index() function to find the index of one career in your list.
  • Use the in function to show that this career is in your list.
  • Use the append() function to add a new career to your list.
  • Use the insert() function to add a new career at the beginning of the list.
  • Use a loop to show all the careers in your list.


Ordered Working List:-

Start with the list you created in Working List.
  • You are going to print out the list in a number of different orders.
  • Each time you print the list, use a for loop rather than printing the raw list.
  • Print a message each time telling us what order we should see the list in.
  • Print the list in its original order.
  • Print the list in alphabetical order.
  • Print the list in reverse alphabetical order.
  • Print the list in the reverse order from what it started.
  • Permanently sort the list in alphabetical order, and then print it out.
  • Permanently sort the list in reverse alphabetical order, and then print it out.


Ordered Numbers:-

  • Make a list of 5 numbers, in a random order.
  • You are going to print out the list in a number of different orders.
  • Each time you print the list, use a for loop rather than printing the raw list.
  • Print a message each time telling us what order we should see the list in.
  • Print the numbers in the original order.
  • Print the numbers in increasing order.
  • Print the numbers in decreasing order.
  • Print the numbers in the reverse order from how they started.
  • Permanently sort the numbers in increasing order, and then print them out.
  • Permanently sort the numbers in decreasing order, and then print them out.


Getting List Length:-




So keep practicing by your own with above examples in your notebook and comment if you face any issue.

Comments

  1. Nice Explanation About Python-Lists .Good Information for Data Aspirants.
    Want to Learn or Looking for Training on Python, Data Science, Machine Learning
    Please Visit Codegnana IT Solutions In Vijayawada.
    Data Science Training in Vijayawada

    ReplyDelete
  2. Hi, I read your whole blog. This is very nice. Good to know about the career in Python Training & Certification. We are also providing various Python Training , anyone interested can Python Courses for making their career in this field .

    ReplyDelete
  3. Excellent post. You have shared some wonderful tips. I completely agree with you that it is important for any blogger to help their visitors. Once your visitors find value in your content, they will come back for more What is the Python



    ReplyDelete
  4. Thank you for sharing an amazing & wonderful blog. This content is very useful, informative and valuable in order to enhance knowledge. Keep sharing this type of content with us & keep updating us with new blogs. Apart from this, if anyone who wants to join the Python Base training institute in Delhi, can contact 9311002620 or visit our website-
    https://www.htsindia.com/Courses/python/python-training-institute-in-delhi

    ReplyDelete
  5. I loved your blog post on how to learn data science using Python. I'm really impressed that you've been able to find the time to write blog posts while still working a full-time job. It's really inspiring to see that you're using a passion to help others learn, too.
    Learn .NET

    ReplyDelete
  6. Thankyou for such amazing article about python. Open the doors of career from python course in Greater Noida

    ReplyDelete
  7. APTRON Solutions Noida is the go-to training institute for Python Training in Noida. Our courses are designed to equip students with the skills and knowledge needed to succeed in today's technology-driven world. With our expert trainers, state-of-the-art facilities, and comprehensive training programs, you can be sure that you're getting the best training available. Don't hesitate to contact us today to learn more about our Python training courses.

    ReplyDelete
  8. Enroll in our Python Course in Noida at APTRON Solutions NOIDA and take the first step towards a rewarding career in programming. Whether you aspire to be a Python developer, data analyst, or web developer, our comprehensive course will equip you with the necessary skills and knowledge. Don't miss this opportunity to learn from the best in the industry. Contact us today to know more about our Python course and kickstart your journey to success.

    ReplyDelete
  9. I recently came across your blog post about Python training in Noida, and I must say it's a fantastic resource for individuals looking to learn Python in the region.

    ReplyDelete
  10. This comment has been removed by the author.

    ReplyDelete
  11. The blog was super informative and easy to understand. I really appreciate the way you have informed us about the Python Training in Noida.

    ReplyDelete
  12. Are you ready to unlock the full potential of Python programming? Look no further! APTRON's Python Training Course in Gurgaon is your gateway to mastering the most versatile and in-demand programming language today. Whether you're a beginner or an experienced programmer, our comprehensive course is designed to cater to all skill levels, providing you with the knowledge and expertise you need to excel in the world of Python.

    ReplyDelete
  13. Flexibility is another key feature of our CCNA Training Course in Noida. We offer both weekday and weekend batches to accommodate your schedule. Whether you are a student or a working professional, we have a schedule that suits your needs. Moreover, our training center is equipped with the latest networking equipment, allowing you to gain practical experience with the same tools and technologies used in the industry.

    ReplyDelete
  14. APTRON's Python Training Course in Gurgaon and unlock the vast potential of this versatile programming language. Our trainers will guide you through the learning process, ensuring that you become proficient in Python and ready to tackle real-world challenges. Enroll today and take the first step towards a successful career in Python development!

    ReplyDelete
  15. If you're aspiring to become a data scientist, APTRON Noida should be your first choice. Our Data Science Training in Noida program is designed to equip you with the skills and knowledge required to thrive in this data-driven era. Our Data Science Training in APTRON Noida, focusing on what sets us apart from the competition.

    ReplyDelete
  16. Thank you for providing this insightful information about "DATA SCIENCE" and how it relates to Software development in Chennai. I am better able to understand this dynamic field thanks to you.

    ReplyDelete

Post a Comment

Popular posts from this blog

Generative AI with LangChain: Basics

  Wishing everyone a Happy New Year '24😇 I trust that you've found valuable insights in my previous blog posts. Embarking on a new learning adventure with this latest post, we'll delve into the realm of Generative AI applications using LangChain💪. This article will initially cover the basics of Language Models and LangChain. Subsequent posts will guide you through hands-on experiences with various Generative AI use cases using LangChain. Let's kick off by exploring the essential fundamentals💁 What is a Large Language Model (LLM)? A large language model denotes a category of artificial intelligence (AI) models that undergo extensive training with extensive textual data to comprehend and produce language resembling human expression🙇. Such a large language model constitutes a scaled-up transformer model, often too extensive for execution on a single computer. Consequently, it is commonly deployed as a service accessible through an API or web interface. These models are...

How can I become a TPU expert?

Another post starts with you beautiful people! I have two good news for all of you! First good news is that Tensorflow has released it's new version (TF 2.1) which is focused on TPUs and the most interesting thing about this release is that it now also supports Keras high level API. And second wonderful news is to help us get started Kaggle has launched a TPU Playground Challenge . This means there is no any way to stop you learning & using TPUs. In this post I am going to share you how to configure and use TPUs while solving a image classification problem. What are TPUs? You must have heard about TPU while using  Google Colab . Now Kaggle also supports this hardware accelerator. TPUs or Tensor Processing Units are hardware accelerators specialized in deep learning tasks. They were created by Google and have been behind many cutting edge results in machine learning research. Kaggle Notebooks are configured with TPU v3-8s, which is a specialized hardware with...

How to convert your YOLOv4 weights to TensorFlow 2.2.0?

Another post starts with you beautiful people! Thank you all for your overwhelming response in my last two posts about the YOLOv4. It is quite clear that my beloved aspiring data scientists are very much curious to learn state of the art computer vision technique but they were not able to achieve that due to the lack of proper guidance. Now they have learnt exact steps to use a state of the art object detection and recognition technique from my last two posts. If you are new to my blog and want to use YOLOv4 in your project then please follow below two links- How to install and compile Darknet code with GPU? How to train your custom data with YOLOv4? In my  last post we have trained our custom dataset to identify eight types of Indian classical dance forms. After the model training we have got the YOLOv4 specific weights file as 'yolo-obj_final.weights'. This YOLOv4 specific weight file cannot be used directly to either with OpenCV or with TensorFlow currently becau...