WHAT IS PYTHON
Python is an interpreted, object-oriented, high-level programming language,
WHY USE PYTHON
Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general purpose language, meaning it can be used to create a variety of different programs and isn't specialized for any specific problems
Local Environment Setup
Open a terminal window and type "python" to find out if it is already installed and which version is installed.
- Unix (Solaris, Linux, FreeBSD, AIX, HP/UX, SunOS, IRIX, etc.)
- Win 9x/NT/2000
- Macintosh (Intel, PPC, 68K)
- OS/2
- DOS (multiple versions)
- Nokia mobile phones
- Windows CE
- Acorn/RISC OS
- BeOS
- Amiga
- VMS/OpenVMS
- QNX
- Psion
- Python has also been ported to the Java and .NET virtual machines
Comments
Post a Comment