Ранее я делал серию постов про битовые операторы.
Вот вам ещё один наглядный пример как это используется в 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
Noutbukni quvvatlantirayotganda ham ishlatsa bo'ladimi?
✅ Ortiqcha so'zlarga o'rin yo'q va javob: Ha
🤔 Nimaga? Chunki hozirgi noutbuklar zamonaviyligini hisobga olsak, ular buni o'zlari hal qila olishadi ya'ni quvvatlantirishni noutbukning o'zi boshqara oladi.
🔌 Albatta bu usulning zarari ham bor bo'lishi mumkin, ammo, zarari bo'lganda ham bu 100 foizdan 5 yoki undan kam foizga to'g'ri kelishi mumkin.
🔋 Xulosa: noutbukingiz holatiga qarab quvvatlantirayotganda ham ishlatish mumkin.
💡 Agar noutbukingizni har doim quvvatlagich bilan ishlatadigan bo'lsangiz, noutbukingizdan batareyani olib qo'yishingiz ham mumkin. Buning uchun kompyuter ustaxonasiga murojaat qiling.
👉🏼Birinchi raqamli Windows Blog | #notebook / #batareya
Noutbukni quvvatlantirayotganda ham ishlatsa bo'ladimi?
✅ Ortiqcha so'zlarga o'rin yo'q va javob: Ha
🤔 Nimaga? Chunki hozirgi noutbuklar zamonaviyligini hisobga olsak, ular buni o'zlari hal qila olishadi ya'ni quvvatlantirishni noutbukning o'zi boshqara oladi.
🔌 Albatta bu usulning zarari ham bor bo'lishi mumkin, ammo, zarari bo'lganda ham bu 100 foizdan 5 yoki undan kam foizga to'g'ri kelishi mumkin.
🔋 Xulosa: noutbukingiz holatiga qarab quvvatlantirayotganda ham ishlatish mumkin.
💡 Agar noutbukingizni har doim quvvatlagich bilan ishlatadigan bo'lsangiz, noutbukingizdan batareyani olib qo'yishingiz ham mumkin. Buning uchun kompyuter ustaxonasiga murojaat qiling.
👉🏼Birinchi raqamli Windows Blog | #notebook / #batareya
#other#english#notebook
This English grammar guide breaks down complex rules into easy-to-understand parts, helping programmers and learners improve their skills through clear explanations and practical methods like using apps (e.g., Baicizhan) and textbooks (e.g., New Concept English). By focusing on essential grammar basics first, it builds a strong foundation for better reading, writing, and communication, making learning more efficient and effective. Access it online or locally, and benefit from structured lessons that simplify mastering English.
https://github.com/hzpt-inet-club/english-note
#ChatGPT#jupyter#notebook
Complementos de ChatGPT | acceda al intérprete de código ChatGPT jupyter notebook usando el complemento Noteable:
🔗Link
-----
Main channel:@repo_science
Coupons:@freecoupons_reposcience
-----
#python#assistant#learning#note_taking#notebook#notes_app#self_learning
Open Notebook is a free, open-source tool that helps you organize and control your research privately without relying on big companies like Google. It supports many AI providers, lets you manage different content types like PDFs and videos, and even create professional multi-speaker podcasts. You can search your notes smartly, chat with AI using your own research as context, and customize everything to fit your needs. It runs on your own computer or cloud, so you keep full control of your data and costs. This means you get a powerful, flexible, and private research assistant tailored to you.
https://github.com/lfnovo/open-notebook