#python-315

[ follow ]
Python
fromRealpython
1 week ago

pandas 3.0 Lands Breaking Changes and Other Python News for February 2026 - Real Python

Python 3.15 alphas introduce UTF-8 default encoding, new profiler, PyBytesWriter, improved error messages, and JIT yielding modest performance gains.
Artificial intelligence
fromZero To Mastery
1 month ago

[December 2025] Python Monthly Newsletter | Zero To Mastery

Newsletter expands from Python-only to cover the broader tech market, AI developments, Python 3.15 previews, industry players, and agent documentation practices.
Python
fromRealpython
2 months ago

Lazy Imports Land in Python and Other Python News for December 2025 - Real Python

Python 3.15 advances with alpha releases, UTF-8 default, new profiling and C APIs; PEP 810 accepted for explicit lazy imports; Windows installer manager updated.
fromPycoders
2 months ago

PyCoder's Weekly | Issue #710

Augment Code's new guide features real frameworks to lead your engineering team to systematic transformation: 30% faster PR velocity, 40% reduction in merge times, and 10x task speed-ups across teams. Learn from CTOs at Drata, Webflow, and Scout's local MCP server lets your AI assistant query real Python telemetry. Call endpoints like get_app_error_groups or get_app_endpoint_traces to surface top errors, latency, and backtraces-no dashboards, Brett came across an unexpected typing error when using Pyrefly on his code.
Django
Python
fromTall, Snarky Canadian
3 months ago

The varying strictness of TypedDict

TypedDict now controls both key requiredness and whether extra keys are allowed, with Python 3.15 adding closed TypedDict behavior to restrict unknown keys.
[ Load more ]