Тёмный
No video :(

Chapter 4 | Lists and Tuples -Python Tutorial for Beginners (With Notes) 

TelcoGuru
Подписаться 2,4 тыс.
Просмотров 12 тыс.
50% 1

If you need notes and codes of this session please send mail to "python.training32@gmail.com"
Python lists and tuples explained
#Python tutorial for beginners
#python #tutorial #course Python list set tuple tutorial example explained
List = [] ordered and changeable. Duplicates OK
Set = {} unordered and immutable, but Add/Remove OK. NO duplicates
Tuple = () ordered and unchangeable. Duplicates OK. FASTER
Python Tuples……what are they? Are they the same as Python Lists? In this video, we’re going on a journey to uncover all the deep, dark secrets of tuples.
In this video, you will learn the syntactic and functional differences between lists and tuples in Python with step-by-step examples.
What is Python? Python is a high-level object-oriented programming language developed by Guido van Rossum in 1989 and was first released in 1991. Python is often called a batteries included language due to its comprehensive standard library. A fun fact about Python is that The name Python was actually taken from the popular BBC comedy show of that time, ""Monty Python's Flying Circus"". Python is widely used these days from data analytics, machine learning, and web development. Python allows you to write programs in fewer lines of code than most of the programming languages. Python as a programming language is growing rapidly. It's the right time to get trained in Python.
A programming language needs to have support for numbers to carry out calculations. In Python, the numbers are categorized into different data-types and the types are implemented in Python as classes. There are three numeric types in Python: int for integers, float for decimal numbers, and complex for complex numbers.
Python Tuples are small and fast structures for storing ordered data in Python. We will learn how tuples differ from lists, and use the timeit and sys modules to measure the time and space you can save by using them.
#PythonLists #PythonTuples #PythonDictionaries #PythonListsAndDictionaries #PythonTutorial #Python #PythonForBeginners #PythonTraining #PythonTutorialForBeginners #LearnPythonProgramming #python #tuples #lists

Опубликовано:

 

11 окт 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 30   
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Please Support my effort by Subscribing MY Channel. Thanks!!
@user-qj6dt3np8v
@user-qj6dt3np8v 10 месяцев назад
Done !!
@Rashmi12445
@Rashmi12445 10 месяцев назад
Done Sir!!
@Sandi_B366
@Sandi_B366 10 месяцев назад
Done Sir!!
@user-qj6dt3np8v
@user-qj6dt3np8v 10 месяцев назад
Done Sir !!
@Brie_Latahan
@Brie_Latahan 10 месяцев назад
Done Sir !!
@Brie_Latahan
@Brie_Latahan 10 месяцев назад
I can’t believe people like you still exist…. Words alone cannot describe how passionate I am about the way you teach. you are amazing and I hope one day I become as smart as you. Thank you for all the hard work you put in the video.
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Thanks a lot Dear !!
@myersdianna6884
@myersdianna6884 10 месяцев назад
As a beginner, I've struggled to find a resource to meet my needs as a learner in terms of the time I have. Gaurav Sir !! you have helped me understand the basics, others have tried but your content and structure is engaging and very informative. Thank you very much for the time you took to create such a great resource.
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Thanks a lot Dear !!
@Jenny45694
@Jenny45694 10 месяцев назад
Wonderful presentation. Not only does Gaurav Sir !! cover the basics of python extremely well, but also many important aspects of good programming technique. The pace is perfect, and starting from a very simple program and adding more complex functionality through the presentation is beautifully done. Hats off to you!!
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Thanks a lot Dear !!
@sahilshah84
@sahilshah84 10 месяцев назад
Thanks Gaurav for sharing, making things easy to understand!
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Thanks a lot Dear !!
@Sandi_B366
@Sandi_B366 10 месяцев назад
Today i have completed python video from you , thanks for your hard work and notes were very helpful for me , again Thank You Gaurav Sir , my one of the best teacher
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Thanks a lot Dear !!
@vijaygoyal5121
@vijaygoyal5121 10 месяцев назад
The course is put with great detailing, structured very well & easy to understand. creating the content for coding for so long is really a great effort and make the community learn the code. Well done, your all contents on coding are awesome. Appreciated for all your efforts. Thank you, Gaurav!
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Thanks a lot Sir!!
@Rashmi12445
@Rashmi12445 10 месяцев назад
Hello Gaurav Sir !!! Thank you for your work!!! I think your channel has to be translated in many languages so people can have this advantage to learn from you . I love your channel and how you explain everything. Thank you
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Thanks a lot Dear !!
@vijaygoyal5121
@vijaygoyal5121 10 месяцев назад
Done Dear
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Thanks a lot Sir!!
@Jenny45694
@Jenny45694 10 месяцев назад
Done Sir !!
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Thanks a lot Dear !!
@user-qj6dt3np8v
@user-qj6dt3np8v 10 месяцев назад
Gaurav Sir ,thank you soo soo soooo soooooos soooo much because of your teachings I able to complete Python.. now I'm very much confident to take admission in Cybersecurity 🥰💯😘
@5GGuru-tc4io
@5GGuru-tc4io 10 месяцев назад
Thanks a lot Dear !!
Далее
Pydantic Tutorial • Solving Python's Biggest Problem
11:07
25 Nooby Pandas Coding Mistakes You Should NEVER make.
11:30
This Is Why Python Data Classes Are Awesome
22:19
Просмотров 800 тыс.
These Illusions Fool Almost Everyone
24:55
Просмотров 2,1 млн
If __name__ == "__main__" for Python Developers
8:47
Просмотров 395 тыс.
Go isn’t secure?!? feat. Low Level Learning | 053
51:14
What's new in Python 3.13?
5:08
Просмотров 79 тыс.
Andrew Kelley   Practical Data Oriented Design (DoD)
46:40