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

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #121 · 20 јул.

Регулярно требуется преобразовать какой-либо текст в максимально совместимый текст для URL, имени файла, имени объекта в каком-то софте и тд. Требования совместимости простые: в тексте должны быть только допустимые символы. Обычно это a-z, 0-9 и "_" или "-". То есть, только прописные буквы латинского алфавита и цифры (как пример). Допустим, нам нужно название статьи в блоге преобразовать в slug для добавления его в URL этой статьи. Как это лучше всего сделать? В Django по умолчанию есть готовая функция slugify для таких случаев. Но я её никогда не использую. Почему? Потому что её недостаточно! Приведём пример >>> from django.utils.text import slugify >>> slugify('This is a Title') 'this-is-a-title' Пока всё отлично >>> slugify('This is a "Title!"') 'this-is-a-title' Спец символы удалились, всё хорошо. >>> slugify('Это заголовок статьи') '' Вот и приехали 😢. Если текст не английский то буквы просто игнорируются. Можно это поправить >>> slugify('Это заголовок статьи', allow_unicode=True) 'это-заголовок-статьи' Но тогда мы не вписываемся в условие. У нас появилась кириллица в тексте. Так как я часто пишу сайты для русскоязычных пользователей эта проблема весьма актуальна. Я не использую стандартную функцию и всегда пишу свою. Оригинал я не беру в расчёт и пишу полностью свою функцию. И так, по порядку: 🔸1. Исходный текст: >>> text = 'Мой заголовок №10 😁!' Взял специально посложней со специальными символами. 🔸2. Транслит Необходимо сделать транслит всех символов в латиницу. Здесь очень выручает библиотека unidecode. Помимо простого транслита кириллицы в латиницу она умеет преобразовывать спец символы и иероглифы в текстовые аналоги. from unidecode import unidecode >>> unidecode("Ñ Σ ® µ ¶ ¼ 月 山") 'N S (r) u P 1/4 Yue Shan' Очень крутая библиотека, советую👍 В нашем случае получаем такое преобразование: >>> text = unidecode(text) >>> print(text) 'Moi zagolovok No. 10 !' Отличный транслит. Смайл просто удалился, хотя я ждал что-то вроде :). Ну и ладно, всë равно невалидные символы. А еще наш код уже поддерживает любой язык, будь то хинди или корейский. 🔸4. Фильтр символов Unidecode не занимается фильтрацией по недопустимым символам. Это мы делаем в следующем шаге через regex. Просто заменим все символы на "_" если они вне указанного диапазона. >>> text = re.sub(r'[^a-zA-Z0-9]+', '_', text) >>> print(text) 'Moi_zagolovok_No_10_' Символ "+" в паттерне выручает когда несколько недопустимых символов идут рядом. Все они заменяются на один символ "_". 🔸5. Slugify Осталось удалить лишние символы по краям и сделать нижний регистр >>> text = text.strip('_').lower() >>> print(text) 'moi_zagolovok_no_10' Получаем отличный slug! 😎 🌎 Полный код в виде функции. ______________ PS. Проверку что в строке остался хоть один допустимый символ я бы вынес в отдельную функцию. #libs#tricks#django

Резултати

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

Пребарај: #fascism

当前筛选 #fascism清除筛选
RTDocumentary

@rtdocumentary · Post #505 · 13.03.2022 г., 16:02

#documentary#fascism You voted - we did it! Here’s the first full documentary we uploaded on Telegram. Fascism: A History explores the nature of the ideology and how it’s been tainting societies long after Hitler. It’s also relevant to the current events unfolding in Ukraine. The documentary reveals how NATO, created after WWII, carried on with colonial politics and expanded to the east under the auspices of bringing democracy. Share your thoughts in the comments, and don’t forget to subscribe to our channel on Odysee. All of our films are available on https://odysee.com/@RTDocumentary:4 and RTD.RT.com Follow: https://t.me/rtdocumentary

Venezuelanalysis

@venanalysis · Post #1766 · 04.10.2024 г., 17:20

In the latest VA interview, Javier Couso, a keynote speaker at the recent World Congress Against Fascism in Caracas discussed the fascist attacks on Venezuela. He highlighted Venezuela’s resistance to fascist tactics by liberal democracies, marking it as a key player in the global struggle for sovereignty and democracy. 'Venezuela is a beacon in the fight for sovereignty and true democracy,' stated Couso. Read the full interview here 👉🏼https://shorturl.at/Ej6UL #VAInterview#Fascism#PresidentialElections2024

Venezuelanalysis

@venanalysis · Post #1852 · 14.01.2025 г., 21:47

Following President Nicolás Maduro’s inauguration for a third term on January 10, violent groups vandalized Venezuelan diplomatic offices in Lisbon (Portugal), Frankfurt (Germany), Medellín (Colombia), Vigo (Spain), and San José (Costa Rica). Venezuela’s Foreign Affairs Minister, Yván Gil, described these actions as “coordinated.” “In a coordinated action by the extremists of deranged fascism, multiple consulates have been targeted by those who aim to damage our diplomatic missions like they do our beloved Bolivarian Homeland,” Gil stated on social media. Read the full report: https://shorturl.at/tC2dt #Venezuela#diplomaticmissions#fascism

Venezuelanalysis

@venanalysis · Post #1524 · 04.04.2024 г., 21:47

Venezuela's National Assembly takes a dual stance against fascism and territorial disputes, passing anti-fascism legislation while reaffirming its claim over Essequibo amid alleged CIA and US Southern Command threats. Read more 👉🏽https://shorturl.at/aeOP7 #fascism#laws#Essequibo#Venezuela

Venezuelanalysis

@venanalysis · Post #1729 · 24.08.2024 г., 18:16

In the latest VA interview, Hindu Anderi discusses Venezuela’s Antifascist Law, which is nearing approval. She explains how the Platform for Solidarity with the Palestinian Cause is actively lobbying to include Zionism in the legislation. "Zionism is fascism’s twin... a racist movement based on supremacy and expansion," Anderi states. Read the full interview here 👉🏼https://shorturl.at/xBM4T #Fascism#InternationalSolidarity#Laws#Zionism

Anarcho Gardening

@anarchogardening · Post #2993 · 15.01.2026 г., 22:23

I play Stardew often as a cozy way to wind down and disconnect from the horrors. Today I see that the Trump Administration is using it for Slopaganda. It's not even about anything consequential — apparently for the last 15 years whole milk was removed from school cafeterias, and it's been restored via executive order. #USA#Politics#Slop#ImageGen#Fascism

VoxNR

@chbouchet · Post #4085 · 26.02.2026 г., 07:10

The Stern Gang: Ideology, Politics and Terror, 1940–1949 by Joseph Heller This study of Lehi (aka the Stern Gang) attempts to demythologize the image of this extremist, Zionist underground group. The book analyzes the party's split from the Irgun Zvai Leumi (National Military Organization) and its attempts to synthesize the politics and ideals of the right and left. Lehi's leader Stern stated that he incorporated elements of both the left and the right. #Zionism#NationalBolshevism#Fascism#Nazism#Palestine

Venezuelanalysis

@venanalysis · Post #1556 · 10.05.2024 г., 21:03

On Fascism and Other Maladies: A Conversation with Luis Britto García One of Venezuela’s most respected intellectuals talks about fascism and corruption scandals in the lead-up to the presidential elections. Read the full interview here 👉🏼shorturl.at/cexUZ #VAInterview#LuisBrittoGarcia#Venezuela#presidentialelections2024#interview#corruption#fascism

Fascism Putin-style is not abstract rhetoric but a set of concrete signs: cult of personality, militarism, repression, imperial aggression. The article provides a clear analysis without euphemisms. https://yep.uz/en/2025/09/putin-fascism-signs/ #fascism#putin#dictatorship#Uzbekistan repression #militarism#censorship#ukraine#zsymbols#russianworld