Python Engineering at Microsoft: Announcing Data Wrangler: Code-centric...
Today, we are excited to announce the general availability of the Data Wrangler extension for Visual Studio Code! Data Wrangler is a free extension that offers data viewing and cleaning that is...
View ArticlePython Software Foundation: PSF Board Election Dates for 2024
PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year there are 3 seats open on the...
View ArticleGlyph Lefkowitz: Hope
Humans are pattern-matching machines. As a species, it is our superpower. To summarize the core of my own epistemic philosophy, here is a brief list of the activities in the core main-loop of a human...
View ArticlePython Anywhere: CPU resetting issues report: 3 - 5 May 2024
tl;drWe have a number of background processes that execute periodically on our systems; one of these is the one that resets the amount of CPU used, so that you get a fresh allowance every day. Early in...
View ArticlePython Software Foundation: PSF Grants Program 2022 & 2023 Transparency...
The PSF’s Grants Program is a key plank in our charitable mission to promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and...
View ArticleReal Python: PyTorch vs TensorFlow for Your Python Deep Learning Project
PyTorch vs TensorFlow: What’s the difference? Both are open-source Python libraries that use graphs to perform numerical computations on data in deep learning applications. Both are used extensively in...
View ArticleThe Python Show: 40 - Open Source Development with Antonio Cuni
In this episode, we discuss working on several different open-source Python packages. Antonio Cuni is our guest, and he chats about his work on PyScript, pdb++, pypy, HPy, and SPy.Listen in as we chat...
View ArticleDaniel Roy Greenfeld: TIL: Running UV outside a virtualenv
Breaking the rules to satisfy continuous integration.A few months ago I blogged about forcing pip to require a virtualenv. However, when automating tests and deployments sometimes you work outside of...
View ArticleTrey Hunner: My favorite Python 3.13 feature
Python 3.13 just hit feature freeze with the first beta release today.Just before the feature freeze, a shiny new feature was added: a brand new Python REPL. ✨This new Python REPL is will likely be my...
View ArticlePython Insider: Python 3.13.0 beta 1 released
I'm pleased to announce the release of Python 3.13 beta 1 (and feature freeze for Python 3.13).https://www.python.org/downloads/release/python-3130b1/ This is a beta preview of Python 3.13Python 3.13...
View ArticleRobin Wilson: New Projects page on my website
Just a quick post here to say that I’ve added a new Projects page to my freelance website. I realised I didn’t have anywhere online that I could point people to that had links to all of the ‘non-work’...
View ArticleMike Driscoll: Episode 40 – Open Source Development with Antonio Cuni
In this episode, we discuss working on several different open-source Python packages. Antonio Cuni is our guest, and he chats about his work on PyScript, pdb++, pypy, HPy, and SPy.Listen in as we chat...
View ArticlePython People: Shauna Gordon-McKeon - Open Source Governance, Women's Soccer,...
This is a really fun talk with Shauna. We talk about: Going from academia to techDjangoOpen source project governance and Governing OpenWomens Soccer and the NWSLShauna's technical consulting business...
View ArticleTalk Python to Me: #461: Python in Neuroscience and Academic Labs
Do you use Python in an academic setting? Maybe you run a research lab or teach courses using Python. Maybe you're even a student using Python. Whichever it is, you'll find a ton of great advice in...
View ArticleDjango Weblog: Django Developers Survey 2023 results
In October-November 2023, the Django Software Foundation, in partnership with PyCharm, carried out a survey to capture the preferences and contributions of Django developers worldwide. Today, we’re...
View ArticleReal Python: The Real Python Podcast – Episode #204: Querying OpenStreetMaps...
Would you like to get more practice working with APIs in Python? How about exploring the globe using the data from OpenStreetMap? Christopher Trudeau is back on the show this week, bringing another...
View ArticleMike Driscoll: One Week Left for Python Logging Book / Course Kickstarter
My latest Python book campaign is ending in less than a week. This book is about Python’s logging module. I also include two chapters that discuss structlog and loguru.Support on Kickstarter Why Back A...
View ArticleSeth Michael Larson: Bringing supply chain security to PyCon US 2024
Bringing supply chain security to PyCon US 2024 About• Blog• Newsletter• LinksBringing supply chain security to PyCon US 2024Published 2024-05-10 by Seth Larson Reading time: minutes This critical role...
View ArticleGo Deh: Predicting results from small samples.
I've run simulations, tens of thousands of them at a time, over and over as we developed chips. In one project I noticed that I could predict the final result after only a small number of results...
View ArticleMike Driscoll: Ruff – The Fastest Python Linter and Formatter Just Got Faster!
I’m a little late in reporting on this topic, but Ruff put out an update in April 2024 that includes a hand-written recursive descent parser. This update is in version 0.4.0 and newer.Ruff’s new parser...
View Article