@social_justice_watch · Post #17523 · 01.10.2022 г., 22:53
Stop using passing as a reason not to kick #transgender people out of bathrooms. source
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #146 · 16 сеп.
Функция sub в regex может принимать функцию в качестве аргумента repl. 📄 Из документации: If repl is a function, it is called for every non-overlapping occurrence of pattern. The function takes a single match object argument, and returns the replacement string. То есть для каждого совпадения будет вызвана функция для вычисления замены вместо замены на одну и ту же строку для всех совпадений. Иными словами, для замены разных совпадений на разные строки не потребуется запускать re.sub() много раз для каждой строки замены. Достаточно определить функцию, которая вернёт строку для каждого из совпадений. Описание слишком запутанное🤔, давайте лучше рассмотрим на простом примере: Создаем карту замены. То есть какие строки на какие требуется менять. remap = { 'раз': '1', 'два': '2', 'три': '3', 'четыре': '4', 'пять': '5', } Пишем функцию поиска строки для замены. Единственным аргументом будет объект re.Match. Используя данные этого объекта мы вычисляем замену on-the-fly! def get_str(match: re.Match): word = match.group(1) return remap.get(word.lower()) or word Пример текста. text = '''Раз Два Три Четыре Пять Вместе будем мы считать Пять Четыре Три Два Раз Мы считать научим вас ''' Теперь запускаем re.sub и вместо строки замены (repl) подаём имя функции. (Данный паттерн ищет отдельные слова в тексте) >>> print(re.sub(r'(\w+)', get_str, text)) 1 2 3 4 5 Вместе будем мы считать 5 4 3 2 1 Мы считать научим вас Думаю, достаточно наглядно 🤓 #libs#regex
Пребарај: #transgender
@social_justice_watch · Post #17523 · 01.10.2022 г., 22:53
Stop using passing as a reason not to kick #transgender people out of bathrooms. source
Hashtags
@social_justice_watch · Post #17522 · 01.10.2022 г., 22:52
The most difficult part about being #transgendersource
Hashtags
@social_justice_watch · Post #17524 · 01.10.2022 г., 22:53
"No not like that" #transgender#assignedmalesource
Hashtags
@social_justice_watch · Post #17521 · 01.10.2022 г., 22:51
Designed for girl's bodies. #transgender#assignedmalesource
Hashtags
@social_justice_watch · Post #17519 · 01.10.2022 г., 22:50
"I had people gender me correctly until they learned I was #transgender ..." #assignedmalesource
Hashtags
@social_justice_watch · Post #17520 · 01.10.2022 г., 22:50
How I explain #transness to children. #transgendersource
Hashtags
@America · Post #10396 · 18.03.2026 г., 13:11
⚖️🇺🇸SUPREME COURT SIDES WITH PARENTS ON TRANS STUDENTS 🔹 Court blocks California schools from hiding students' gender transitions from parents 🏫 🔹 Schools must follow parental instructions on names and pronouns, major victory for families 📝 🔹 Ruling overturns progressive district policies in transgender student cases 🏳️⚧️ 🔹 Three Democratic justices dissent, showing deep ideological split on parental rights ⚖️ 🔹 Decision could impact similar policies nationwide as culture wars intensify 🇺🇸 California progressives are furious. Is this the new normal for parental control? 🔥📚 #USNews#SCOTUS#parents#transgender @america
@America · Post #10425 · 26.03.2026 г., 13:14
⚖️🏳️⚧️FEDERAL JUDGE CRUSHES RFK'S TRANSGENDER DECREE 🔹 Judge Mustafa Kasubhai demolishes HHS attack on gender-affirming care 🏛️ 🔹 Kennedy exceeded authority, ignored administrative procedures ⚠️ 🔹 Decree called puberty blockers "neither safe nor effective" 💊 🔹 20 Democratic states led by NY AG Letitia James win victory 🗽 🔹 Kennedy's second crushing defeat this week after vaccine ruling ⚖️ Oregon court grants nationwide relief to health providers. Trump promises appeals 📤 Democracy fights back against overreach. Courts defend healthcare rights 💪⚖️ #USNews#transgender#courts#healthcare @america
@american_observer · Post #5125 · 13.02.2026 г., 18:59
Canada is in mourning after the mass murder of schoolchildren by a transgender minor 9 killed and 27 wounded. A teacher and five students were killed at the school, and a 17-year-old transgender man was killed in a nearby house. Jesse Strang shot his mother and stepbrother, and then committed suicide. Strang began his transgender transition at the age of 15 with the active support of a school psychologist, and immediately began taking large doses of hormones, according to American media channels with reference to online reports. It is known that Strang has been actively visiting the shooting range lately. #canada#mourning#transgender#shooting 📱American Оbserver - Stay up to date on all important events 🇺🇸
@social_justice_watch · Post #17531 · 01.10.2022 г., 22:59
Girls have all kinds of bodies. #transgender#girlslikeus#assignedmalesource
@social_justice_watch · Post #17526 · 01.10.2022 г., 22:54
"How could you be #transgender ? you're too young to know!" #assignedmale#sophielabellesource
@social_justice_watch · Post #17272 · 25.09.2022 г., 01:11
There are infinite ways to be trans. Try not to feel discouraged if your experiences are different from other trans people you know. Your journey is uniquely yours. - [IMAGE DESCRIPTION: A tweet by @im_just_laur that says, "If you see 'trans culture' & just can't connect with it, remember that most of not all mainstream trans culture is made by & for a bunch of white trans people early in their transition. It's not inherent to transness. It's not something you have to relate to to be trans." The background photo is a pink sunset on a beach. The remaining text is too long to fit in the caption but can be found in the comments below or by using the alt text feature.] - #trans#transgender#ftm#mtf#nonbinary#gender#genderqueer#queer#lgbt#lgbtq#pride#transgirl#transboy#transwoman#transguy#transman#protecttransyouth#protecttranskids#transjoy https://www.instagram.com/p/Cic3zpPLbMf/