Soumyo Deep Guptad33p0st.hashnode.dev·Nov 17, 2024Blockchain Data Structures in Python: Creation and Management TipsWith the rise in blockchain technology, different fields of studies are experimenting vigorously to see how blockchain fits into their own environment. The wait is over!! This python library allows creating secure blockchains with system level speed ...DiscussCustom Made Librariesmodstore
Sadra Yahyapourblog.imsadra.me·Oct 11, 2024Display Your Package Download Rate on GitHubIn this quick tutorial, I’ll show you a GitHub action that lets you add a small, cool-looking chart badge that shows your Python packages' download rate over the past weeks. This method is completely free and open-source. https://github.com/lnxpy/pyp...Discuss·1 like·31 readsGitHub
JP Hutchinsblog.jphutchins.com·Jun 8, 2024GitHub Action for the Python Package IndexIn the first part of this series, we set up a repository for a universally portable Python app. Today, we will register the package with PyPI, the Python Package Index, and use a GitHub Release Action to automate the distribution so that other Pytho...DiscussBuilding a Universally Portable Python Apppypi
Utkarsh Royeclipseknight.hashnode.dev·May 27, 2024Understanding the Inner Workings of PythonPython, a high-level programming language known for its readability and simplicity, has become a cornerstone in fields ranging from web development to data science and artificial intelligence. While Python’s external simplicity is one of its greatest...Discuss·1 likeBytecode Compilation
Kilian Klugepragmaticnotes.hashnode.dev·May 23, 2024Exposing the package version defined in the pyproject.toml as a __version__ variableBy convention, Python packages expose their version through a __version__ variable: >>> import package >>> package.__version__ 0.4.2 Ideally, the package version should be defined in one place only. Typical approaches include hardcoding it in the pa...Discuss·417 readsCheat Sheetshatch
Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 21, 2024Lecture # 16 - Packages, PyPI, and pipPackages: Python comes with some built-in packages. There are many more packages out there, but they are not part of python installation. Such packages are called third-party packages. If you want to use the third-party packages you'll need to instal...DiscussDevops
Siddhesh Agarwalsiddhesh2003.hashnode.dev·Feb 3, 2024Publishing Packages using PoetryPoetry is rapidly gaining recognition as an excellent dependency manager in the Python community. It has risen rapidly to become the dependency manager for various projects across the Python community. But did you know that not only can poetry be use...Discuss·1 like·26 readsPython
Michael Mondoromikeymon.hashnode.dev·Jan 22, 2024Building Your First Python Package with PyPIOne of the best features of Python as a programming language is its large ecosystem of packages and modules that make it incredibly easy to access some really cool functionality. But how does it all work? The Python Package Index (aka PyPI) is the bi...DiscussPython
biqbiq.hashnode.dev·Jan 18, 2024Smooth Packaging: Flowing from Source to PyPi with GitLab PipelinesOverview In the process of releasing a tool called piper-whistle, making it available through pip was ultimately the goal. Ideally, the concepts should be documented in the automation code itself. Yet it seemed useful to have a closer look at the arc...DiscussPython
Sadra Yahyapourblog.imsadra.me·Dec 1, 2023I Predicted the Future With MindsDBOne of the amazing features on MindsDB is that you have access to tens of data sources that help you access datasets from other platforms. One of the handlers that I worked on is the PyPI Handler. It uses PyPI's databases as a data source. In this ar...Daniela Passos and 1 other are discussing this2 people are discussing thisDiscuss·24 likes·229 readsmindsdbnice intro to mindsdb 10