New #physics #python #electrodynamics video - showing that we can repeat the method of images for a charge near a plate with a many body problem.
Google chính thức ngừng hỗ trợ Pytype, công cụ kiểm tra kiểu tĩnh cho Python. Đây là tin quan trọng với cộng đồng lập trình viên Python. Thay vì Pytype, bạn có thể chuyển sang sử dụng các công cụ thay thế như Mypy, Pyright, hoặc Pyre. Hãy cập nhật để đảm bảo dự án của bạn tiếp tục chạy mượt mà!
#Python #LậpTrình #CôngNghệ #Pytype #Google
#PythonProgramming #TechNews #DeveloperTools
🐍PyBay 2025 Speaker Highlight🎤 Aaron Wiegel “The Zen of the Bronze Layer: Ingestion of Data with Unstable Schema”
Learn how to handle messy third-party data with unstable schema. This talk covers Python-native structures and flexible data modeling to ingest, clean, and monitor raw data reliably.
📍 Oct. 18, 2025, San Francisco, CA: https://pybay.org/
🎟️ Tickets: https://pretix.eu/bapya/pybay-2025/
🎤 More talks: https://pybay.org/speaking/talk-list-2025/

The PSF has announced the new Board members 🎉
Congratulations to Abigail Dogbe, Jannis Leidel, Sheena O’Connell, and Simon Willison.
I’m glad to know each of them: such a diverse and talented group.
Thanks @ThePSF for a fair and democratic process!
https://pyfound.blogspot.com/2025/09/announcing-2025-psf-board-election.html

Google ngừng hỗ trợ Pytype: Cách Python developers có thể thích ứng. Hãy chuyển sang các công cụ kiểm tra kiểu tĩnh khác như Mypy, Pyright hoặc sử dụng type hints tích hợp sẵn. Luôn cập nhật xu hướng công nghệ để không bị bỏ lại phía sau! 🐍💻 #Python #Pytype #DeveloperTips #LậpTrìnhPython #CôngNghệ
Как я нашел RCE в TensorFlow, а гугл отфутболил меня, сказав, что это не их проблема
Привет, читатель! В этой статье ты увидишь достаточно новый способ атаки на цепочку поставок TensorFlow, которая работает на любом фреймворке для работы с AI/ML. Никаких сложностей - все простым языком.
https://habr.com/ru/articles/947570/
#tensorflow #python #ai #ml #информационная_безопасность
@sukin eh there's an itertools recipe for flattening one level. If I'm reading this right, you could adapt it here as itertools.chain.from_iterable(root.findall("r/article")).
Personally I like that Python doesn't include this as a built-in function. Very few things are such fundamental operations that they need to be builtins. But I suppose it would be nice to have a function that recursively flattens structures in itertools. The catch with that is that sometimes you think you want flattening but you actually want only partial flattening, and in that case there's no way around somehow specifying the exact logic of which levels to flatten and which not to.
This #Python error message has the in my view concerning implication Python devs pronounce `0o` as "oh oh"

I'm so glad i get to write this instead of using a builtin flatten() function. That would be so complicated for my tiny brain.
#python #iDontLikePythonVeryMuch

aw man I missed the cutoff for #PSF board elections 😢 I thought it was today
At least one more vote wouldn't have made a difference (and I'm mostly happy with the results)
The new Python documentary is good. Definitely worth watching if you think you might be interested. It's on YouTube.
Here's a silly #Python trick. 🐍🔥
You can use lambdas to create a simple function dictionary where you can call each function using the key in the dict:
