Aprovecha el precio especial y haz tu profesión a prueba de IA

Antes: $249

Currency
$209
Suscríbete

Termina en:

1 Días
0 Hrs
46 Min
5 Seg

Instalación de Anaconda

2/17
Resources
Transcript

Why is Anaconda popular among data science developers?

Anaconda is an indispensable platform for more than 20 million developers in the world of data science and Machine Learning. Large companies like Facebook, NASA and Tesla choose it to develop artificial intelligence models and manage complex projects. With Anaconda, data scientists can manage hundreds of Python and R packages and libraries within controlled virtual environments, ensuring stability and reproducibility in their projects.

What are the main advantages of using Anaconda?

  1. Virtual environment management: With Conda, you can create and manage project-specific virtual environments, avoiding dependency conflicts.

  2. Simplified package installation: The installation of packages such as Numpy, Pandas or Scikit Learn is done with a single command.

  3. Incorporation of Jupyter Notebooks: The original notebooks come pre-installed, facilitating the development and presentation of projects.

How to install Anaconda on Windows, Linux and Mac?

The installation of Anaconda may vary slightly depending on the operating system. Here we explain how to do it for Windows, Linux (using WSL) and Mac:

How to install Anaconda on Linux using WSL?

  1. Download the Linux installer from the Anaconda website.

  2. Copy the .sh file to the home folder of your Linux distribution (e.g. Ubuntu) inside WSL.

  3. Open a terminal in the same folder and run the command:

    bash filename-file-name.sh

  4. Accept the terms and conditions and follow the steps to complete the installation.

  5. Verify the installation with:

    conda env list

How to install Anaconda on Windows?

  1. Download the installer for Windows from the Anaconda website.

  2. Run the installer and follow the on-screen instructions, accepting the terms and conditions.

  3. Decide whether to install for all users or just for your account, and choose the option to add Anaconda to the PATH if you wish.

  4. Verify the installation using Anaconda Prompt or PowerShell:

    conda info

How to install Anaconda on Mac?

  1. On the Anaconda download page, choose the appropriate option for your processor type (Apple Silicon or Intel Chip).

  2. Download and run the graphical installer or use the command line as you prefer.

  3. Accept the terms and conditions and complete the installation process.

  4. Verify that Anaconda is installed correctly using the terminal:

    conda info

What are the differences between Anaconda, Miniconda and PIP?

Anaconda, Miniconda and PIP are Python package management tools, but each has its own particularities:

  • Anaconda:

  • Includes more than 250 pre-installed packages.

  • It is ideal for data science, Machine Learning and artificial intelligence projects.

  • Miniconda:

  • Provides a smaller installation with less than 70 packages.

  • Recommended for those who want more control and know what packages they will need.

  • PIP:

  • Does not include pre-installed packages and is more general.

  • Useful in any Python development environment.

Tips for using Anaconda in data science projects

  • Familiarize yourself with the main Conda commands, especially if you work in a professional environment.
  • Explore the Anaconda cheat sheet available in PDF to better understand its capabilities.
  • Do not hesitate to use the comments on forums or educational platforms to ask questions about installation or use on different operating systems.

Remember that constant practice and familiarization with the tools are key to master data science with platforms like Anaconda. Explore, practice and evolve your career in this fascinating field!

Contributions 8

Questions 3

Sort by:

Want to see more contributions, questions and answers from the community?

No se encuentra el cheatsheet en la sección de recursos.
He tenido la experiencia de tener conflictos entre ambientes y problemas de instalación de dependencias y mi consejo es que no sigan al pie de la letra las soluciones que les puede dar una IA, me ha pasado que me llevan por el lado oscuro de la configuracion de la maquina 🤣 pueden llevarte a empezar a modificar la configuración de red o interna del servidor y dejar inservible tu servidor. Funcionan mejor en este caso los foros
Me ha servido mucho usar miniconda en mi equipo personal ya que no ocupa tanto espacio en disco
Entonces anacoda es un tio de ambientes virtuales con mas capacidades pre instaladas. yo me imagino los ambientes virtuales como carpetas con una capa de aislamiento, pero no se si estoy mal los asmbientes virtuales son carpetas?
¿sanaconda se puede instalar para que funcione solo dentro de una carpeta o un entorno virtual? Veo que queda instalada en una carpeta especifica pero parece que funciona en todo linux (segun lo que entendi de la clase) podria hacer algo para que funcione solo en unpa carpeta de mi pc?
Para los que usan zsh igual es posible usar el comando: `❯ zsh Anaconda3-2024.10-1-Linux-x86_64.sh`
¿Es necesario instalar anaconda? ¿O para el manejo de entornos virtuales alcanza con miniconda? Si es solo para el manejo de entornos virtuales y se usa la terminal linux en windows yo usaria miniconda.
en este tipo de contenido donde tienen multiples sistemas operativos, se debería poder ir a la sección de interes en mi caso usando mac tuve que ir saltando el video para buscar la parte del video de mi interes