発見した重要情報
公式 Python SDK: project-x-py (v3.3.4)
公式ドキュメント: project-x-py.readthedocs.io
PyPI でインストール可能
非同期/同期両対応
TradingSuite という高レベル API
コミュニティライブラリ: tsxapi4py
GitHub: mceesincus/tsxapi4py
詳細な実装例あり
公式 Python SDK: project-x-py (v3.3.4)
公式ドキュメント: project-x-py.readthedocs.io
PyPI でインストール可能
非同期/同期両対応
TradingSuite という高レベル API
コミュニティライブラリ: tsxapi4py
GitHub: mceesincus/tsxapi4py
詳細な実装例あり
project-x-py Documentation — ProjectX Python SDK 3.3.4 documentation
project-x-py.readthedocs.io
November 8, 2025 at 11:40 PM
発見した重要情報
公式 Python SDK: project-x-py (v3.3.4)
公式ドキュメント: project-x-py.readthedocs.io
PyPI でインストール可能
非同期/同期両対応
TradingSuite という高レベル API
コミュニティライブラリ: tsxapi4py
GitHub: mceesincus/tsxapi4py
詳細な実装例あり
公式 Python SDK: project-x-py (v3.3.4)
公式ドキュメント: project-x-py.readthedocs.io
PyPI でインストール可能
非同期/同期両対応
TradingSuite という高レベル API
コミュニティライブラリ: tsxapi4py
GitHub: mceesincus/tsxapi4py
詳細な実装例あり
Forget about supporting the PSF, too abstract.
Pip installs from PyPI. It would be bad if `pip install` stopped working. Support the org that runs PyPI.
Surprise, it's the PSF! Your company depends on #Python. You want it to keep working and keep being good.
python.org/psf/sponsors/
Pip installs from PyPI. It would be bad if `pip install` stopped working. Support the org that runs PyPI.
Surprise, it's the PSF! Your company depends on #Python. You want it to keep working and keep being good.
python.org/psf/sponsors/
Python Software Foundation Sponsors
The official home of the Python Programming Language
python.org
November 5, 2025 at 6:49 PM
Forget about supporting the PSF, too abstract.
Pip installs from PyPI. It would be bad if `pip install` stopped working. Support the org that runs PyPI.
Surprise, it's the PSF! Your company depends on #Python. You want it to keep working and keep being good.
python.org/psf/sponsors/
Pip installs from PyPI. It would be bad if `pip install` stopped working. Support the org that runs PyPI.
Surprise, it's the PSF! Your company depends on #Python. You want it to keep working and keep being good.
python.org/psf/sponsors/
Install roshambo2 to pixi env #memo #cheminformatics #RDKit
Recently I'm using pixi for environment managment. Because it works very fast and can handle not only conda but also pypi in local .pixi env. Today, I tried to install roshambo2 to pixi env. The original article is published from JCIM and…
Recently I'm using pixi for environment managment. Because it works very fast and can handle not only conda but also pypi in local .pixi env. Today, I tried to install roshambo2 to pixi env. The original article is published from JCIM and…
Install roshambo2 to pixi env #memo #cheminformatics #RDKit
Recently I'm using pixi for environment managment. Because it works very fast and can handle not only conda but also pypi in local .pixi env. Today, I tried to install roshambo2 to pixi env. The original article is published from JCIM and the code is available under MIT lisence.Article In this article arthors shows performance of ROSHAMBO2 on Gaming GPU.
iwatobipen.wordpress.com
November 9, 2025 at 7:25 AM
Install roshambo2 to pixi env #memo #cheminformatics #RDKit
Recently I'm using pixi for environment managment. Because it works very fast and can handle not only conda but also pypi in local .pixi env. Today, I tried to install roshambo2 to pixi env. The original article is published from JCIM and…
Recently I'm using pixi for environment managment. Because it works very fast and can handle not only conda but also pypi in local .pixi env. Today, I tried to install roshambo2 to pixi env. The original article is published from JCIM and…
I'm very excited to announce `usaspending-orm` a new Python library to ease access to data from the USASpending API.
Available now on PyPI and GitHub. Repo link in thread.
Available now on PyPI and GitHub. Repo link in thread.
November 3, 2025 at 2:58 PM
I'm very excited to announce `usaspending-orm` a new Python library to ease access to data from the USASpending API.
Available now on PyPI and GitHub. Repo link in thread.
Available now on PyPI and GitHub. Repo link in thread.
Happy Reading Thursday! 📚
New issue up: Oxford wandering, Blackwell's bookshop, PSF standing firm on principles, PyPI growth, security insights, and dev resources that actually help.
Read here: veldakiara.substack.com/p/tsbt51-oxf...
New issue up: Oxford wandering, Blackwell's bookshop, PSF standing firm on principles, PyPI growth, security insights, and dev resources that actually help.
Read here: veldakiara.substack.com/p/tsbt51-oxf...
TSBT51: Oxford and Blackwell's
Where books come to life
veldakiara.substack.com
November 6, 2025 at 2:56 PM
Happy Reading Thursday! 📚
New issue up: Oxford wandering, Blackwell's bookshop, PSF standing firm on principles, PyPI growth, security insights, and dev resources that actually help.
Read here: veldakiara.substack.com/p/tsbt51-oxf...
New issue up: Oxford wandering, Blackwell's bookshop, PSF standing firm on principles, PyPI growth, security insights, and dev resources that actually help.
Read here: veldakiara.substack.com/p/tsbt51-oxf...
I've uploaded this example to pypi as a test to make sure the C/C++ DLLs get bundled with the Python files, then pip installed, and it worked. I'm definitely excited to learn more about optimizing Python with C/C++! #Python #C #Tutorial #ComputerScience
Very new to learning C/C++ and I taught myself some basic ways to incorporate C/C++ into Python to optimize performance and create a Python package that utilizes C/C++ DLLs (I have both a C and a C++ DLL in this example) and bundles the DLLs with redistribution. #Python
github.com/edrewitz/opt...
github.com/edrewitz/opt...
GitHub - edrewitz/optimize-python-example: Practicing an example of optimizing Python with C/C++.
Practicing an example of optimizing Python with C/C++. - GitHub - edrewitz/optimize-python-example: Practicing an example of optimizing Python with C/C++.
github.com
November 10, 2025 at 10:07 PM
I've uploaded this example to pypi as a test to make sure the C/C++ DLLs get bundled with the Python files, then pip installed, and it worked. I'm definitely excited to learn more about optimizing Python with C/C++! #Python #C #Tutorial #ComputerScience
Did you know @ThePSF is a charity that runs on a budget that is a vanishingly small proportion of the money that Python-using corporations make, but we still put on PyCon US, run PyPI, and (try to) fund grants that support Python events all around the world.
November 4, 2025 at 4:42 PM
Did you know @ThePSF is a charity that runs on a budget that is a vanishingly small proportion of the money that Python-using corporations make, but we still put on PyCon US, run PyPI, and (try to) fund grants that support Python events all around the world.
And here's an example of one of my code research prompts
November 6, 2025 at 4:02 PM
And here's an example of one of my code research prompts
1st package manager result for "wat":
pypi: Deep inspection of Python objects
npmjs: Community-controlled cheat sheets for every coder.
crates.io: Rust parser for the WebAssembly Text format, WAT
go: Package wat is a generated protocol buffer package.
pypi: Deep inspection of Python objects
npmjs: Community-controlled cheat sheets for every coder.
crates.io: Rust parser for the WebAssembly Text format, WAT
go: Package wat is a generated protocol buffer package.
November 3, 2025 at 8:15 PM
1st package manager result for "wat":
pypi: Deep inspection of Python objects
npmjs: Community-controlled cheat sheets for every coder.
crates.io: Rust parser for the WebAssembly Text format, WAT
go: Package wat is a generated protocol buffer package.
pypi: Deep inspection of Python objects
npmjs: Community-controlled cheat sheets for every coder.
crates.io: Rust parser for the WebAssembly Text format, WAT
go: Package wat is a generated protocol buffer package.
sadnewsletter.substack.com/p/when-neutr...
The #Python Software Foundation recently had to pass on a US$1.5M grant from the National Science Foundation for PyPI maintenance. One condition of the funding was that the they drop any DEI efforts. My thoughts on this.
The #Python Software Foundation recently had to pass on a US$1.5M grant from the National Science Foundation for PyPI maintenance. One condition of the funding was that the they drop any DEI efforts. My thoughts on this.
November 2, 2025 at 10:11 AM
sadnewsletter.substack.com/p/when-neutr...
The #Python Software Foundation recently had to pass on a US$1.5M grant from the National Science Foundation for PyPI maintenance. One condition of the funding was that the they drop any DEI efforts. My thoughts on this.
The #Python Software Foundation recently had to pass on a US$1.5M grant from the National Science Foundation for PyPI maintenance. One condition of the funding was that the they drop any DEI efforts. My thoughts on this.
Bork v10 has been released!
Bork is a build & release tool for Python, which can publish to PyPi & GitHub.
Major changes:
- `bork download` is deprecated in favor of `homf`
- release notes include a changelog based on merged PRs
Install: pipx install bork==10.0.3
Details: pup-e.com/blog/bork-v10
Bork is a build & release tool for Python, which can publish to PyPi & GitHub.
Major changes:
- `bork download` is deprecated in favor of `homf`
- release notes include a changelog based on merged PRs
Install: pipx install bork==10.0.3
Details: pup-e.com/blog/bork-v10
Bork v10.0 Release
pup-e.com
November 2, 2025 at 5:02 AM
Bork v10 has been released!
Bork is a build & release tool for Python, which can publish to PyPi & GitHub.
Major changes:
- `bork download` is deprecated in favor of `homf`
- release notes include a changelog based on merged PRs
Install: pipx install bork==10.0.3
Details: pup-e.com/blog/bork-v10
Bork is a build & release tool for Python, which can publish to PyPi & GitHub.
Major changes:
- `bork download` is deprecated in favor of `homf`
- release notes include a changelog based on merged PRs
Install: pipx install bork==10.0.3
Details: pup-e.com/blog/bork-v10
👀 OpenSourceMalware an open database for tracking malicious open-source packages from npm, PyPI, GitHub repos!
Great source of intel feed for supply-chain attacks! 👇
https://opensourcemalware.com/
Great source of intel feed for supply-chain attacks! 👇
https://opensourcemalware.com/
November 2, 2025 at 2:08 PM
👀 OpenSourceMalware an open database for tracking malicious open-source packages from npm, PyPI, GitHub repos!
Great source of intel feed for supply-chain attacks! 👇
https://opensourcemalware.com/
Great source of intel feed for supply-chain attacks! 👇
https://opensourcemalware.com/
PyPI serves billions of requests daily- but sustaining it isn’t free. The PSF joined the OpenSSF & others in calling for organizations to invest in sustainable open infrastructure. Learn what this means for #PyPI, the PSF, & how our community can pitch in:
Open Infrastructure is Not Free: PyPI, the Python Software Foundation, and Sustainability
In September, the Python Software Foundation (PSF) co-signed the Open Infrastructure is Not Free: A Joint Statement on Sustainable Stewardship Letter published by the Open Source Security Foundation (OpenSSF) as a steward of the Python Package Index (PyPI). As a follow up, I would like to share a bit more about the concerns expressed in this letter as they relate to our community and the PSF.
pyfound.blogspot.com
October 29, 2025 at 1:11 PM
PyPI serves billions of requests daily- but sustaining it isn’t free. The PSF joined the OpenSSF & others in calling for organizations to invest in sustainable open infrastructure. Learn what this means for #PyPI, the PSF, & how our community can pitch in:
The NSF had offered $1.5 million to address structural vulnerabilities in Python and the Python Package Index (PyPI), but only after if they disavow DEI.
www.theregister.com/2025/10/27/p...
www.theregister.com/2025/10/27/p...
Python Foundation rejects $1.5M grant with no-DEI strings
: Foundation says it won't compromise policy of inclusivity even if that cash would've really helped
www.theregister.com
October 30, 2025 at 4:52 AM
The NSF had offered $1.5 million to address structural vulnerabilities in Python and the Python Package Index (PyPI), but only after if they disavow DEI.
www.theregister.com/2025/10/27/p...
www.theregister.com/2025/10/27/p...
Conda ≠ PyPI
Conda isn’t just another Python package manager-it’s a multi-language, user-space distribution system.
In this 3-part series, we explore the fundamental differences between conda and PyPI.
Part 1 is live now 👇
conda.org/blog/conda-i...
#conda #packaging #python
Conda isn’t just another Python package manager-it’s a multi-language, user-space distribution system.
In this 3-part series, we explore the fundamental differences between conda and PyPI.
Part 1 is live now 👇
conda.org/blog/conda-i...
#conda #packaging #python
Conda ≠ PyPI: Why Conda Is More Than a Package Manager | conda.org
Part 1 of the 'Conda Is Not PyPI' series—why conda is a multi-language user-space distribution, not just a Python package manager.
conda.org
October 29, 2025 at 2:06 PM
Conda ≠ PyPI
Conda isn’t just another Python package manager-it’s a multi-language, user-space distribution system.
In this 3-part series, we explore the fundamental differences between conda and PyPI.
Part 1 is live now 👇
conda.org/blog/conda-i...
#conda #packaging #python
Conda isn’t just another Python package manager-it’s a multi-language, user-space distribution system.
In this 3-part series, we explore the fundamental differences between conda and PyPI.
Part 1 is live now 👇
conda.org/blog/conda-i...
#conda #packaging #python
"1. Fun Fact: The Python Software Foundation’s AWS Open Source Credits usage has only grown 25% over the past 8 years, despite the explosive growth in usage of our services."
(In case you're wondering whether @ThePSF is appropriately responsible when it comes to PyPI)
(In case you're wondering whether @ThePSF is appropriately responsible when it comes to PyPI)
October 29, 2025 at 2:58 PM
"1. Fun Fact: The Python Software Foundation’s AWS Open Source Credits usage has only grown 25% over the past 8 years, despite the explosive growth in usage of our services."
(In case you're wondering whether @ThePSF is appropriately responsible when it comes to PyPI)
(In case you're wondering whether @ThePSF is appropriately responsible when it comes to PyPI)
I’m sorry to read your many months of work here went to nought over attached strings, I really hope that industry sponsors will step up to fill in the funding gap to address these “structural vulnerabilities in Python and PyPI” 😞 I thought at first glance this was a distress post about a shortfall
October 27, 2025 at 5:00 PM
I’m sorry to read your many months of work here went to nought over attached strings, I really hope that industry sponsors will step up to fill in the funding gap to address these “structural vulnerabilities in Python and PyPI” 😞 I thought at first glance this was a distress post about a shortfall
Okay, she's up on PyPI 💫
pypi.org/project/gruy...
pypi.org/project/gruy...
All in Python, with Typer and Rich!
October 25, 2025 at 11:46 PM
Okay, she's up on PyPI 💫
pypi.org/project/gruy...
pypi.org/project/gruy...
I have it on GitHub here and also have it on PyPI to snag with pip: github.com/coelacant1/B...
October 25, 2025 at 6:58 AM
I have it on GitHub here and also have it on PyPI to snag with pip: github.com/coelacant1/B...
In our latest post in our Python package development blog series, we discuss how to create a package in python, add documentation, testing and publish to PyPI.
#datascience #package #development #python
#datascience #package #development #python
Creating a Python Package with Poetry for Beginners Part2
"In part two of this blog series, I am going to demonstrate how to use document, test and publish a python package."
www.jumpingrivers.com
October 24, 2025 at 9:42 AM
In our latest post in our Python package development blog series, we discuss how to create a package in python, add documentation, testing and publish to PyPI.
#datascience #package #development #python
#datascience #package #development #python
I just put `MultiScaleDeformableAttention` wheels on pypi under `ms-deform-attn`.
Should make stuff involving mask2former a bit smoother.
Should make stuff involving mask2former a bit smoother.
October 21, 2025 at 7:31 PM
I just put `MultiScaleDeformableAttention` wheels on pypi under `ms-deform-attn`.
Should make stuff involving mask2former a bit smoother.
Should make stuff involving mask2former a bit smoother.
Exploit vectors are pretty interesting e.g. upload malicious but innocent looking tar file to repository (e.g. PyPI) which pwns vulnerable build systems that expand it (e.g. uv).
October 21, 2025 at 3:39 PM
Exploit vectors are pretty interesting e.g. upload malicious but innocent looking tar file to repository (e.g. PyPI) which pwns vulnerable build systems that expand it (e.g. uv).
1️⃣
AI models aren’t just math -- they’re code.
And just like npm or PyPI, they can get hacked.
Today we’re launching malware scanning for the Hugging Face ecosystem. 🤖🔍
Socket can now detect backdoors and malicious payloads inside AI models themselves.
👇
www.youtube.com/watch?v=9FQy...
AI models aren’t just math -- they’re code.
And just like npm or PyPI, they can get hacked.
Today we’re launching malware scanning for the Hugging Face ecosystem. 🤖🔍
Socket can now detect backdoors and malicious payloads inside AI models themselves.
👇
www.youtube.com/watch?v=9FQy...
Announcing Experimental Malware Scanning for the Hugging Face Ecosystem
YouTube video by Socket Security
www.youtube.com
October 20, 2025 at 4:21 PM
1️⃣
AI models aren’t just math -- they’re code.
And just like npm or PyPI, they can get hacked.
Today we’re launching malware scanning for the Hugging Face ecosystem. 🤖🔍
Socket can now detect backdoors and malicious payloads inside AI models themselves.
👇
www.youtube.com/watch?v=9FQy...
AI models aren’t just math -- they’re code.
And just like npm or PyPI, they can get hacked.
Today we’re launching malware scanning for the Hugging Face ecosystem. 🤖🔍
Socket can now detect backdoors and malicious payloads inside AI models themselves.
👇
www.youtube.com/watch?v=9FQy...