Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Python Package Index

A repository of software for the Python programming language subtitle

Python Package Index Reviews and details

Screenshots and images

  • Python Package Index Landing page
    Landing page //
    2023-05-01

Badges

Promote Python Package Index. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Python Django - Create and deploy packages to PyPI - Python Package Index

PIP and the Python Package Index - Open Source Language, Package Installer, Programming Python

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Python Package Index and what they use it for.
  • Pickling Python in the Cloud via WebAssembly
    In my experience so far, I can use a vast amount of the Python Standard Library to build Wasm-powered serverless applications. The caveat I currently understand is that Python’s implementation of TCP and UDP sockets, as well as Python libraries that use threads, processes, and signal handling behind the scenes, will not compile to Wasm. It is worth noting that a similar caveat exists with libraries that I find on... - Source: dev.to / 4 months ago
  • Introducing Flama for Robust Machine Learning APIs
    We believe that poetry is currently the best tool for this purpose, besides of being the most popular one at the moment. This is why we will use poetry to manage the dependencies of our project throughout this series of posts. Poetry allows you to declare the libraries your project depends on, and it will manage (install/update) them for you. Poetry also allows you to package your project into a distributable... - Source: dev.to / 4 months ago
  • PyPI Packaging
    From there, I needed to learn a bit about PyPi or Python Package Index, which is the home for all the wonderful packages that you know if you have ever run the handy pip install command. PyPi has a pretty quick and easy onboarding, which requires a secured account be created and, for the purposes of submitting packages from CLI, an API token be generated. This can be done in your PyPi profile. Once logg just... - Source: dev.to / 5 months ago
  • Releasing my Python Project
    I have published the package to Python Package Index, commonly called PyPi, and in this post, I'll be sharing the steps I had to follow in the process. - Source: dev.to / 5 months ago
  • Show HN: I mirrored all the code from PyPI to GitHub
    According to the stats on the original link, there are over 25,000 identified secret ids/keys/tokens in the data. And it looks like that's just identifiable secrets, e.g. "Google API Keys" that I'm guessing are identifiable because they have a specific pattern, and may be missing other secrets that use less recognizable patterns. I mean, sure, compared to the 478,876 Projects claimed on https://pypi.org/, that's a... - Source: Hacker News / 8 months ago
  • Modifying keywords in python package
    Does pypi.org display the Union of all keywords, the keywords of the most recent release, the keywords of the first release or some other weird combination like the intersection? Source: 9 months ago
  • Class on my system?
    Hello I'm new to all this, forgive the mistakes please. I have made a class I want to use in quite a lot of projects, so I tried to put it on pypi.org by following the tutorials. I got the package made, uploaded, even installed it with pip. But when I try to import it I get an error saying it isn't installed. When I check pip, it's definitely installed. Can the packages contain just the class file? I have the... Source: 9 months ago
  • Help with downloading c# Extension for VSC
    Can anyone help me out by downloading a file from Microsoft for me and upload it somewhere so I can download the file. The file is 'C# for Visual Studio Code', here is the link https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp. It needs to be for windows x64, and should be the latest version which is 2.0.249. I cannot download the file because Microsoft doesn't like slow internet... Source: 10 months ago
  • Exploring Django's Third-Party Packages: Top Libraries You Should Know
    PyPI - Python Package Index - PyPI is the official Python Package Index, where Python packages can be found and downloaded, including Django packages. - Source: dev.to / 10 months ago
  • Could do tweening anims. in Ren'Py?
    If using native Python libraries isn't enough, then, how I could install Python external libraries like the ones in PyPI? (I'm scary of recompiling the engine for that, but if that's needed I'll try...). Source: 10 months ago
  • I am not happy with the `crates.io` search.
    Imo crates.io is basically just the rusty pypi.org which isn't a great thing in my experience. Source: 10 months ago
  • Need help getting "ERROR: Exception:" when trying to start weubui-user
    4) --extra-index-url https://download.pytorch.org/whl/cu118 -> If it's going to install a library, then it needs to install it from somewhere, right? This is last part of the command is telling it where to look. Otherwise, pip defaults to looking in pypi index. Source: 10 months ago
  • PYthon2 packages/pypi.org question(s) Thanks for any reply!
    I assume the place to find such packages to download is https://pypi.org/, if they still host them. Source: 10 months ago
  • Please help. Really struggling.
    Yes. To add to this by default pip will only install modules from pypi. Source: 11 months ago
  • Microsoft cancels plans for Python packages on GitHub
    When you pip install or poetry add a Python package distribution by name, the name is looked up in an index, and a corresponding file is downloaded from that index's package repository. For most users, that index is the public PyPI index, but you can also host a private index containing packages your organization/business has developed for its own needs. GitHub offers this kind of hosting for Node.js JavaScript... Source: 11 months ago
  • Which programming language to focus on for my PhD journey in bioinformatics?
    Python first, you will be able to experiment quickly with the notebooks. Then maybe write (or rewrite) some modules in Rust that you can expose as python modules, with py03 and maturin. Feel free to publish useful packages on both crates.io and pypi.org, so you can contribute to Python and Rust ecosystems. Source: 11 months ago
  • PyPI Repository Under Attack: New Users and Package Uploads Temporarily Stopped
    Over the past week, the PyPI administrators noted a surge in the creation of malicious projects and users. This increase proved overwhelming for the team, especially with several PyPI administrators on leave. In response, they made the decision to put a pause on new user registrations and project uploads​. - Source: dev.to / 11 months ago
  • Maintaining a Python Package with GitHub Actions
    A hangman game created using Python and distributed as a Python package through PyPI. It utilizes GitHub actions to test and lint the code whenever there is a push or pull request to the main branch. Additionally, whenever a new release is created, the new version of the package is automatically deployed to PyPI. - Source: dev.to / 12 months ago
  • How do you find python modules and packages as per your project requirement?
    Check out the Python Package Index (PyPI) at https://pypi.org/. It's like a shopping mall for Python packages. Source: 11 months ago
  • Adding Virtual Environments to Git Repo
    If you commit a requirements.txt (instead), you are open to supply-chain attacks: Someone could hijack https://pypi.org (or your route to that domain) and provide a malicious version of the package. To prevent that, use use lockfiles (like Poetry & other do) which not only contain the package dependencies, but also their file hashes. Source: 12 months ago
  • reliability of a pip install?
    You can google the program directly, or go to pypi.org and check it out on there. There's not any number that I know of that directly shows the "reliability", but number of git stars can be a good metric. Source: about 1 year ago

Do you know an article comparing Python Package Index to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Python Package Index discussion

Log in or Post with

This is an informative page about Python Package Index. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.