Skip to content

Commit a2cd6bd

Browse files
remove extra stuff
1 parent c54e6fd commit a2cd6bd

18 files changed

+732
-1569
lines changed

Chapter5/natural_language_processing.ipynb

Lines changed: 48 additions & 412 deletions
Large diffs are not rendered by default.

docs/Chapter5/Chapter5.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -263,18 +263,16 @@
263263
<li class="toctree-l2"><a class="reference internal" href="manage_data.html">6.4. Manage Data</a></li>
264264
<li class="toctree-l2"><a class="reference internal" href="machine_learning.html">6.5. Machine Learning</a></li>
265265
<li class="toctree-l2"><a class="reference internal" href="natural_language_processing.html">6.6. Natural Language Processing</a></li>
266-
267-
268-
<li class="toctree-l2"><a class="reference internal" href="time_series.html">6.9. Time Series</a></li>
269-
<li class="toctree-l2"><a class="reference internal" href="sharing_downloading.html">6.10. Sharing and Downloading</a></li>
270-
<li class="toctree-l2"><a class="reference internal" href="speed_up_code.html">6.11. Tools to Speed Up Code</a></li>
271-
<li class="toctree-l2"><a class="reference internal" href="visualization.html">6.12. Visualization</a></li>
272-
<li class="toctree-l2"><a class="reference internal" href="best_python_practice_tools.html">6.13. Tools for Best Python Practices</a></li>
273-
<li class="toctree-l2"><a class="reference internal" href="better_pandas.html">6.14. Better Pandas</a></li>
274-
<li class="toctree-l2"><a class="reference internal" href="testing.html">6.15. Testing</a></li>
275-
<li class="toctree-l2"><a class="reference internal" href="SQL.html">6.16. SQL Libraries</a></li>
276-
<li class="toctree-l2"><a class="reference internal" href="spark.html">6.17. PySpark</a></li>
277-
<li class="toctree-l2"><a class="reference internal" href="llm.html">6.18. Large Language Model (LLM)</a></li>
266+
<li class="toctree-l2"><a class="reference internal" href="time_series.html">6.7. Time Series</a></li>
267+
<li class="toctree-l2"><a class="reference internal" href="sharing_downloading.html">6.8. Sharing and Downloading</a></li>
268+
<li class="toctree-l2"><a class="reference internal" href="speed_up_code.html">6.9. Tools to Speed Up Code</a></li>
269+
<li class="toctree-l2"><a class="reference internal" href="visualization.html">6.10. Visualization</a></li>
270+
<li class="toctree-l2"><a class="reference internal" href="best_python_practice_tools.html">6.11. Tools for Best Python Practices</a></li>
271+
<li class="toctree-l2"><a class="reference internal" href="better_pandas.html">6.12. Better Pandas</a></li>
272+
<li class="toctree-l2"><a class="reference internal" href="testing.html">6.13. Testing</a></li>
273+
<li class="toctree-l2"><a class="reference internal" href="SQL.html">6.14. SQL Libraries</a></li>
274+
<li class="toctree-l2"><a class="reference internal" href="spark.html">6.15. PySpark</a></li>
275+
<li class="toctree-l2"><a class="reference internal" href="llm.html">6.16. Large Language Model (LLM)</a></li>
278276
</ul>
279277
</li>
280278
<li class="toctree-l1 has-children"><a class="reference internal" href="../Chapter6/Chapter6.html">7. Cool Tools</a><input class="toctree-checkbox" id="toctree-checkbox-7" name="toctree-checkbox-7" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-7"><i class="fa-solid fa-chevron-down"></i></label><ul>

docs/Chapter5/SQL.html

Lines changed: 46 additions & 48 deletions
Large diffs are not rendered by default.

docs/Chapter5/best_python_practice_tools.html

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta charset="utf-8" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
1111

12-
<title>6.13. Tools for Best Python Practices &#8212; Effective Python for Data Scientists</title>
12+
<title>6.11. Tools for Best Python Practices &#8212; Effective Python for Data Scientists</title>
1313

1414

1515

@@ -100,8 +100,8 @@
100100
<script>DOCUMENTATION_OPTIONS.pagename = 'Chapter5/best_python_practice_tools';</script>
101101
<link rel="index" title="Index" href="../genindex.html" />
102102
<link rel="search" title="Search" href="../search.html" />
103-
<link rel="next" title="6.14. Better Pandas" href="better_pandas.html" />
104-
<link rel="prev" title="6.12. Visualization" href="visualization.html" />
103+
<link rel="next" title="6.12. Better Pandas" href="better_pandas.html" />
104+
<link rel="prev" title="6.10. Visualization" href="visualization.html" />
105105
<meta name="viewport" content="width=device-width, initial-scale=1"/>
106106
<meta name="docsearch:language" content="en"/>
107107
</head>
@@ -263,18 +263,16 @@
263263
<li class="toctree-l2"><a class="reference internal" href="manage_data.html">6.4. Manage Data</a></li>
264264
<li class="toctree-l2"><a class="reference internal" href="machine_learning.html">6.5. Machine Learning</a></li>
265265
<li class="toctree-l2"><a class="reference internal" href="natural_language_processing.html">6.6. Natural Language Processing</a></li>
266-
267-
268-
<li class="toctree-l2"><a class="reference internal" href="time_series.html">6.9. Time Series</a></li>
269-
<li class="toctree-l2"><a class="reference internal" href="sharing_downloading.html">6.10. Sharing and Downloading</a></li>
270-
<li class="toctree-l2"><a class="reference internal" href="speed_up_code.html">6.11. Tools to Speed Up Code</a></li>
271-
<li class="toctree-l2"><a class="reference internal" href="visualization.html">6.12. Visualization</a></li>
272-
<li class="toctree-l2 current active"><a class="current reference internal" href="#">6.13. Tools for Best Python Practices</a></li>
273-
<li class="toctree-l2"><a class="reference internal" href="better_pandas.html">6.14. Better Pandas</a></li>
274-
<li class="toctree-l2"><a class="reference internal" href="testing.html">6.15. Testing</a></li>
275-
<li class="toctree-l2"><a class="reference internal" href="SQL.html">6.16. SQL Libraries</a></li>
276-
<li class="toctree-l2"><a class="reference internal" href="spark.html">6.17. PySpark</a></li>
277-
<li class="toctree-l2"><a class="reference internal" href="llm.html">6.18. Large Language Model (LLM)</a></li>
266+
<li class="toctree-l2"><a class="reference internal" href="time_series.html">6.7. Time Series</a></li>
267+
<li class="toctree-l2"><a class="reference internal" href="sharing_downloading.html">6.8. Sharing and Downloading</a></li>
268+
<li class="toctree-l2"><a class="reference internal" href="speed_up_code.html">6.9. Tools to Speed Up Code</a></li>
269+
<li class="toctree-l2"><a class="reference internal" href="visualization.html">6.10. Visualization</a></li>
270+
<li class="toctree-l2 current active"><a class="current reference internal" href="#">6.11. Tools for Best Python Practices</a></li>
271+
<li class="toctree-l2"><a class="reference internal" href="better_pandas.html">6.12. Better Pandas</a></li>
272+
<li class="toctree-l2"><a class="reference internal" href="testing.html">6.13. Testing</a></li>
273+
<li class="toctree-l2"><a class="reference internal" href="SQL.html">6.14. SQL Libraries</a></li>
274+
<li class="toctree-l2"><a class="reference internal" href="spark.html">6.15. PySpark</a></li>
275+
<li class="toctree-l2"><a class="reference internal" href="llm.html">6.16. Large Language Model (LLM)</a></li>
278276
</ul>
279277
</li>
280278
<li class="toctree-l1 has-children"><a class="reference internal" href="../Chapter6/Chapter6.html">7. Cool Tools</a><input class="toctree-checkbox" id="toctree-checkbox-7" name="toctree-checkbox-7" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-7"><i class="fa-solid fa-chevron-down"></i></label><ul>
@@ -515,9 +513,9 @@ <h2> Contents </h2>
515513
</div>
516514
<nav aria-label="Page">
517515
<ul class="visible nav section-nav flex-column">
518-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#dont-hard-code-use-hydra-instead">6.13.1. Don’t Hard-Code. Use Hydra Instead</a></li>
519-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#store-sensitive-information-securely-in-python-with-env-files">6.13.2. Store Sensitive Information Securely in Python with .env Files</a></li>
520-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#docopt-create-beautiful-command-line-interfaces-for-documentation-in-python">6.13.3. docopt: Create Beautiful Command-line Interfaces for Documentation in Python</a></li>
516+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#dont-hard-code-use-hydra-instead">6.11.1. Don’t Hard-Code. Use Hydra Instead</a></li>
517+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#store-sensitive-information-securely-in-python-with-env-files">6.11.2. Store Sensitive Information Securely in Python with .env Files</a></li>
518+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#docopt-create-beautiful-command-line-interfaces-for-documentation-in-python">6.11.3. docopt: Create Beautiful Command-line Interfaces for Documentation in Python</a></li>
521519
</ul>
522520
</nav>
523521
</div>
@@ -530,10 +528,10 @@ <h2> Contents </h2>
530528
<article class="bd-article" role="main">
531529

532530
<section id="tools-for-best-python-practices">
533-
<h1><span class="section-number">6.13. </span>Tools for Best Python Practices<a class="headerlink" href="#tools-for-best-python-practices" title="Permalink to this heading">#</a></h1>
531+
<h1><span class="section-number">6.11. </span>Tools for Best Python Practices<a class="headerlink" href="#tools-for-best-python-practices" title="Permalink to this heading">#</a></h1>
534532
<p>This section cover tools that encourage best Python practices.</p>
535533
<section id="dont-hard-code-use-hydra-instead">
536-
<h2><span class="section-number">6.13.1. </span>Don’t Hard-Code. Use Hydra Instead<a class="headerlink" href="#dont-hard-code-use-hydra-instead" title="Permalink to this heading">#</a></h2>
534+
<h2><span class="section-number">6.11.1. </span>Don’t Hard-Code. Use Hydra Instead<a class="headerlink" href="#dont-hard-code-use-hydra-instead" title="Permalink to this heading">#</a></h2>
537535
<div class="cell tag_hide-cell docutils container">
538536
<details class="hide above-input">
539537
<summary aria-label="Toggle hidden content">
@@ -603,7 +601,7 @@ <h2><span class="section-number">6.13.1. </span>Don’t Hard-Code. Use Hydra Ins
603601
<p><a class="reference external" href="https://hydra.cc/">Link to Hydra</a>.</p>
604602
</section>
605603
<section id="store-sensitive-information-securely-in-python-with-env-files">
606-
<h2><span class="section-number">6.13.2. </span>Store Sensitive Information Securely in Python with .env Files<a class="headerlink" href="#store-sensitive-information-securely-in-python-with-env-files" title="Permalink to this heading">#</a></h2>
604+
<h2><span class="section-number">6.11.2. </span>Store Sensitive Information Securely in Python with .env Files<a class="headerlink" href="#store-sensitive-information-securely-in-python-with-env-files" title="Permalink to this heading">#</a></h2>
607605
<div class="cell tag_hide-cell docutils container">
608606
<details class="hide above-input">
609607
<summary aria-label="Toggle hidden content">
@@ -656,7 +654,7 @@ <h2><span class="section-number">6.13.2. </span>Store Sensitive Information Secu
656654
<p><a class="reference external" href="https://github.com/theskumar/python-dotenv">Link to python-dotenv</a></p>
657655
</section>
658656
<section id="docopt-create-beautiful-command-line-interfaces-for-documentation-in-python">
659-
<h2><span class="section-number">6.13.3. </span>docopt: Create Beautiful Command-line Interfaces for Documentation in Python<a class="headerlink" href="#docopt-create-beautiful-command-line-interfaces-for-documentation-in-python" title="Permalink to this heading">#</a></h2>
657+
<h2><span class="section-number">6.11.3. </span>docopt: Create Beautiful Command-line Interfaces for Documentation in Python<a class="headerlink" href="#docopt-create-beautiful-command-line-interfaces-for-documentation-in-python" title="Permalink to this heading">#</a></h2>
660658
<div class="cell tag_hide-cell docutils container">
661659
<details class="hide above-input">
662660
<summary aria-label="Toggle hidden content">
@@ -763,15 +761,15 @@ <h2><span class="section-number">6.13.3. </span>docopt: Create Beautiful Command
763761
<i class="fa-solid fa-angle-left"></i>
764762
<div class="prev-next-info">
765763
<p class="prev-next-subtitle">previous</p>
766-
<p class="prev-next-title"><span class="section-number">6.12. </span>Visualization</p>
764+
<p class="prev-next-title"><span class="section-number">6.10. </span>Visualization</p>
767765
</div>
768766
</a>
769767
<a class="right-next"
770768
href="better_pandas.html"
771769
title="next page">
772770
<div class="prev-next-info">
773771
<p class="prev-next-subtitle">next</p>
774-
<p class="prev-next-title"><span class="section-number">6.14. </span>Better Pandas</p>
772+
<p class="prev-next-title"><span class="section-number">6.12. </span>Better Pandas</p>
775773
</div>
776774
<i class="fa-solid fa-angle-right"></i>
777775
</a>
@@ -790,9 +788,9 @@ <h2><span class="section-number">6.13.3. </span>docopt: Create Beautiful Command
790788
</div>
791789
<nav class="bd-toc-nav page-toc">
792790
<ul class="visible nav section-nav flex-column">
793-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#dont-hard-code-use-hydra-instead">6.13.1. Don’t Hard-Code. Use Hydra Instead</a></li>
794-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#store-sensitive-information-securely-in-python-with-env-files">6.13.2. Store Sensitive Information Securely in Python with .env Files</a></li>
795-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#docopt-create-beautiful-command-line-interfaces-for-documentation-in-python">6.13.3. docopt: Create Beautiful Command-line Interfaces for Documentation in Python</a></li>
791+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#dont-hard-code-use-hydra-instead">6.11.1. Don’t Hard-Code. Use Hydra Instead</a></li>
792+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#store-sensitive-information-securely-in-python-with-env-files">6.11.2. Store Sensitive Information Securely in Python with .env Files</a></li>
793+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#docopt-create-beautiful-command-line-interfaces-for-documentation-in-python">6.11.3. docopt: Create Beautiful Command-line Interfaces for Documentation in Python</a></li>
796794
</ul>
797795
</nav></div>
798796

0 commit comments

Comments
 (0)