Skip to content

Instantly share code, notes, and snippets.

@Nelson-iitp
Nelson-iitp / py3.sh
Created March 31, 2024 13:23
Install Python from source code
# -----------------------------------------------
# Download and Install python from source code
# -----------------------------------------------
# This script will download python source code and install using make altinstall
# Download this script as py3.sh and give execute permission
# chmod 777 ./py3.sh
# usage ./py3.sh <major_version> <minor_version> <tarxz_location>
@Nelson-iitp
Nelson-iitp / einsum_using_for_loops.ipynb
Last active December 30, 2022 18:43
einsum using for loops
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.