Which platforms we used for python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Which platforms we used for python?

it's linux or Windows i don't know about it?

2nd Jul 2018, 6:13 PM
Shivani Parmar
Shivani Parmar - avatar
2 Respostas
+ 5
We can install python in any platform ( šŸ–¤ LinuxšŸ–¤WindowsšŸ–¤MacšŸ–¤etc ) Check offitial site of python https://www.python.org/downloads/release/python-371/
1st Nov 2018, 10:36 AM
Vishnu
Vishnu - avatar
+ 1
All platforns with Python support. AFAIK: *. Desktop & Embedded Linux *. FreeBSD *. Windows *. MacOS Python simply requires an interpreter on the target platform. The scripts are traditionally executed line by line (there are deviations, eg: Iron Python).
2nd Jul 2018, 6:46 PM
non