Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

check python version colab

# --------------------------------------
# OUTPUT 19/07/2021: 3.7.11
# --------------------------------------
import sys
print(sys.version)
# ----------------------[alternative]---
!python --version  # checks version from command line

Comment

colab version python

!python --version
Comment

PREVIOUS NEXT
Code Example
Python :: matplotlib axis rotate xticks 
Python :: how to install matplotlib in python 
Python :: increase figure size in matplotlib 
Python :: show all columns in pandas 
Python :: error tokenizing data. c error 
Python :: how to change the scale of a picture in pygame 
Python :: Import "reportlab" could not be resolved django 
Python :: get hour python 
Python :: CMake Error at 3rdparty/GLFW/CMakeLists.txt:236 (message): The RandR headers were not found 
Python :: how to print error in try except python 
Python :: dotenv python 
Python :: upgrade python version mc 
Python :: how to get number of cores in python 
Python :: python delay 
Python :: httpie on windows 
Python :: add bearer token in python request 
Python :: python random text generator 
Python :: how to get file name without extension in python 
Python :: accuracy score sklearn syntax 
Python :: python datetime string 
Python :: how to export a string as txt file in python 
Python :: simple imputer python 
Python :: install requests python 
Python :: ind vs wi 
Python :: convert column to datetime format python 
Python :: correlation plot python seaborn 
Python :: turn list to string with commas python 
Python :: pig latin translator python 
Python :: standardscaler into df data frame pandas 
Python :: list files in directory python with extension 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =