TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Резултати

Пронајдени 3 слични објави

Пребарај: #oas

当前筛选 #oas清除筛选
Russian Consulate in Cape Town

@rusconct · Post #2315 · 08.03.2025 г., 06:02

🎙 Foreign Ministry Spokeswoman Maria Zakharova’sanswer to a media question about Russia’s stance with respect to the Organisation of American States ❓Question: How would you characterise the current stage of Russia’s relations with the OAS? 💬Maria Zakharova: As is well known, the Russian Federation obtained the status of Permanent Observer to the Organisation of American States in 1992 and has developed constructive relations with this association of Western Hemisphere states over three decades. Cooperation has been successfully advanced both with the #OAS itself and its specialised agencies, including the Inter-American Drug Abuse Control Commission (CICAD), the Inter-American Committee against Terrorism (CICTE), and others. We note that a number of leading Latin American countries did not support the OAS Permanent Council’s April 2022 decision to suspend Russia’s observer status. At the same time, practical collaboration with regional states has continued to develop dynamically at all levels. The Russian Side remains open to restoring full-fledged engagement with the OAS, as evidenced by the appointment of Russia’s new Ambassador to the United States, Alexander Darchiev, to concurrently serve as Permanent Observer to the OAS.

Hashtags

Alex Kowalski | Trade

@kowalskitrade · Post #9 · 06.05.2024 г., 15:01

📣Top 7 unlocks for the week Major unlocks of tokens from May 6 to May 12: ➡️#APT for $102.91 million (2.64% of capitalization, 12.05) ➡️#ICP for $43.02 million (0.7% of capitalization, 11.05) ➡️#KARATE for $29.66 million (❗️199% of capitalization, 12.05) ➡️#MASA for $27.80 million (❗️160.1% of capitalization, 11.05) ➡️#GMT for $23.68 million (5.39% of capitalization, 9.05) ➡️#DAO for $13.25 million (5.84% of capitalization, 9.05) ➡️#OAS for $10.17 million (8.82% of capitalization, 12.05).

GitHub Trends

@githubtrending · Post #14911 · 03.07.2025 г., 15:30

#javascript#hacktoberfest#oas#open_source#openapi#openapi_specification#openapi3#openapi31#rest#rest_api#swagger#swagger_api#swagger_js#swagger_oss#swagger_ui Swagger UI is a tool that helps developers and users interact with APIs. It creates a visual interface from OpenAPI specifications, making it easy to understand and use APIs without needing to know the underlying code. This tool benefits users by providing clear documentation and allowing them to test API methods directly from the interface. It also supports collaboration and compliance with the latest OpenAPI standards, making it easier to develop and consume APIs efficiently[1][3][5]. https://github.com/swagger-api/swagger-ui