Lists in Python - Advanced Python 01 - Programming Tutorial

preview_player
Показать описание
In this Python Advanced Tutorial, we will be learning about Lists in Python. A List is a collection data type that is ordered, mutable, and allows duplicate elements. We will go over how you can use them and some advanced techniques that can be applied to lists.

~~~~~~~~~~~~~~ GREAT PLUGINS FOR YOUR CODE EDITOR ~~~~~~~~~~~~~~

📚 Get my FREE NumPy Handbook:

📓 Notebooks available on Patreon:

A written Tutorial can be found here:

You can find me here:

#Python

----------------------------------------------------------------------------------------------------------
* This is a sponsored or an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
Рекомендации по теме
Комментарии
Автор

I have used your tutorials through FCC channel. After taking many courses in python in udemy, linkedin-learning an so on, I still found pretty new things that were not touched before. Thank you so much for your awesome approach and sharing your source codes. I highly appreciate it :)

raminmousivand
Автор

Great! You covered all basics in elegant manner.

SolidSnake
Автор

Your pronunciation is much much better. It sounds you spell each and every consonants and vowels that is required. I'm from India and I feel much comfortable with ur pronunciation.

youboys
Автор

that was fun! made 15 minutes feel like 5 minutes. cheers!

SamOween
Автор

Great tutorial on list. This has more info than most python tutorials.

seekingtruth
Автор

Lists - Test your comprehension:
- how to copy a list? (4 ways)
- how to concatenate 2 lists? (2 ways)
- how to add something to the end of a list?
- how to add something in specific index?
- how to delete last element?
- how to delete by value?
- how to delete by index?
- how to count all occurrences of a value?
- how to sort? (2 ways)
- how to reverse? (2 ways)
- how to skip every 2 elements?
- make an n*n matrix of `None`s using exactly 2 lines (1st for `a=[]`).

ronyut
Автор

if this is an advanced course then I am an expert already.

azenkwed
Автор

Really learnt new things about Lists.
>>> print("Thank you!")

randomuser
Автор

Amazing content. Easy to understand and crystal clear

RahulKamboj-ll
Автор

the original list is also modified if the new list object is made with that old list object because both old and new list objects have shared a similar memory address in this case.

nitishsonkar
Автор

Awesome vid dude ı dont understand from others but ı understand from you only others are teaching boriing

spy
Автор

I know this is a fairly simple observation, but it always intrigues me how you can apply a lot of the logic around lists to strings since strings are just lists of characters. (I think...)

originzz
Автор

Even if you already knew about lists watch this video, I knew about lists but there'll be things you don't know that make life a lot easier

dwilliams
Автор

thank you so much love from indonesia🇮🇩🇮🇩🇮🇩

wh
Автор

Wait a minute? Is NoHo Hank teaching python now? Awesome.

johnnycincocero
Автор

Very easy explanation, and in the right sequence! I mean all course.

karenmelikyan
Автор

just asking if this playlist is advance python topics can you tell me basic topics i should do before this playlist

sahilchauhan
Автор

fascinating video, Can you make another one for list comprehension?

nourelislam
Автор

Absoluyelly awesome content, gut gemacht! Thank you Patrick, Viele Viele Dank dir!

marcelobarreto
Автор

Great intorduction to list for beginners. But then calling it 'Advanced' is an outright lie.

pierrevoue
visit shbcf.ru