Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

download python 2.7 for windows 10

// latest version python 2.7.14 for Windows 64 bits
https://www.python.org/ftp/python/2.7.14/python-2.7.14.amd64.msi
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

install python 3.7

# Go to Python.org and use archives to explore past releases of Python.
# If you're using an IDE like Thonny, install Python 3.7.9 (depends on how updated your IDE is).

# Download your version of Python and click the executable. Then install after receiving the UAC prompt (Windows).
Comment

PREVIOUS NEXT
Code Example
Python :: df convert dtypes 
Python :: python3 create dictionary 
Python :: quicksort python 
Python :: nested dict 
Python :: .all() python numpy 
Python :: run a python file from another python file 
Python :: how to open an application in python 
Python :: using progress bar with rich python 
Python :: rename a column 
Python :: how to sort a dictionary in python without sort function 
Python :: python polymorphism 
Python :: python pandas not in list 
Python :: how to replace a character in python 
Python :: python order list of dictionaries by value 
Python :: python sort array by lambda 
Python :: for i in range python 
Python :: pandas sample 
Python :: how to print memory address in python 
Python :: python libraries 
Python :: python ValueError: zero-size array to reduction operation maximum which has no identity 
Python :: what is python 
Python :: python value error 
Python :: characters python 
Python :: python code checker 
Python :: pandas remove duplicates 
Python :: round down py 
Python :: python matrix determinant without numpy 
Python :: python sort a list by a custom order 
Python :: df.info() in python 
Python :: decoding 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =