Data Meets Python 🐍 #1: How to use Bootstrapping to calculate Confidence Intervals. Eggs included!
https://jfocruz-phd.medium.com/data-meets-python-1-how-to-use-bootstrapping-to-calculate-confidence-intervals-eggs-included-47cf89fe55b1
https://jfocruz-phd.medium.com/data-meets-python-1-how-to-use-bootstrapping-to-calculate-confidence-intervals-eggs-included-47cf89fe55b1
Medium
Data Meets Python 🐍 #1: How to use Bootstrapping to calculate Confidence Intervals. Eggs included!
A step-by-step guide.
Stochastic Gradient Descent: Math and Python Code
https://medium.com/@cristianleo120/stochastic-gradient-descent-math-and-python-code-35b5e66d6f79
https://medium.com/@cristianleo120/stochastic-gradient-descent-math-and-python-code-35b5e66d6f79
Medium
Stochastic Gradient Descent: Math and Python Code
Deep Dive on Stochastic Gradient Descent. Algorithm, assumptions, benefits, formula, and practical implementation.
PSF Says: EU’s Cyber Resilience Act Has Wins for Open Source
https://pyfound.blogspot.com/2024/01/CRA-update.html
https://pyfound.blogspot.com/2024/01/CRA-update.html
Python Software Foundation Blog
EU’s Cyber Resilience Act Passes with Wins for Open Source
Back in April, we wrote to the community about our concerns for the future of the open source ecosystem generally and CPython and PyPI spec...
Learn From 2023’s Most Popular Python Tutorials and Courses
https://realpython.com/popular-python-tutorials-2023/
https://realpython.com/popular-python-tutorials-2023/
Realpython
Learn From 2023's Most Popular Python Tutorials and Courses – Real Python
Revisit your favorite Real Python tutorials and video courses from 2023. Explore various topics, from Python basics to web development, machine learning, and effective coding environments. It's been a busy year of learning, and there's something for everyone…
Data Deduplication in Python with RecordLinkage
https://brightinventions.pl/blog/data-deduplication-in-python-with-recordlinkage/
https://brightinventions.pl/blog/data-deduplication-in-python-with-recordlinkage/
Bright Inventions
Data Deduplication in Python with RecordLinkage
Supervised Duplicate Detection with RecordLinkage and Pandas: A Febrl Dataset Tutorial Introduction
Duplicate detection is a critical…
Duplicate detection is a critical…
The Curious Case of Pydantic and the 1970s Timestamps
https://dev.arie.bovenberg.net/blog/pydantic-timestamps/
https://dev.arie.bovenberg.net/blog/pydantic-timestamps/
Arie Bovenberg
The curious case of Pydantic and the 1970s timestamps
When parsing Unix timestamps, Pydantic guesses whether to interpret them in seconds or milliseconds. While this is certainly convenient and works most of the time, it can drastically (and silently) distort timestamps from a few decades ago.
A Critical Supply Chain Attack on PyTorch
https://johnstawinski.com/2024/01/11/playing-with-fire-how-we-executed-a-critical-supply-chain-attack-on-pytorch/
https://johnstawinski.com/2024/01/11/playing-with-fire-how-we-executed-a-critical-supply-chain-attack-on-pytorch/
John Stawinski IV
Playing with Fire – How We Executed a Critical Supply Chain Attack on PyTorch
Security tends to lag behind adoption, and AI/ML is no exception. Four months ago, Adnan Khan and I exploited a critical CI/CD vulnerability in PyTorch, one of the world’s leading ML platform…
Python Gotcha: Modifying a List While Iterating
https://andrewwegner.com/python-gotcha-modify-list-while-iterating.html
https://andrewwegner.com/python-gotcha-modify-list-while-iterating.html
Ponderings of an Andy
Python Gotcha: Modifying a list while iterating
Python makes it easy to modify a list while you are iterating through it's elements. This will bite you. Read on to find out how and what can be done about it.
A Deep Dive Into Python’s functools.wraps Decorator
https://jacobpadilla.com/articles/Functools-Deep-Dive
https://jacobpadilla.com/articles/Functools-Deep-Dive
Jacob Padilla
A Deep Dive Into Python's functools.wraps Decorator
Take a deep dive into Python's functools.wraps decorator to learn how it maintains metadata in your code. A concise guide to effective decorator use.
All PyCon 2023 (US and AU) Talks Sorted by the View Count
https://techtalksweekly.substack.com/p/all-pycon-2023-talks-sorted-by-views
https://techtalksweekly.substack.com/p/all-pycon-2023-talks-sorted-by-views
Tech Talks Weekly
All PyCon 2023 (US and AU) talks sorted by the view count
Hi👋! I think the 2023 edition of both PyCons were awesome and I've compiled a list of the most watched talks including PyCon US and PyCon AU. I’ve built this list as a part of the 📭 Tech Talks Weekly newsletter where I’m collecting the most notable recent…
A Developer’s Guide to Using PodcastIndex.org, FastAPI, and FastUI
https://medium.com/django-unleashed/build-your-podcast-search-tool-a-developers-guide-to-using-podcastindex-org-fastapi-and-fastui-03b7483b24d3
https://medium.com/django-unleashed/build-your-podcast-search-tool-a-developers-guide-to-using-podcastindex-org-fastapi-and-fastui-03b7483b24d3
Medium
A Developer’s Guide to Using PodcastIndex.org, FastAPI, and FastUI
Key components like PodcastIndex.org, FastAPI, and FastUI are essential in navigating the digital media landscape, which has seen a…