@QuietWorld · Post #7387 · 11.06.2020 г., 07:56
The way you dress is an expression of your personality 🌻 Alessandro Michele #personality#quotes @quietworld🍃
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #76 · 27 апр.
Ранее я делал серию постов про битовые операторы. Вот вам ещё один наглядный пример как это используется в Python в модуле re. Чтобы указать флаг для компилятора нам надо указать его после передаваемой строки. Например, добавляем флаг для игнорирования переноса строки. pattern = re.compile(r"(\w+)+") words = pattern.search(text, re.DOTALL) А как указать несколько флагов? Ведь явно будут ситуации когда нам потребуется больше одного. Кто читал посты по битовые операторы уже понял как. pattern.search(text, re.DOTALL | re.VERBOSE) А теперь смотрим исходники, что находится в этих атрибутах? Не удивительно, степени двойки. Почему? Потому что каждое следующее значение это сдвиг единицы влево. >>> for n in [1, 2, 4, 8, 16, 32, 64, 128, 256]: >>> print(bin(n)) 0b1 0b10 0b100 0b1000 0b10000 0b100000 0b1000000 0b10000000 0b100000000 Чтобы было понятней, давайте напишем тоже самое но иначе, добавим ведущие нули: 000000001 000000010 000000100 000001000 000010000 000100000 001000000 010000000 100000000 Не понятно что тут происходит? Читай три поста про битовые операторы начиная с этого ➡️https://t.me/pythonotes/45 В общем, это пример применения побитовых операций в самом Python. Теперь вы знаете Python еще немного лучше) #tricks#regex#libs
Пребарај: #personality
@QuietWorld · Post #7387 · 11.06.2020 г., 07:56
The way you dress is an expression of your personality 🌻 Alessandro Michele #personality#quotes @quietworld🍃
Hashtags
@QuietWorld · Post #6665 · 08.10.2019 г., 08:46
“In the end, it’s your actions, how you respond to circumstance, that reveals your character.” #quotes#personality @quietworld🍃
Hashtags
@QuietWorld · Post #6827 · 31.10.2019 г., 06:30
🔖People often say that this or that person has not yet found himself. But the self is not something that one finds. It is something one creates. #personality#selfreminder @quietworld🍃
Hashtags
@QuietWorld · Post #6901 · 13.11.2019 г., 01:22
http://forest-mt.seekrtech.com/ #random#personality @quietworld🍃
Hashtags
@QuietWorld · Post #6723 · 17.10.2019 г., 06:30
To have doubted one's own first principles is the mark of a civilized man. —Oliver Wendell Holmes Jr. #quotes#attitude#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7135 · 10.01.2020 г., 10:06
1 or 2? I go with 2 😉 & I love it! 😂 #random#poll#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7811 · 14.05.2021 г., 02:10
Signs of Gaslighting Source: BetterHelp #facts#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7810 · 14.05.2021 г., 02:10
Signs of Gaslighting Source: BetterHelp #facts#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7809 · 14.05.2021 г., 02:05
Signs of Gaslighting Source: BetterHelp #facts#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7052 · 10.12.2019 г., 03:22
sometimes I'm surprised at how I can go back and forth from being like a mature adult around a group of people to being like a childlike adult around another particular group of people 😐 have you ever felt the same way about yourself?👀 #poll#attitude#personality @quietworld🍃
Hashtags
@QuietWorld · Post #7271 · 20.04.2020 г., 05:12
“Parents can only give good advice or put them on the right paths, but the final forming of a person's character lies in their own hands.” 🍃 Anne Frank #life#reminder#personality#attitude @quietworld🍃
@QuietWorld · Post #6710 · 14.10.2019 г., 23:30
The better we feel about ourselves, the fewer times we have to knock somebody else down to feel tall. #quotes#life#people#personality @quietworld🍃
Hashtags