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

python 3.7.9 download

# download it from here
	https://www.python.org/downloads/release/python-379/
Comment

python 3.7 download

# https://www.python.org/downloads/release/python-370/
# change the last 3 digits in the link to determine version 
# (e.g: '370' -> 3.7.0 && if you want 3.7.5 version just change them to '375')
Comment

PREVIOUS NEXT
Code Example
Python :: nested dict 
Python :: url python 
Python :: yesterday date in python 
Python :: upper python 
Python :: python wikipedia 
Python :: plotly colors 
Python :: get size of file python 
Python :: swap variables 
Python :: how to sort a dictionary in python without sort function 
Python :: pandas groupby and keep columns 
Python :: python select random number from list 
Python :: render() django 
Python :: dataframe 
Python :: import one hot encoder 
Python :: add key to dictionary python 
Python :: how to plot using matplotlib 
Python :: python how to put int into list 
Python :: tkinter change ttk button color 
Python :: optional arguments python 
Python :: python button click code 
Python :: phone numbers 
Python :: update all modules python 
Python :: python dictionary accessing an element 
Python :: add dataframe column to set 
Python :: how to get a user input in python 
Python :: convert birth date column to age pandas 
Python :: how to append variable python 
Python :: python add 1 
Python :: how to reduce the image files size in python 
Python :: how to get spotify playlist id in spotipy 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =