Hacker News
- Uv: Python packaging in Rust https://astral.sh/blog/uv 210 comments
- Python Packaging, One Year Later: A Look Back at 2023 in Python Packaging https://chriswarrick.com/blog/2024/01/15/python-packaging-one-year-later/ 10 comments
- Pip vs. Conda: an in-depth comparison of Python’s two packaging systems https://pythonspeed.com/articles/conda-vs-pip/ 3 comments
- Current State of Python Packaging https://stefanoborini.com/current-status-of-python-packaging/ 76 comments
- Incremental Plans to Improve Python Packaging http://python-notes.curiousefficiency.org/en/latest/pep_ideas/core_packaging_api.html 37 comments
Lobsters
- The State of Python Packaging in 2021 https://venthur.de/2021-06-26-python-packaging.html 27 comments python
- poc-monotrail: Proof Of Concept for python package management without virtualenvs https://github.com/konstin/poc-monotrail 3 comments python
- Python per use site-packages, AND ENVIRONMENT STEW! http://jessenoller.com/2009/07/19/pep-370-per-user-site-packages-and-environment-stew/ 5 comments programming
- The Python Package Index Should Get Rid of Its Training Wheels https://kristoff.it/blog/python-training-wheels/ 3 comments programming
- Uv: Python packaging in Rust https://astral.sh/blog/uv 11 comments programming
- Customs Inspector - Easy manual auditing of Python Poetry package updates https://github.com/R9295/customs-inspector 3 comments python
- Python package that will create docstrings using OpenAI https://github.com/cdesarmeaux/autodocstrings 8 comments python
- Difference between modules, packages and libraries in Python https://www.pylenin.com/blogs/modules-package-library/ 39 comments python
- Markov chains implemented and packaged in Swift vs. Python https://github.com/maxhumber/marc 16 comments swift
- Installing Python Package Locally https://github.com/NixOS/nixpkgs/tree/c9f742f7bc09672c661a0597f048fa3d5d9f399f/pkgs/games/anki 3 comments nixos
- open-source python library for making a GUI that runs in the browser or inside a jupyter notebook (focus is for machine learning models but can work for other python apps as well), package is available on PyPI https://www.gradio.app/ 8 comments python
- PEP 668 -- Graceful cooperation between external and Python package managers https://www.python.org/dev/peps/pep-0668/ 30 comments python
- Python package to auto convert and e-mail downloaded books to your Kindle https://pypi.org/project/pykindler/ 3 comments programming
- The 30 Best Python Libraries and Packages for Beginners https://www.ubuntupit.com/best-python-libraries-and-packages-for-beginners/ 2 comments python
- Official Python software package repository flooded with spam https://www.tectalk.co/official-python-software-package-repository-flooded-with-spam/ 4 comments python
- Official Python software package repository flooded with spam https://www.tectalk.co/official-python-software-package-repository-flooded-with-spam/ 84 comments programming
- The Python Package Index is now a GitHub secret scanning integrator https://github.blog/changelog/2021-03-22-the-python-package-index-is-now-a-github-secret-scanning-integrator/ 9 comments programming
- Be warned. Newly updated Python3 package seem to break Sid https://tracker.debian.org/pkg/python3-defaults 32 comments debian
- AstroPy: Core Astronomy Package for Python https://www.astropy.org/ 10 comments programming
- pyattck: A Python package to interact with the Mitre ATT&CK Framework https://www.reddit.com/r/netsec/comments/cbzm8q/pyattck_a_python_package_to_interact_with_the/ 9 comments netsec
- [Python sqlite3 package] CSV file will not upload as table in a SQL db, help please? https://pastebin.com/MhRg2sjF 6 comments learnprogramming
- Changes/Mass Python 2 Package Removal - Fedora Project Wiki https://fedoraproject.org/wiki/changes/mass_python_2_package_removal 94 comments linux
- Help creating an AWS deployment package (python) https://docs.aws.amazon.com/lambda/latest/dg/with-s3-example-deployment-pkg.html#with-s3-example-deployment-pkg-python 3 comments learnprogramming
- Python Experiment Mode - new package around https://www.reddit.com/r/emacs/comments/5xoa8t/python_experiment_mode_new_package_around/ 4 comments emacs
- Can this project be implemented using only R (+packages), instead of Python? https://www.quora.com/What-should-I-learn-in-data-science-in-100-hours/answer/Roman-Trusov 5 comments rstats
- Python packaging is good now https://glyph.twistedmatrix.com/2016/08/python-packaging.html 15 comments coding
- [Python] Installing Python Packages http://learnpythonthehardway.org/book/ex46.html 17 comments learnprogramming
- The future of Kubuntu : everything written in python like in Pardus : startup scripts , package manager ... http://www.kdedevelopers.org/node/4022 6 comments linux
- Python package authors: your documentation sucks http://withoutane.com/rants/2008/09/your-documentation-sucks 44 comments programming
- Python PEP regarding package names, abandoned packages and name squatting. Should something similar be done for Rust? https://www.python.org/dev/peps/pep-0541/ 54 comments rust
- Packaging Python with the new PyOxidizer Pants Plugin https://blog.pantsbuild.org/packaging-python-with-the-pyoxidizer-pants-plugin/ 3 comments python
- I'm looking for maintainers for anaconda-mode, blacken, isortify, pyenv-mode, and pythonic Emacs packages. https://twitter.com/proofit404/status/1171919301789593601 16 comments emacs
- A practical man-in-the-middle attack on Python's pip package manager [x-post r/Python] http://www.reddit.com/r/python/comments/17rfh7/warning_dont_use_pip_in_an_untrusted_network_a/ 7 comments netsec
- Introducing py-ews: A cross-platform Python package to interact with eDiscovery endpoints using Exchange Web Services for Exchange 2010 to 2019 and Office 365 https://www.reddit.com/r/netsec/comments/brqkn2/introducing_pyews_a_crossplatform_python_package/ 6 comments netsec
- PDM 2.0 released: PDM is a modern Python package and dependency manager supporting the latest PEP standards, now with built-in publishing to PyPI, no reliance on pip internals, opt-in PEP 582 with pnpm-like install cache, and more! https://pdm.fming.dev/latest/dev/changelog 50 comments python