VS Code debugger configuration, `launch.json`.
Contents:
{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: conda CLI",
"type": "debugpy",
"request": "launch",
"module": "conda",
"args": "${command:pickArgs}"
}
]
}
TIL you can configure VS Code's Python debugger to ask for CLI arguments on every execution.
The key option is:
```
"configurations": [
...,
"args": "${command:pickArgs}"
]
```
More details: code.visualstudio.com/docs/python/...
15.07.2025 20:03 — 👍 1 🔁 0 💬 0 📌 0
🙌 We’re excited to have @matthewfeickert.com, John Kirkham, and Ruben Arts teaching us "Reproducible Machine Learning Workflows for Scientists with pixi" at #SciPy2025!
🔥 Learn how to create fast and reproducible ML environments using pixi, the next-gen package manager for scientific workflows.
02.07.2025 22:43 — 👍 9 🔁 4 💬 0 📌 2
Celebrating 4 incredible years with @rjai.me! 🌟 As a conda steering committee member and conda-forge core team member, Jaime helps coordinate efforts that enable scientific breakthroughs. Here's to more years of community-driven innovation! 🙌 #CommunityImpact #OpenSource
06.06.2025 13:49 — 👍 6 🔁 3 💬 0 📌 1
We recently celebrated 10 years of @condaforge on our Zulip. I'd love to hear your story if you are involved with conda-forge. The project has grown to over 30'000 packages, and still grows at a crazy rate.
28.05.2025 13:08 — 👍 7 🔁 5 💬 1 📌 0
This transition to a Public Benefit Corporation is a huge milestone for us ✨.
I am so excited about the future and the impact we will continue to have on the open source ecosystem.
27.05.2025 19:55 — 👍 15 🔁 8 💬 2 📌 0
The first year of free-threaded Python
A recap of the first year of work on enabling support for the free-threaded build of CPython in community packages.
https://labs.quansight.org/blog/free-threaded-one-year-recap
20.05.2025 08:15 — 👍 3 🔁 2 💬 0 📌 0
A cartoon of a Python wrapped around a thread, illustrating Python and threads getting along.
Just published: "The first year of free-threaded Python" – Learn how our team at Quansight Labs helped enable GIL-free Python in major packages! Read the blog: labs.quansight.org/blog/free-th.... Join Nathan Goldbaum & Lysandros Nikolaou at #PyConUS on May 16th to hear more about this work!
14.05.2025 16:01 — 👍 4 🔁 1 💬 0 📌 0
Thanks to months of consistent contributions by
lysnikolaou of @quansight.com (Lysandros Nikolaou), all of the mandatory dependencies of #aiohttp now ship free-threaded variants of #wheels!
This unlocks the same in aiohttp!
Find a minute to thank him, will you?
#aio-libs #Python #Packaging
17.04.2025 06:27 — 👍 17 🔁 7 💬 1 📌 0
🎉 Happy 10th Anniversary, @conda-forge.org 🎂 From humble beginnings to 1 BILLION monthly downloads, you've revolutionized how we share and distribute scientific software. Read about the incredible journey and impact here: buff.ly/vEg4mUH #CondaForge #OpenSource
11.04.2025 13:01 — 👍 22 🔁 9 💬 0 📌 0
Ten years of conda-forge! | conda-forge | community-driven packaging for conda
Today, 2025-04-11, marks the 10th anniversary of the conda-forge community.
Today we celebrate the 10th anniversary of conda-forge!
Our beloved Github organization was created around this time on Apr 11th, 2015.
More details:
- Blog post: conda-forge.org/blog/2025/04...
- Zulip thread: conda-forge.zulipchat.com#narrow/chann...
11.04.2025 07:38 — 👍 10 🔁 9 💬 0 📌 0
Alt text: A graphic displaying Quansight Labs Open Source Fund 2024 Awardees with logos for CodeMirror, Mkdocstrings, and Maturin
Introducing: ✨ Labs Open Source Fund ✨
An annual small fund to support key volunteer-driven OSS projects and communities, nominated and selected entirely by Quansight Labs members.
This year, we're glad to sponsor $15,000, equally shared among CodeMirror, Mkdocstrings, and Maturin 💛
10.04.2025 16:00 — 👍 1 🔁 2 💬 0 📌 0
Want a concise daily digest of issue and pull request activity from your GitHub repos? Try Dinghy: pypi.org/project/ding...
02.04.2025 14:44 — 👍 9 🔁 1 💬 0 📌 1
Table of dependencies for Python, with linked package names, and version and build columns.
This is how it looks for `conda-forge::python`:
01.04.2025 14:12 — 👍 1 🔁 0 💬 0 📌 0
conda metadata browser
A streamlit app to query metadata from conda packages.
I've added a couple features to conda-metadata-app.streamlit.app.
1️⃣ If you check "Show dependencies as rich table" you'll get hyperlinked package names with separate columns for version and build strings.
2️⃣ The "Download artifact" link now reports the total size of the package.
01.04.2025 14:12 — 👍 3 🔁 0 💬 2 📌 0
It's here at last! 🎉 We're excited to present Quansight Labs' 2024 Annual Report, showcasing our advancements, community involvement, and commitment to sustainability in open source. We're eager for a bright future ahead. 🔮 Read the full report: buff.ly/NfQ0hUx
20.03.2025 16:01 — 👍 3 🔁 1 💬 0 📌 0
Should have probably tagged @conda.org here :)
19.03.2025 22:24 — 👍 0 🔁 0 💬 0 📌 0
In the screenshot above, "PR" is a text field with value:
<a href="https://github.com/conda/conda/pull/13928">PR</a>
14.03.2025 13:16 — 👍 1 🔁 0 💬 0 📌 0
TIL you can add <a href="...">URLs</a> to Github Projects text fields and they will be rendered in the item tab nicely!
I'm using this to link to items without an associated issue, without having to click on the item description. Pretty neat!
(Sadly you can't use <img src="..." />)
14.03.2025 13:15 — 👍 1 🔁 0 💬 1 📌 0
The secret sauce is in step 2 👀
14.03.2025 01:02 — 👍 3 🔁 0 💬 0 📌 0
R in the Browser: Announcing Our WebAssembly Distribution
R is now available in emscripten-forge, enabling the Xeus-R kernel in JupyterLite
We're excited to introduce R-Lite, a #WebAssembly distribution of #R for the browser, allowing you to use the R kernel in JupyterLite!
Read the article by Isabel Paredes, who spearheaded this project at QuantStack, on the @jupyter.org blog:
blog.jupyter.org/r-in-the-bro...
28.02.2025 10:33 — 👍 20 🔁 11 💬 0 📌 2
It doesn't have one because it would allow you to change platforms in an existing environment, which is often not wanted. Isn't osx-64 automatically chosen for you? It should remember.
26.02.2025 19:44 — 👍 0 🔁 0 💬 1 📌 0
"Promotional graphic for PyCon DE & PyData 2025 (April 23-25) featuring Smera Goel's talk 'A11y Need Is Love (But Accessible Docs Help Too).' The purple-themed design includes the speaker's photo and Quansight logo."
We are excited for Smera Goel's talk at #PyConDE #PyData2025! She'll show how small accessibility tweaks in documentation can make a huge difference, using the PyData Sphinx Theme as a case study. https://buff.ly/4ifjtbr #a11y 📚♿
25.02.2025 20:00 — 👍 3 🔁 1 💬 0 📌 0
when I worked for the government this was actually a serious problem: we had over a million files that could only be opened on windows 98, scattered randomly across 50 million weather records from the last couple hundred years
18.02.2025 18:13 — 👍 1092 🔁 238 💬 12 📌 36
Remember when a bunch of folks freaked out when Github added underlines to all their hyperlinks? Nope, I hadn't thought about that a single second til today. Everyone's happier now, and no one lost a single eyeball with this change.
11.02.2025 18:35 — 👍 1 🔁 0 💬 1 📌 0
Open Code = Better Science NumFOCUS is a 501(c)(3) nonprofit that supports and promotes world-class, innovative, open source scientific computing.
Co-founder, core developer, and steering council member of @napari.org
Also other FOSSy and Science-y things.
I prefer Mastodon (profile at https://fosstodon.org/@jni) but begrudgingly checking things out here. 😂
Professional dilettante. Wizard admirer. Filth Wizard. Worm fan. Irish robot in living in Berlin. (They/it/whatever)
Python nerd with a special interest for compilers. CPython core developer. PyGreece organizer. Working @Quansight-Labs. He/him.
Helping you find European alternatives for digital services and products, like cloud services and SaaS products
Research scientist at UW-Madison data science institute working on #LHC #physics and data science with the ATLAS experiment @ CERN and IRIS-HEP. PhD @ SMU
Core dev and co-founder napari.org
Core dev scikit-image.org
Co-author elegant-scipy.org
Research Fellow at https://www.monash.edu/researchinfrastructure/eresearch […]
[bridged from https://fosstodon.org/@jni on the fediverse by https://fed.brid.gy/ ]
The developers of the PyPy project: a fast, compliant, open source Python interpreter.
https://pypy.org/
https://github.com/pypy/pypy
Quansight is a data, science, and engineering firm that specializes in solving complex, data-related problems by leveraging the open source software at the foundation of innovation in AI and ML.
CEO @prefect.io. Building FastMCP. Mostly harmless.
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.
http://github.com/pytest-dev/pytest
Also on https://fosstodon.org/@pytest
Achira | http://achira.ai
Research laboratory | http://choderalab.org
Antiviral drug discovery for pandemics | http://asapdiscovery.org
OpenADMET | http://openadmet.org
Employer-mandated disclaimer: http://choderalab.org/disclaimer
Pronouns: he/him
Porque fueron, somos. Porque somos, serán.
Python: News, Projects, Articles, Discussions.
https://pythonhub.dev
Python GitHub trending auto-post bot. No official GitHub product.
Made by:
@cobanov.dev
The open source AI code editor
PyBCN is a non-profit organization focused on#Python. We organize monthly meetups, workshops and practice sessions as well as organize #PyDayBCN, #PyLadiesBCN and #PyDataBCN.
pybcn.org
Asociación Python España. Trabajando para promover y visibilizar el uso del lenguaje de programación Python en nuestro país.
Posts por @astrojuanlu
[bridged from https://masto.es/@python_es on the fediverse by https://fed.brid.gy/ ]