Skip to content

Commit

Permalink
Added links
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 12, 2017
1 parent 7803d8e commit 1616829
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified docs/_build_html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build_html/.doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build_html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Now it is the time for us to get our hands on some real data and get some real w
Act 2: Hello pandas
-------------------

Lucky for us, Python is filled with functions to do pretty much anything you’d ever want to do with a programming language: navigate the web, parse data, interact with a database, run fancy statistics, build a pretty website and so much more.
Lucky for us, Python is filled with functions to do pretty much anything you’d ever want to do with a programming language: `navigate the web <http://docs.python-requests.org/>`_, `parse data <https://docs.python.org/2/library/csv.html>`_, `interact with a database <http://www.sqlalchemy.org/>`_, `run fancy statistics <https://www.scipy.org/>`_, `build a pretty website <https://www.djangoproject.com/>`_ and `so <https://www.crummy.com/software/BeautifulSoup/>`_ `much <http://www.nltk.org/>`_ `more <http://pillow.readthedocs.io/en/3.4.x/index.html>`_.

Some of those tools are included a toolbox that comes with the language, known as the standard library. Others have been built by members of Python's developer community and need to be downloaded and installed from the web.

Expand Down
2 changes: 1 addition & 1 deletion docs/_build_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h2>Act 1: Hello Jupyter Notebook<a class="headerlink" href="#act-1-hello-jupyte
</div>
<div class="section" id="act-2-hello-pandas">
<h2>Act 2: Hello pandas<a class="headerlink" href="#act-2-hello-pandas" title="Permalink to this headline"></a></h2>
<p>Lucky for us, Python is filled with functions to do pretty much anything you’d ever want to do with a programming language: navigate the web, parse data, interact with a database, run fancy statistics, build a pretty website and so much more.</p>
<p>Lucky for us, Python is filled with functions to do pretty much anything you’d ever want to do with a programming language: <a class="reference external" href="http://docs.python-requests.org/">navigate the web</a>, <a class="reference external" href="https://docs.python.org/2/library/csv.html">parse data</a>, <a class="reference external" href="http://www.sqlalchemy.org/">interact with a database</a>, <a class="reference external" href="https://www.scipy.org/">run fancy statistics</a>, <a class="reference external" href="https://www.djangoproject.com/">build a pretty website</a> and <a class="reference external" href="https://www.crummy.com/software/BeautifulSoup/">so</a> <a class="reference external" href="http://www.nltk.org/">much</a> <a class="reference external" href="http://pillow.readthedocs.io/en/3.4.x/index.html">more</a>.</p>
<p>Some of those tools are included a toolbox that comes with the language, known as the standard library. Others have been built by members of Python&#8217;s developer community and need to be downloaded and installed from the web.</p>
<p>For this exercise, we&#8217;re going to install and use [pandas](<a class="reference external" href="http://pandas.pydata.org/">http://pandas.pydata.org/</a>), a tool developed at a financial investment firm that has become the leading open-source tool for accessing and analyzing data.</p>
<p>We&#8217;ll install pandas the same way we installed the Jupyter Notebook earlier: Our friend <code class="docutils literal"><span class="pre">pip</span></code>. Save your notebook, switch to your window/command prompt and hit <code class="docutils literal"><span class="pre">CTRL-C</span></code>. That will kill your notebook and return you to the command line. There we&#8217;ll install pandas.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Now it is the time for us to get our hands on some real data and get some real w
Act 2: Hello pandas
-------------------

Lucky for us, Python is filled with functions to do pretty much anything you’d ever want to do with a programming language: navigate the web, parse data, interact with a database, run fancy statistics, build a pretty website and so much more.
Lucky for us, Python is filled with functions to do pretty much anything you’d ever want to do with a programming language: `navigate the web <http://docs.python-requests.org/>`_, `parse data <https://docs.python.org/2/library/csv.html>`_, `interact with a database <http://www.sqlalchemy.org/>`_, `run fancy statistics <https://www.scipy.org/>`_, `build a pretty website <https://www.djangoproject.com/>`_ and `so <https://www.crummy.com/software/BeautifulSoup/>`_ `much <http://www.nltk.org/>`_ `more <http://pillow.readthedocs.io/en/3.4.x/index.html>`_.

Some of those tools are included a toolbox that comes with the language, known as the standard library. Others have been built by members of Python's developer community and need to be downloaded and installed from the web.

Expand Down

0 comments on commit 1616829

Please sign in to comment.