Telegram Group & Telegram Channel
Lists

Append vs Extend in lists
Если append итерируемый объект добавит как элемент, то extend расширяет его.

Pop vs Remove
Pop - удаляет по индексу и возвращает, remove - удаляет по значению

Что если в sort использовать разные типы данных?
Выдаст TypeError

Sort использует
Tim sort (merge sort and insertion sort)

Как устроен array list?
Динамический массив (3n + 1 расширение)

Как копировать список?
l2 = l1[:]
l2 = l1.copy()
Shallow copy

Чем отличается list и tuple?
Mutable/immutable
Кортежам есть применение в много поточности.



tg-me.com/python_interview/5
Create:
Last Update:

Lists

Append vs Extend in lists
Если append итерируемый объект добавит как элемент, то extend расширяет его.

Pop vs Remove
Pop - удаляет по индексу и возвращает, remove - удаляет по значению

Что если в sort использовать разные типы данных?
Выдаст TypeError

Sort использует
Tim sort (merge sort and insertion sort)

Как устроен array list?
Динамический массив (3n + 1 расширение)

Как копировать список?
l2 = l1[:]
l2 = l1.copy()
Shallow copy

Чем отличается list и tuple?
Mutable/immutable
Кортежам есть применение в много поточности.

BY Python. Собеседование. Книги.


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/python_interview/5

View MORE
Open in Telegram


telegram Telegram | DID YOU KNOW?

Date: |

The SSE was the first modern stock exchange to open in China, with trading commencing in 1990. It has now grown to become the largest stock exchange in Asia and the third-largest in the world by market capitalization, which stood at RMB 50.6 trillion (US$7.8 trillion) as of September 2021. Stocks (both A-shares and B-shares), bonds, funds, and derivatives are traded on the exchange. The SEE has two trading boards, the Main Board and the Science and Technology Innovation Board, the latter more commonly known as the STAR Market. The Main Board mainly hosts large, well-established Chinese companies and lists both A-shares and B-shares.

How Does Telegram Make Money?

Telegram is a free app and runs on donations. According to a blog on the telegram: We believe in fast and secure messaging that is also 100% free. Pavel Durov, who shares our vision, supplied Telegram with a generous donation, so we have quite enough money for the time being. If Telegram runs out, we will introduce non-essential paid options to support the infrastructure and finance developer salaries. But making profits will never be an end-goal for Telegram.

telegram from ye


Telegram Python. Собеседование. Книги.
FROM USA