Anthropic invests $1.5 million in the Python Software Foundation and open source security
Anthropic invests $1.5 million in the Python Software Foundation to support Python ecosystem security and core development.
Anthropic invests $1.5 million in the Python Software Foundation to support Python ecosystem security and core development.
Anthropic invests $1.5 million in the Python Software Foundation to support Python ecosystem security and core development.
Announcing HEtools, a new Python package for Fully Homomorphic Encryption (FHE) development, now available on PyPI.
Announcing libactivation, a new Python package on PyPI providing activation functions and their derivatives for machine learning and neural networks.
Article critiques modern package managers (npm, Cargo, PyPI) for supply-chain attacks and advocates for distribution-based package management.
A guide to automating Python package releases using GitHub Actions, including PyPI authentication and workflow creation.
A guide to publishing open source Python packages, covering code hosting on GitHub, packaging, and distribution via PyPI and Conda Forge.
Final post in a Pythonic code series about leveraging PyPI packages to write better Python code by using community-developed tools.
An introduction to two essential Python packaging tools: tox for testing and twine for secure PyPI uploads.
Explains why including a requirements.txt file in Python package releases helps document dependency versions for users and future maintainers.
A guide to packaging Python scripts using setuptools for distribution on PyPI, including basic setup examples.
A practical guide to packaging and uploading a Python module to PyPI, covering modern tools and best practices.
A guide to installing Python packages using pip and virtualenv, including creating isolated environments and managing dependencies with requirements.txt.
A developer explains the shortcomings of Python's easy_install tool and proposes using native system package managers instead.