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
NZPUG-Auckland: The Python Community in 2024
https://www.meetup.com/nzpug-auckland/events/298557107/
https://www.meetup.com/nzpug-auckland/events/298557107/
Meetup
The Python Community in 2024, Wed, Feb 21, 2024, 6:30 PM | Meetup
Where will we be going in **2024**? A number of speakers will peer into their *crystal-balls™* and offer thoughts from their corner of the **Python** eco-system.
Speakers:
Speakers:
Beyond Cleanup: Pydantic’s Role in Elevating Code Quality and Refactoring
https://medium.com/@konmaron/beyond-cleanup-pydantics-role-in-elevating-code-quality-and-refactoring-b19f57aa4ce2
https://medium.com/@konmaron/beyond-cleanup-pydantics-role-in-elevating-code-quality-and-refactoring-b19f57aa4ce2
Medium
Beyond Cleanup: Pydantic’s Role in Elevating Code Quality and Refactoring
This article shows how to update old, complex, and ugly code using Pydantic. It highlights the benefits of testing, refreshing outdated…
The Python Toolkit: 8 Libraries for Data Science and ML Mastery
https://medium.com/deuk/the-python-toolkit-8-libraries-for-data-science-and-ml-mastery-16b377237d64
https://medium.com/deuk/the-python-toolkit-8-libraries-for-data-science-and-ml-mastery-16b377237d64
Medium
The Python Toolkit: 8 Libraries for Data Science and ML Mastery
Unlock the power of Python for data science and machine learning mastery with eight essential libraries.