{"id":58416,"date":"2022-02-04T14:11:49","date_gmt":"2022-02-04T13:11:49","guid":{"rendered":"https:\/\/eiposgrados.com\/?p=58416"},"modified":"2022-02-15T17:00:45","modified_gmt":"2022-02-15T16:00:45","slug":"what-is-anaconda","status":"publish","type":"post","link":"https:\/\/eiposgrados.com\/eng\/blog-python\/que-es-anaconda\/","title":{"rendered":"What is Anaconda?"},"content":{"rendered":"<p>In the search to make our lives easier when programming in R or Python, we will surely come across Anaconda. <strong>And what is Anaconda? <\/strong>Anaconda is a<strong> distribution of several programming languages and utilities to make our work easier.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"distribucion-de-los-lenguajes-de-programacion\">Distribution of programming languages<\/h2>\n\n\n\n<p>Anaconda is a <strong>distribution of the Python and R programming languages for scientific computing<\/strong> (data science, Machine Learning applications, large-scale data processing, predictive analytics, etc.).<\/p>\n\n\n\n<p>It has the advantage<strong> simplify package management and deployment<\/strong>. The distribution includes data science packages suitable for Windows, Linux and macOS.&nbsp;<\/p>\n\n\n\n<p>There are several options<strong>: Anaconda Distribution or Anaconda Individual Edition <\/strong>They are free for individual use. Other products of the company are Anaconda Team Edition and Anaconda Enterprise Edition, both are commercial, that is, not free. <\/p>\n\n\n\n<p>Package versions in Anaconda are managed by the conda package management system. This package manager was spun off as a separate open source package as it ended up being useful on its own and for things other than Python. There is also a small bootstrap version of Anaconda called Miniconda, which includes just conda, Python, the packages they depend on, and a small number of other interesting packages. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/eiposgrados.com\/wp-content\/uploads\/2022\/02\/que-es-anaconda-imagen-destacada-1024x715.jpg\" alt=\"What is Anaconda? Outstanding image\" class=\"wp-image-58428\" width=\"517\" height=\"361\" title=\"\" srcset=\"https:\/\/eiposgrados.com\/wp-content\/uploads\/2022\/02\/que-es-anaconda-imagen-destacada-1024x715.jpg 1024w, https:\/\/eiposgrados.com\/wp-content\/uploads\/2022\/02\/que-es-anaconda-imagen-destacada-300x209.jpg 300w, https:\/\/eiposgrados.com\/wp-content\/uploads\/2022\/02\/que-es-anaconda-imagen-destacada-768x536.jpg 768w, https:\/\/eiposgrados.com\/wp-content\/uploads\/2022\/02\/que-es-anaconda-imagen-destacada-236x165.jpg 236w, https:\/\/eiposgrados.com\/wp-content\/uploads\/2022\/02\/que-es-anaconda-imagen-destacada-123x86.jpg 123w, https:\/\/eiposgrados.com\/wp-content\/uploads\/2022\/02\/que-es-anaconda-imagen-destacada-1536x1072.jpg 1536w, https:\/\/eiposgrados.com\/wp-content\/uploads\/2022\/02\/que-es-anaconda-imagen-destacada-200x140.jpg 200w, https:\/\/eiposgrados.com\/wp-content\/uploads\/2022\/02\/que-es-anaconda-imagen-destacada.jpg 1920w\" sizes=\"(max-width: 517px) 100vw, 517px\" \/><\/figure><\/div>\n\n\n\n<p>Conda is quite easy to install, run, and update \u201cData science\u201d and machine learning software such as Scikit-learn, TensorFlow and SciPy.3\u200b<\/p>\n\n\n\n<p>The Anaconda distribution includes more than 250 data science packages valid for Windows, Linux and MacOS.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"que-es-anaconda-navigator\">What is Anaconda Navigator?<\/h2>\n\n\n\n<p>Anaconda Navigator <strong>is a desktop graphical user interface (GUI) included in the Anaconda distribution <\/strong>which allows you to launch applications and easily manage packages, environments and conda channels without using commands. Navigator can search for packages on Anaconda.org or a local Anaconda repository. It is available for Windows, macOS and Linux.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"por-que-usar-anaconda-navigator\">Why use Anaconda Navigator?<\/h2>\n\n\n\n<p>To run, many scientific packages depend on specific versions of other packages. Scientific packages often use multiple versions of many packages and use multiple environments to separate these different versions.<\/p>\n\n\n\n<p><strong>Conda is both a package manager and an environment manager<\/strong>. This helps users ensure that each version of each package has all the dependencies it requires and works correctly.<\/p>\n\n\n\n<p>Navigator is an easy way to work with packages and environments without having to type commands in a terminal. It can be used to find the packages you want, install them into an environment, run the packages, and update them, all within Anaconda Navigator.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"a-que-aplicaciones-puedo-acceder-usando-navigator\">What applications can I access using Navigator?<\/h2>\n\n\n\n<p>The following applications are available by default in Navigator:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>JupyterLab<\/strong><\/li><li><strong>Jupyter Notebook<\/strong><\/li><li><strong>Spyder<\/strong><\/li><li><strong>IBM Watson<\/strong><\/li><li><strong>Datalore<\/strong><\/li><li><strong>Qtconsole<\/strong><\/li><li><strong>PyCharm<\/strong><\/li><li><strong>Glueviz<\/strong><\/li><li><strong>Orange 3<\/strong><\/li><li><strong>RStudio<\/strong><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"como-puedo-ejecutar-codigo-con-navigator\">How can I run code with Navigator?<\/h2>\n\n\n\n<p><strong>The easiest way is with Spyder<\/strong>. You can also use Jupyter Notebooks. Jupyter notebooks are an increasingly popular system that combines your code, descriptive text, output, images, and interactive interfaces into a single notebook file that is edited, viewed, and used in a web browser.<\/p>\n\n\n\n<p><strong>Dare to try it!<\/strong><\/p>\n\n\n\n<p>In our&nbsp;<a href=\"https:\/\/eiposgrados.com\/eng\/programs\/master-in-python\/\" data-type=\"URL\" data-id=\"https:\/\/eiposgrados.com\/programas\/master-en-python\/\">master&#039;s degree in Advanced Programming in Python for Hacking, Big Data and Machine Learning<\/a>, you will be able to know programming languages in depth. <\/p>","protected":false},"excerpt":{"rendered":"<p>In this post we tell you what Anaconda is and everything you need to know about this programming language distribution system. Read more!<\/p>","protected":false},"author":90,"featured_media":58426,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[407],"tags":[],"class_list":["post-58416","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog-python"],"acf":[],"_links":{"self":[{"href":"https:\/\/eiposgrados.com\/eng\/wp-json\/wp\/v2\/posts\/58416","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eiposgrados.com\/eng\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eiposgrados.com\/eng\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eiposgrados.com\/eng\/wp-json\/wp\/v2\/users\/90"}],"replies":[{"embeddable":true,"href":"https:\/\/eiposgrados.com\/eng\/wp-json\/wp\/v2\/comments?post=58416"}],"version-history":[{"count":0,"href":"https:\/\/eiposgrados.com\/eng\/wp-json\/wp\/v2\/posts\/58416\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eiposgrados.com\/eng\/wp-json\/wp\/v2\/media\/58426"}],"wp:attachment":[{"href":"https:\/\/eiposgrados.com\/eng\/wp-json\/wp\/v2\/media?parent=58416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eiposgrados.com\/eng\/wp-json\/wp\/v2\/categories?post=58416"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eiposgrados.com\/eng\/wp-json\/wp\/v2\/tags?post=58416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}