@desi_memes_funny_jokes · Post #5078 · 26.07.2024 г., 01:55
Santa didi ko Veet gift kardo pls #viralvideo
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #397 · 12 ное.
Использование Pydantic сегодня стало нормой, и это правильно. Но иногда на ревью вижу, что используют его не всегда корректно. Например, метод BaseModel.model_dump() по умолчанию не преобразует стандартные типы, такие как datetime, UUID или Decimal, в простой сериализуемый для JSON вид. Тогда пишут кастмоный сериализатор для этих типов чтобы функция json.dump() не падала с ошибкой. import uuid from datetime import datetime from decimal import Decimal from uuid import UUID from pydantic import BaseModel class MyModel(BaseModel): id: UUID date: datetime value: Decimal obj = MyModel( id=uuid.uuid4(), date=datetime.now(), value='1.23' ) print(obj.model_dump()) # не подходит для json.dump # { # 'id': UUID('4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1'), # 'date': datetime.datetime(2025, 12, 12, 12, 12, 12, 111111), # 'value': Decimal('1.23') # } # добавляем свой кастомный сериализатор json.dumps(obj.model_dump(), cls=MySerializer) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2025-12-12T12:12:12.111111', # 'value': '1.23' # } В данном случае класс MySerializer обрабатывает datetime, UUID и Decimal. Например так: class MySerializer(json.JSONEncoder): def default(self, o): if isinstance(o, Decimal): return str(o) elif isinstance(o, datetime): return o.isoformat() elif isinstance(o, UUID): return str(o) return super().default(o) Специально для тех, кто всё еще так делает - в этом нет необходимости! Pydantic может это сделать сам, просто нужно добавить параметр mode="json". json.dumps(obj.model_dump(mode="json")) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2012-12-12T12:12:12.111111', # 'value': '1.23' # } #pydantic#libs
Пребарај: #viralvideo
@desi_memes_funny_jokes · Post #5078 · 26.07.2024 г., 01:55
Santa didi ko Veet gift kardo pls #viralvideo
Hashtags
@funny_videos_10 · Post #93 · 07.12.2023 г., 01:51
the end 😂😂#shorts#funny#fails#viralvideo
Hashtags
@No_king_No_King · Post #166 · 12.04.2026 г., 09:40
WHY IRAN IS USING LEGO VIDEOS... 00 And what the media is saying about it. This isn't random. It's not just "funny animation." It's strategy. Why LEGO-style? Simple visuals = easier to understand globally No language barrier = reaches millions instantly Looks harmless... but carries serious messaging Perfect for Tik Tok, Reels, and viral sharing In short: It turns geopolitics into something people will actually WATCH. This is what analysts call: modern information warfare Where memes, music, and animation = influence. What outlets like CNN are pointing out: Coverage highlights how these videos are part of a larger digital propaganda ecosystem - using Al visuals and storytelling to shape narratives online. They're not targeting just one country... They're targeting global audiences scrolling on their phones. And that's why it works: You're not watching "news" You're watching a story And stories spread faster than facts. Real question: Is this just creative content... or a new kind of influence campaign? Drop your take If you see what's happening Share before everyone catches on #Iran#aiart #digitalwarfare #geopolitics #viralvideo ✈️t.me/No_king_No_King
@dzdigital3 · Post #19403 · 30.01.2026 г., 19:15
When you want your car to be as cozy as your living room 🛋️🚗 #Satisfying#Transformation#DIY#Craftsmanship#UniqueRides#CarLovers#ViralVideo#Reels#FacebookWatch#AmazingCars Full video 👇 https://www.facebook.com/share/r/1Dg1M4jKCs/
@desi_memes_funny_jokes · Post #5260 · 13.09.2024 г., 09:32
#memes #meme#don#messi#ronaldo#cristianoronaldo #messifans#reels#reel#fyp* #fp#recommendation#recommended#viral#viralvideos#viralreels#viralvideo#viralpost#fypage
@DESI_MEMES_Funny_Jokes · Post #5647 · 31.10.2024 г., 16:11
Esa mat karo meri jaan 😭 #viralreels#viral#reels#trending#viralvideos#explorepage#viralpost#reelsinstagram#trendingreels#instagram#explore#instagood#fyp#love#reelitfeelit#viralvideo#instagramreels#instareels#reelsvideo#reelkarofeelkaro#foryou#instadaily#trend#follow#like#foryoupage#exploremore
@DESI_MEMES_Funny_Jokes · Post #5378 · 05.10.2024 г., 13:20
. #memepkarea#meme#memes#memes😂#memesdaily#memepage#memeaccount#memedaily#memevideos#memehindi#memeshindi#funny#reel#reels#reelsinstagram#reelsvideo#funnyvideos#funnymemes#funnyreels#funnymeme#funnyvideo#comedy#viral#viralvideos#viralvideo#viralreels#viralreel#memeaddict#dailymeme#memesdaily
@DESI_MEMES_Funny_Jokes · Post #5640 · 31.10.2024 г., 12:59
#trendinghashtags#trending#trendingreels#trendingnow#instagood#viralpost#trendingsongs#love#trendingaudio#instagram#trendingpost#viral#trendingmemes#instadaily#explorepage#photooftheday#memes#viralvideos#explore#trendingtopic#viralreels#trendingposts#viralvideo#picoftheday#followforfollowback#bhfyp#makeupartist#bridalmakeup#bridehairdo#varisu
Hashtags