Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

install python 3.8

# for docker
apt install software-properties-common
add-apt-repository ppa:deadsnakes/ppa
apt install python3.8
Comment

download python 3.8

# the answer is given by Merwanski for linux:

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.8

python3.8 --version

# you could also simply go to: https://www.python.org/downloads/ and find your preferred version. 
# install it for your OS. 
Comment

python3.8

sudo yum -y install wget
wget https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tgz
Comment

PREVIOUS NEXT
Code Example
Python :: string python 
Python :: python conditions 
Python :: else if python 
Python :: python gaussian filter 
Python :: django from 
Python :: python sys 
Python :: python list to dataframe as row 
Python :: open pdfs using python 
Python :: shrink colorbar matplotlib 
Python :: python namedtuples 
Python :: pip change python version 
Python :: pyqt set focus 
Python :: pandas read csv python 
Python :: how to serach for multiple attributes in xpath selenium python 
Python :: tic-tac toe in pygame 
Python :: find index of element in array python 
Python :: python print string and variable 
Python :: list out the groups from groupby 
Python :: get data from kaggle to colab 
Python :: error: not well-formed (invalid token) 
Python :: requests sessions 
Python :: python set 
Python :: merge two sorted lists into one sorted list 
Python :: django email 
Python :: linkedin api with python 
Python :: django on delete set default 
Python :: how to check if a list is empty 
Python :: convert excel to pdf python 
Python :: dictionary append value python 
Python :: python iterate over string 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =