Meet Travis - Your AI-Powered tutor
Learn more about pypi with these recommended learning resources

Hosting Your Own PyPi
Recently, I have been getting a little annoyed with having to do some daily tasks on my servers. So naturally, the thing to do is figure out a way to automate them and have Python scripts do all the…
Read more at Python in Plain English
The Most Complete Guide for Creating a Good PyPI Package
Everything you need to know — for new and experienced users. Continue reading on Towards Data Science
Read more at Towards Data Science
pydantic
Having complex nested data structures is hard. The traditional approach to store this kind of data in Python is nested dictionaries. Although Python dictionaries are amazing, there are two issues…
Read more at Towards Data Science
The Real Python Podcast – Episode #177: Welcoming PyPI's Safety & Security Engineer Mike Fiedler
You may remember a recent Python Package Index (PyPI) announcement about hiring a full-time security engineer. We've also mentioned several current security initiatives from PyPI. This week on the sho...
Read more at Real Python
Making a Python Library with PyPI
Creating your own Python library could be a fun project that you could do to impress your future employer or to impress your fellow Python nerds. It also could be a more noble reason, like helping…
Read more at Analytics Vidhya
Library of the week #2: Pypinfo
Why Pypinfo? Pypinfo is the library I use to display the statistics about how many downloads (in the past month) a python library has had on PyPi . If you need a quick and convenient access (like I do...
Read more at Python in Plain EnglishChapter 37 - How to Add Your Code to PyPI
We created a package called mymath in the previous chapter. In this chapter, we will learn how to share it on the Python Packaging Index (PyPI). To do that, we will first need to learn how to create ...
Read more at Python 101
Uploading a Python package to PyPi
As a Python developer, you must be familiar with the python packages installation procedure: pip install

Publishing Your Python Packages to PyPi
If you work with Python, then you are probably aware of packages that you can download and import into your projects using pip. It’s a robust tool that allows developers from all around the world to…
Read more at Better Programming
Getting Started with PyPy
The Python programming language is an interface that can be implemented in many ways. Some examples include CPython which uses the C language, Jython that is implemented using Java, and so on…
Read more at Towards Data Science
Unleashing the Power of Pydantic
A Comprehensive Guide to Data Validation and Settings Management in Python Continue reading on Python in Plain English
Read more at Python in Plain English
How to publish a project into PyPI
The Python Package Index (or PyPI) is a repository of software to Python and one of the properties that makes it so powerful. With just a simple command, you can access thousand of libraries.
Read more at Python in Plain English
Planning Python Package Structure for Publishing to PyPI
PyPI is the public hosting service where open-source Python packages live. When you pip install a package, that’s where it fetches it from. In this video, you’ll learn all about the structures of a pa...
Read more at Real Python
Python 101: Episode #37 - How to Add Your Code to PyPI
In this episode, you will learn ye olde method of adding code to the Python Packaging Index. Note that while some of this video is still relevant, you should be using the twine package now for uploadi...
Read more at Mouse Vs PythonBeginner’s Guide for Finding, Installing, and Using Python Packages with PyPI
Understand the primary usage of Python Packages Continue reading on Towards AI
Read more at Towards AI
How to Upload Your Python Package to PyPI
How to make your Python package widely available on PyPI so others can install it using pip
Read more at Towards Data Science
Publishing Python Packages to PyPI
In this video course, you’ll learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Index. Quickly get up to speed on everything from naming your packa...
Read more at Real Python
PyDev of the Week: Aly Sivji
This week we welcome Aly Sivji (@CaiusSivjus) as our PyDev of the Week. Aly is an organizer for the Chicago Python Users Group (ChiPy), one of the largest Python groups around. If you'd like to see wh...
Read more at Mouse Vs Python
Pydantic in a Nutshell
Pydantic is a library for type-safe parsing of data into Python objects with optional data validation… and more. A lot of well known Python projects (FastAPI, Project Jupyter), over 40000 open source…...
Read more at Python in Plain EnglishHow To Upload a Repository on PyPI and GitHub
Installing PyPI packages made easy Photo by Richy Great on Unsplash Introduction As a graduate student dealing with vast amounts of data, coding for automation is essential for higher efficiency. Thi...
Read more at Better ProgrammingAnalyzing PyPI package download statistics and building a data application
Even though Jupyter notebooks are indispensable to writing code and interactive engagement with data, there is still a need to build applications for non-technical audiences. Fortunately, the Python…
Read more at Towards Data ScienceGetting Started with Pip and PyPI in Python
Python’s package manager is called pip, and it comes bundled with every recent version of Python. pip allows us to install packages that don’t come bundled with the Python standard library. By default...
Read more at Real PythonPython's Assignment Expressions and Fixing a Botched Release to PyPI | Real Python Podcast #74
Have you started to use Python's assignment expression in your code? Maybe you have heard them called the walrus operator. Now that the controversy over the introduction in Python 3.8 has settled down...
Read more at Real Python5 Simple Steps to Package and Publish Your Python Code to PyPI
Developers and programmers are always learning; their life and their career choice is a never-ending learning journey. In fact, most programmers and data scientists join the field because they have…
Read more at Towards Data Science- «
- ‹
- …