Ранее я делал серию постов про битовые операторы.
Вот вам ещё один наглядный пример как это используется в 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
Бароҳат сафар намоед! Замимаи мобилии мо сафари шуморо қулай ва камташвиш хоҳад кард. Тариқи замима мусофирон имкон доранд ба осони сайёҳати худро ба нақша гирифта, чиптаҳоро бо нархи мувофиқу ҷойи муносиб интихоб намоянд ва маблағи бағоҷи аз меъёр зиёдро пардохт намоянд. Замима барои боргирӣ ба iOS ва Android дастрас мебошад.
📱
Путешествуйте с комфортом! Наше мобильное приложение сделает ваше путешествие более удобным и приятным. При помощи приложения пассажиры легко могут спланировать путешествие, подобрать оптимальный тариф для поездки, выбрать удобное место в салоне и оплатить сверхнормативный багаж. Приложение доступно для скачивания на iOS и Android.
📱
Travel in comfort! Our mobile app will make your journey more convenient and enjoyable. With the app, passengers can easily plan their trip, choose the best fare for their journey, select a comfortable seat, and pay for excess baggage. The app is available for download on iOS and Android.
#сомонэйр#somonair#mobileapp
👨🌾🚛 Dalatek — торговая онлайн-площадка в сфере сельского хозяйства. Мы создали для них мобильное приложение📲@dalatek.uz
Подпишись на нас, чтобы не пропустить новые публикации📢
👨🌾🚛 Dalatek — agro sohasida onlayn savdo platformasi.
#designer#mobileapp#Tashkent#Uzbekistan
Follow us: Telegram · Instagram · Dribbble
Attorney Shield Raises $451.96K
Attorney Shield has successfully raised $451.96K on December 17, 2024. The company focuses on enhancing interactions with law enforcement through its innovative mobile app and technology-driven legal services. For more information, visit their website here.
#AttorneyShield#LegalTech#Funding#AppDevelopment#MobileApp#LawEnforcement#Innovation
SociAbility Raises $1.57M
SociAbility has successfully raised $1.57 million in funding to enhance its platform which assists disabled individuals in locating accessible spaces. The funding will help improve the service by providing detailed and reliable accessibility information. Check it out: SociAbility
#Funding#Accessibility#SociAbility#DisabilitySupport#TechForGood#InclusiveDesign#Startup#Innovation#MobileApp#Investment
🚀 AI TRENDS | YouTube Introduces AI Avatar Tool for Shorts Creators
YouTube has launched a new AI avatar tool designed for Shorts creators, allowing them to generate videos of themselves using prompts. According to NS3.AI, this feature enables creators to produce clips lasting up to eight seconds. The rollout began on Wednesday and is accessible through the YouTube app and YouTube Create. Initially, the tool is available to mobile users worldwide, excluding Europe.
#AI#YouTube#AIAvatar#Shorts#ContentCreation#MobileApp#YouTubeCreate#AITrends#TechNews#CreatorTools
Gripp Secures $1.73M Funding
Gripp has successfully raised $1.73 million as of December 16, 2024. Their innovative QR + Mobile App system streamlines equipment maintenance, provides operational knowledge, and offers essential insights into operations.
#Funding#Gripp#MobileApp#EquipmentMaintenance#OperationalInsights#QRSystem#TechInnovation#Investment#Startup#Efficiency#BusinessSolutions