Free AI web copilot to create summaries, insights and extended knowledge, download it at here
1686
Abstract
<div>
<iframe class="gist-iframe" src="/gist/mGalarnyk/05e4147b7fdfe4f94863e693644b43d9.js" allowfullscreen="" frameborder="0" height="undefined" width="undefined">
</div>
</div>
</figure></iframe></div></div></figure><p id="3dc5">The files are from the Anaconda installer archive.</p><div id="46b7" class="link-block">
<a href="https://repo.continuum.io/archive/">
<div>
<div>
<h2>Anaconda installer archive</h2>
<div><h3>Edit description</h3></div>
<div><p>repo.continuum.io</p></div>
</div>
<div>
<div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/)"></div>
</div>
</div>
</a>
</div><h2 id="d4c3">Optional Steps</h2><p id="cc91">The following are just optional things to get started on now that you have anaconda installed.</p><p id="f393">1. (optional) A good way to test your anaconda installation is to open and use a Jupyter Notebook. Type the command below in your terminal to open a Jupyter (IPython) Notebook.</p><p id="b3fe"><b>jupyter notebook</b></p><p id="f87d">If you want a basic tutorial going over how to open Jupyter and using python, please see the following video.</p>
<figure id="e7f1">
<div>
<div>
<img class="ratio" src="http://placehold.it/16x9">
<iframe class="" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FJqGjkNzzU4s%3Ffeature%3Doembed&url=http%3A%2F%2Fwww.youtub
Options
e.com%2Fwatch%3Fv%3DJqGjkNzzU4s&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FJqGjkNzzU4s%2Fhqdefault.jpg&key=a19fcc184b9711e1b4764040d3dc5c07&type=text%2Fhtml&schema=youtube" allowfullscreen="" frameborder="0" height="480" width="854"> </div> </div> </figure></iframe></div></div></figure><p id="1cc5">A blog version of the video can be found <a href="https://readmedium.com/python-basics-1-hello-world-and-strings-de0d17857c93">here</a>.</p><p id="8e21">2. If you want to use both python 2 and 3, please see the following tutorial on <a href="https://readmedium.com/environment-management-with-conda-python-2-3-b9961a8a5097">Environment Management with Conda</a>.</p><p id="f701">3. I often get asked how to started with machine learning, here is a <a href="https://towardsdatascience.com/logistic-regression-using-python-sklearn-numpy-mnist-handwriting-recognition-matplotlib-a6b31e2b166a">step by step tutorial on getting started with machine learning</a>.</p><p id="a76b">4. If you want to learn how to utilize the Pandas, Matplotlib, or Seaborn libraries, please consider taking my <a href="https://www.linkedin.com/learning/python-for-data-visualization/value-of-data-visualization">Python for Data Visualization LinkedIn Learning course</a>.</p><p id="bc9c">Please let me know if you have any questions! You can either leave a comment here or leave me a comment on <a href="https://www.youtube.com/watch?v=jo4RMiM-ihs?sub_confirmation=1">youtube</a> or through <a href="https://twitter.com/GalarnykMichael">Twitter</a>. The youtube video has a ton of questions on it answered already (please subscribe if you can)!</p></article></body>
The video above demonstrates one way to install anaconda which is good if you want to follow manually install anaconda (just be sure to open a new terminal or type source .bashrc after you finish the install).
The way below utilizes bash scripts which is a faster way to install anaconda. This should work on Ubuntu 12.04 (precise), 14.04 (trusty), and 16.04 ( xenial).
The files are from the Anaconda installer archive.
The following are just optional things to get started on now that you have anaconda installed.
1. (optional) A good way to test your anaconda installation is to open and use a Jupyter Notebook. Type the command below in your terminal to open a Jupyter (IPython) Notebook.
jupyter notebook
If you want a basic tutorial going over how to open Jupyter and using python, please see the following video.
A blog version of the video can be found here.
2. If you want to use both python 2 and 3, please see the following tutorial on Environment Management with Conda.
3. I often get asked how to started with machine learning, here is a step by step tutorial on getting started with machine learning.
4. If you want to learn how to utilize the Pandas, Matplotlib, or Seaborn libraries, please consider taking my Python for Data Visualization LinkedIn Learning course.
Please let me know if you have any questions! You can either leave a comment here or leave me a comment on youtube or through Twitter. The youtube video has a ton of questions on it answered already (please subscribe if you can)!