Dew Drop Weekly Newsletter 461 - Week Ending December 12, 2025
zc.vg/vOi7o?m=0
#dewdrop #newsletter #aspnetcore #javascript #azure #xaml #windowsdev #csharp #dotnet #ai #mcp #python #devops #agile #IoT #appdev #podcasts #m365 #data #sqlserver #powershell #writing
Dew Drop Weekly Newsletter 461...
Different Ways to use Print() function in Python - S1 EP01 P6 #Python #LearnPython #PythonProgramming #VariablesInPython #PythonTutorial #CodingBasics #CodeNewbie #S1EP01 #PythonSeries #LearnOnTikTok #TechTok #CodingTok #EducationTikTok #Programming101 #python #CodingForBeginners #PythonBasics #ProgrammingSeries #TechEducation #CodeTutorial
🎯 𝗙𝗿𝗲𝗲 𝗗𝗲𝗺𝗼 𝗦𝗔𝗣 𝗔𝗿𝘁𝗶𝗳𝗶𝗰𝗶𝗮𝗹 𝗜𝗻𝘁𝗲𝗹𝗹𝗶𝗴𝗲𝗻𝗰𝗲 (𝗦𝗔𝗣 𝗔𝗜) 𝗧𝗿𝗮𝗶𝗻𝗶𝗻𝗴
👨 𝗧𝗿𝗮𝗶𝗻𝗲𝗿: Mr. Nitin
📅 𝗗𝗮𝘁𝗲: 16/12/2025 (Tuesday)
⏰ 𝗧𝗶𝗺𝗲: 8:00 AM IST
📍 𝗝𝗼𝗶𝗻 𝗟𝗶𝘃𝗲: https://teams.microsoft.com/meet/46664648456182?p=srVf2kx5aSkQfpEIhb
🆔 𝗠𝗲𝗲𝘁𝗶𝗻𝗴 𝗜𝗗: 466 646 484 56182 | 𝗣𝗮𝘀𝘀𝗰𝗼𝗱𝗲: tt3wh29P
📞 𝗖𝗼𝗻𝘁𝗮𝗰𝘁: +91 7032290546
🚀 𝗝𝗼𝗶𝗻 𝘁𝗵𝗲 𝘀𝗲𝘀𝘀𝗶𝗼𝗻 𝗮𝗻𝗱 𝘀𝗲𝗲 𝗵𝗼𝘄 𝗦𝗔𝗣 𝗔𝗜 𝘁𝗿𝗮𝗻𝘀𝗳𝗼𝗿𝗺𝘀 𝗲𝗻𝘁𝗲𝗿𝗽𝗿𝗶𝘀𝗲 𝗶𝗻𝘁𝗲𝗹𝗹𝗶𝗴𝗲𝗻𝗰𝗲!
🌐 𝗖𝗼𝘂𝗿𝘀𝗲 𝗜𝗻𝗳𝗼: https://www.visualpath.in/sap-artificial-intelligence-training.html
#sapaiportfolio #genai #llms #python #ml #nlp #deeplearning #sapaicore #genaihub #sap #aitools #businessservcies

Content warning:Advent of Code 2025 Day 12 Spoilers
Today I spent a bunch of time preparing for a really hard problem that ended up being a very very simple problem.
My first thought on seeing this was, if we're being honest, "shit I hate bin packing." But such is life, so my second thought was "I wonder how many of these are just impossible?" That is, how many have too many filled squares for the dimension of the grid, and so would be impossible to fit in any configuration. So I wrote that code, and it eliminated about half.
Then I spent nearly an hour writing a recursive backtracking solver that was reasonably fast and I discovered that... all the puzzles that passed the first check passed. 😦
So I deleted all the junk, and kept my first "sanity check" solution.
https://codeberg.org/biesnecker/aoc-anyhow/src/branch/main/202512.py
#adventofcode #adventofcode2025 #python

This is why I use #Rstats — it never gets loose and makes you call the animal control officers. #python
https://hachyderm.io/@liztai/115705267790158862
Ok, penso di aver capito come funziona il costrutto @ cache...
... molto interessante!
#adventofcode en #python, jour 12
Un dernier puzzle un peu décevant, honnêtement. J'ai la bonne réponse, mais j'ai failli ne pas la soumettre parce que ma "méthode" ne fonctionne pas sur l'exemple, et qu'elle est clairement "fausse" en général.
https://notes.adfoucart.be/aocode25/day12.html
💚 Thanks everyone for a lovely December Django London meetup!
Big thanks to Abigail Afi Gbadago for the MongoDB Overview talk, and to MongoDB for hosting us. Between talks, pizza, and our traditional Django Quiz 🏆, it was a great way to close the year!
We’re now looking ahead to 2026 — if you’d like to give a talk (Django, Python, engineering, community), we’d love to hear from you 👇
https://ripe-shovel-1a2.notion.site/2a4e5750ee7a8079ae0dda7f2ae83e4a?pvs=105

Dự án "Rosetta Stone" xây dựng HTTP/1.1 client hiệu suất cao từ đầu bằng C, C++, Rust, Python. Bài viết so sánh kiến trúc, tối ưu hóa (zero-copy, writev, Unix sockets) và kết quả benchmark. Client tự viết đạt hiệu năng đỉnh cao, nhiều khi vượt thư viện có sẵn. Mỗi ngôn ngữ thể hiện triết lý riêng về an toàn, tốc độ và trải nghiệm phát triển.
#HTTPClient #SystemsProgramming #C #Cplusplus #Rust #Python #Benchmarking #Performance #ZeroCopy #Networking
#ClientHTTP #LậpTrìnhHệThống #HiệuNăng #SoSánh
I kept missing duplicate queries until they hit production. Django Debug Toolbar is great, but I never kept it open.
So I made a small status bar that’s always visible and shows the essentials.
https://github.com/amureki/django-devbar
Between 1988 and 1995 Jack Crenshaw posted on Usenet "Let's Build a Compiler", a tutorial series on writing a Pascal compiler that generates 68K Assembly. 35 years later Eli Bendersky revisited the series and rewrote the compiler in Python to generate WebAssembly.
https://eli.thegreenplace.net/2025/revisiting-lets-build-a-compiler
#compilers #pascal #python #wasm #m68k
Quando se diz que “a máquina aprendeu sozinha”, isso parece quase uma frase de ficção científica. Só que, na prática, é exatamente isso que está acontecendo em coisas bem concretas: o filtro de spam do e-mail, o sistema que sugere filmes...
#computer #computadores #AI #IA #technology #tecnologia #futuro #DataScience #cienciadedados #mathematics #matematica #deeplearning #machinelearning #analisededados #python #algorithm #algoritmo
https://www.moprius.com/2025/12/por-dentro-de-machine-learning.html