Python Installation
System💻 Requirements🔧
- Modern Operating System:
- Windows 7 or 10
- Mac OS X 10.11 or higher, 64-bit
- Linux: RHEL 6/7, 64-bit (almost all libraries also work in Ubuntu)
- x86 64-bit CPU (Intel / AMD architecture)
- 4 GB RAM🐏
- 5 GB free disk space💾
Select Python🐍 Version
The version you need to download is dependent on what you want to do in Python. like, if you are working on a project coded in Python version 2.6, then we need that version. If you are starting a project from scratch, you have the freedom to choose. If you are learning Python, we recommend downloading both the Python version of Python 2 and 3.
Python🐍 installation
To download Python, go to this link Download Python, and select 64-bit or 32-bit based on our system requirement.
Anaconda installation
Anaconda has a library of over 400 popular packages. which is used by data science projects. here is the link to download Anaconda
Comments