Tag

Python packages

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Apr 10, 2025 · Backend Development

How to Install PyPI Packages Offline with pip: A Complete Guide

This guide explains how to work around restricted network environments by downloading Python packages and their dependencies from PyPI, storing them locally, and using pip with --no-index and --find-links options to install them without internet access.

Python packagesVirtual Environmentdependency management
0 likes · 10 min read
How to Install PyPI Packages Offline with pip: A Complete Guide
Python Programming Learning Circle
Python Programming Learning Circle
Aug 12, 2024 · Fundamentals

Interactive DataFrame Visualization in Jupyter Notebook with Pivottablejs, PyGWalker, Qgrid, and Itables

This article introduces four Python packages—Pivottablejs, PyGWalker, Qgrid, and Itables—that transform Pandas DataFrames into interactive tables within Jupyter Notebook, providing code examples, visual demos, and guidance on when to choose each tool for data exploration and lightweight analysis.

Interactive TablesJupyter NotebookPython packages
0 likes · 5 min read
Interactive DataFrame Visualization in Jupyter Notebook with Pivottablejs, PyGWalker, Qgrid, and Itables
Python Programming Learning Circle
Python Programming Learning Circle
Jul 22, 2022 · Fundamentals

Getting Started with pip: Installing and Managing Python Packages

This tutorial introduces pip, the standard Python package manager, and walks through installing, upgrading, searching, and uninstalling packages, using requirements files for reproducible environments, and explores alternative tools like Conda, Pipenv, and Poetry for dependency management.

DependencyPython packagespackage-management
0 likes · 16 min read
Getting Started with pip: Installing and Managing Python Packages