Python 3.10.14, 3.9.19, and 3.8.19 Security Releases
https://pythoninsider.blogspot.com/2024/03/python-31014-3919-and-3819-is-now.html
https://pythoninsider.blogspot.com/2024/03/python-31014-3919-and-3819-is-now.html
Blogspot
Python Insider: Python 3.10.14, 3.9.19, and 3.8.19 is now available
Ideas: Make super() Work in a Class Definition
https://discuss.python.org/t/make-super-work-in-a-class-definition/48845
https://discuss.python.org/t/make-super-work-in-a-class-definition/48845
Discussions on Python.org
Make super() work in a class definition
Foreword Thanks to all those who gave me valuable feedbacks to my other proposal of Make name lookups follow MRO within a class definition, I am now convinced that in trying to bring the mental model of a subclass consistent across attribute lookups of a…
SQLite and SQLAlchemy in Python: Beyond Flat Files
https://realpython.com/courses/sqlite-sqlalchemy-python-beyond-flat-files/
https://realpython.com/courses/sqlite-sqlalchemy-python-beyond-flat-files/
Realpython
SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files – Real Python
In this video course, you'll learn how to store and retrieve data using Python, SQLite, and SQLAlchemy as well as with flat files. Using SQLite with Python brings with it the additional benefit of accessing data with SQL. By adding SQLAlchemy, you can work…
Elevate Your Python Coding Game with 250 Pythonic Tips!
https://infob17809.clickfunnels.com/optin1708959783076
https://infob17809.clickfunnels.com/optin1708959783076
Clickfunnels
Pybites Python tips book
250 bulletproof Python tips that will make you a better developer
The (Hidden) Danger of Notebooks in Production
https://www.datadelver.com/ml%20engineering/2023/12/10/production-notebooks.html
https://www.datadelver.com/ml%20engineering/2023/12/10/production-notebooks.html
DataDelver
Delve 1: The (Hidden) Danger of Notebooks in Production
“Coming together is a beginning. Keeping together is progress. Working together is success.” - Henry Ford
MVC in Python Web Apps: Explained With Lego
https://realpython.com/lego-model-view-controller-python/
https://realpython.com/lego-model-view-controller-python/
Realpython
Model-View-Controller (MVC) in Python Web Apps: Explained With Lego – Real Python
This tutorial conceptually explains the Model-View-Controller (MVC) pattern in Python web apps using Lego bricks. Finally understand this important architecture to streamline your web development process.
Go, Python, Rust, and Production AI Applications
https://ajmani.net/2024/03/11/go-python-rust-and-production-ai-applications/
https://ajmani.net/2024/03/11/go-python-rust-and-production-ai-applications/
Sameer Ajmani
Go, Python, Rust, and production AI applications
In this article, I’ll talk about Go, Python, and Rust, and each language’s role in building AI-powered applications. Python was the first programming language I ever loved, and Go was the sec…
State of WASI Support for CPython: March 2024
https://snarky.ca/state-of-wasi-support-for-cpython-march-2024/
https://snarky.ca/state-of-wasi-support-for-cpython-march-2024/
Tall, Snarky Canadian
State of WASI support for CPython: March 2024
The biggest update since June 2023 is WASI is now a tier 2 platform for CPython! This means that the main branch of CPython should never be broken more than 24 hours for WASI and that a release will be blocked if WASI support is broken. This only applies…