Skip to content

Instantly share code, notes, and snippets.

@scottboston
scottboston / mlb-sweep-analysis-clean-version-2.ipynb
Created May 23, 2021 21:05
MLB Sweep Analysis Clean Version 2.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bewithdhanu
bewithdhanu / upgrade_python_3.10_to_3.11.md
Last active April 7, 2025 07:41
Upgrade Python 3.10 to 3.11 on Ubuntu 22.04

Check python version use python and python3

The first comman will Not show version info.

The second one show 3.10 as version as it is provided by ubuntu as default

python --version
python3 --version

Add additional repository to download python 3.11