Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

install python3.6 in linux

$ sudo nano /etc/apt/sources.list
# add
deb http://ftp.de.debian.org/debian testing main
$ echo 'APT::Default-Release "stable";' | sudo tee -a /etc/apt/apt.conf.d/00local
$ sudo apt-get update
$ sudo apt-get -t testing install python3.6
$ python3.6 -V
Comment

PREVIOUS NEXT
Code Example
Python :: run python script from repl 
Python :: arg parse array argument 
Python :: how to swap two variables without using third variable python 
Python :: conda create environment python 3 
Python :: convert string to lowercase in python 
Python :: squre value of a column pandas 
Python :: find element in list that matches a condition 
Python :: django queryset to list 
Python :: python get column from grouped dataframe 
Python :: days in month function python 
Python :: Invalid password format or unknown hashing algorithm. 
Python :: str replace pandas 
Python :: vscode in browser github 
Python :: numpy generate random array 
Python :: regex for repeating words python 
Python :: how to make python code faster 
Python :: python convert object to json 
Python :: BURGERS2 codechef solution 
Python :: parallel loops in python 
Python :: pandas filter rows by value 
Python :: discord.py clear status 
Python :: pickle save dict 
Python :: Delete python text after 1 sec 
Python :: merge pandas datasets 
Python :: python machine learning scale 
Python :: rename files with spaces in a folder python 
Python :: pandas loc for list 
Python :: raising custom exception python 
Python :: anaconda 
Python :: python get numbers after decimal point 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =