ML Series 4: Understanding P-Values in Regression Analysis
https://medium.com/@sahin.samia/ml-series-4-understanding-p-values-in-regression-analysis-e269e5739d08
https://medium.com/@sahin.samia/ml-series-4-understanding-p-values-in-regression-analysis-e269e5739d08
Medium
ML Series 4: Understanding P-Values in Regression Analysis
Introduction
Python Formatters With Lukasz Langa
https://www.blog.pythonlibrary.org/2024/02/07/episode-27-python-formatters-with-lukasz-langa/
https://www.blog.pythonlibrary.org/2024/02/07/episode-27-python-formatters-with-lukasz-langa/
Mouse Vs Python
Episode 27 - Python Formatters with Lukasz Langa - Mouse Vs Python
Episode 27 of The Python Show Podcast welcomes Lukasz Langa as our guest. Lukasz is a CPython Developer in Residence, which means he works full-time on
Upcoming Workshop: Taming the Kraken, Managing a Python Monolith w/ Sentry
https://sentry.io/resources/workshop-managing-a-python-monolith-with-sentry/?utm_source=pycoder&utm_medium=paid-community&utm_campaign=errors-fy25q1-emeakrakenworkshop&utm_content=newsletter-pythonmonorepo-rsvp
https://sentry.io/resources/workshop-managing-a-python-monolith-with-sentry/?utm_source=pycoder&utm_medium=paid-community&utm_campaign=errors-fy25q1-emeakrakenworkshop&utm_content=newsletter-pythonmonorepo-rsvp
Sentry
Taming the Kraken: Managing a Python Monolith with Sentry
Join David Winterbottom, a principal software engineer at Kraken Technologies, as he shares an inside look into how he and his team develop…
Django Security Releases Issued: 5.0.2, 4.2.10, and 3.2.24
https://www.djangoproject.com/weblog/2024/feb/06/security-releases/
https://www.djangoproject.com/weblog/2024/feb/06/security-releases/
Django Project
Django security releases issued: 5.0.2, 4.2.10, and 3.2.24
Posted by Natalia Bidart on February 6, 2024
PSF: Introducing PSF Grants Program Office Hours
https://pyfound.blogspot.com/2024/02/introducing-psf-grants-office-hours.html
https://pyfound.blogspot.com/2024/02/introducing-psf-grants-office-hours.html
Python Software Foundation Blog
Introducing PSF Grants Program Office Hours
In October 2023, we acknowledged the situation surrounding DjangoCon Africa and noted our intent to make ongoing improvements to the Grants...
Why Not Real Anonymous Functions?
https://discuss.python.org/t/why-not-real-anonymous-functions/44513
https://discuss.python.org/t/why-not-real-anonymous-functions/44513
Discussions on Python.org
Why not real anonymous functions?
For whatever reason I often find myself writing code like this: def returns_a_func(this_var_gets_used): def _inner_func(*args, **kwargs): """Do some stuff in here""" return _inner_func Or like this: def some_useful_func(*args, **kwargs):…
When Should You Give Up on a Project That Doesn’t Work?
https://news.ycombinator.com/item?id=39232004
https://news.ycombinator.com/item?id=39232004
Abandoned Code: Hidden Risks of Unmaintained Software
https://freelancefootprints.substack.com/p/abandoned-code-the-hidden-risks-of
https://freelancefootprints.substack.com/p/abandoned-code-the-hidden-risks-of
Freelance Footprints
Abandoned Code: The Hidden Risks of Using Unmaintained Software
Once upon a time, I was working on implementing sending emails in a Flask application. I went to Google to check out how others do it. I couldn't believe it: everyone was using a package that hadn't been maintained for 9 years!
Add Versatility To AI Apps, Build With Popular Model Choices Like YOLOv8
https://www.intel.com/content/www/us/en/developer/topic-technology/edge-5g/open-potential.html?utm_campaign=edge_ai&utm_source=Other&utm_medium=Other&utm_content=real-python&utm_term=end
https://www.intel.com/content/www/us/en/developer/topic-technology/edge-5g/open-potential.html?utm_campaign=edge_ai&utm_source=Other&utm_medium=Other&utm_content=real-python&utm_term=end
Intel
Build AI Apps with AI Reference Kits from Intel
Choose from a collection of sample applications solving real-world issues.
Implementing a Lasting Service Pattern for Your Business Logic
https://medium.com/ambient-innovation/implementing-a-lasting-service-pattern-for-your-business-logic-96d6aaf7bdf4
https://medium.com/ambient-innovation/implementing-a-lasting-service-pattern-for-your-business-logic-96d6aaf7bdf4
Medium
Implementing a lasting service pattern for your business logic
Best practices for building an understandable, maintainable and scalable home for your custom logic