Skip to content

Commit e80d909

Browse files
Update README.md
1 parent ccef0d7 commit e80d909

File tree

1 file changed

+30
-26
lines changed

1 file changed

+30
-26
lines changed

README.md

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,48 +17,52 @@ git-lfs clone https://github.com/khuyentran1401/Data-science
1717
```
1818
# Contents
1919
1. [Data Science Tools](#data-science-tools)
20-
2. [Productive Tools](#productive-tools)
21-
3. [Tools for Deployment](#tools-for-deployment)
22-
4. [Speed-up Tools](#speed-up-tools)
23-
5. [Math Tools](#math-tools)
24-
6. [Machine Learning](#machine-learning)
25-
7. [Natural Language Processing](#natural-language-processing)
26-
8. [Computer Vision](#computer-vision)
27-
9. [Time Series](#time-series)
28-
10. [Feature Engineering](#feature-engineering)
29-
11. [Visualization](#visualization)
30-
12. [Mathematical Programming](#mathematical-programming)
31-
13. [Scraping](#scraping)
32-
14. [Python](#python)
33-
15. [Terminal](#terminal)
34-
16. [Linear Algebra](#linear-algebra)
35-
17. [Data Structure](#data-structure)
36-
18. [Statistics](#statistics)
37-
19. [Applications](#applications)
38-
20. [Learning Tips](#learning-tips)
39-
21. [Productive Tips](#productive-tips)
40-
22. [VSCode](#vscode)
41-
23. [Book Review](#book-review)
42-
24. [Data Science Portfolio](#data-science-portfolio)
20+
2. [Testing](#testing)
21+
3. [Productive Tools](#productive-tools)
22+
4. [Tools for Deployment](#tools-for-deployment)
23+
5. [Speed-up Tools](#speed-up-tools)
24+
6. [Math Tools](#math-tools)
25+
7. [Machine Learning](#machine-learning)
26+
8. [Natural Language Processing](#natural-language-processing)
27+
9. [Computer Vision](#computer-vision)
28+
10. [Time Series](#time-series)
29+
11. [Feature Engineering](#feature-engineering)
30+
12. [Visualization](#visualization)
31+
13. [Mathematical Programming](#mathematical-programming)
32+
14. [Scraping](#scraping)
33+
15. [Python](#python)
34+
16. [Terminal](#terminal)
35+
17. [Linear Algebra](#linear-algebra)
36+
18. [Data Structure](#data-structure)
37+
19. [Statistics](#statistics)
38+
20. [Applications](#applications)
39+
21. [Learning Tips](#learning-tips)
40+
22. [Productive Tips](#productive-tips)
41+
23. [VSCode](#vscode)
42+
24. [Book Review](#book-review)
43+
25. [Data Science Portfolio](#data-science-portfolio)
4344

4445
# Data Science Tools
4546

4647
| Title | Article | Repository |
4748
| ------------- |:-------------:| :-----:|
4849
| How to Create Fake Data with Faker | [link](https://towardsdatascience.com/how-to-create-fake-data-with-faker-a835e5b7a9d9) | [link](https://deepnote.com/launch?url=https://github.com/khuyentran1401/Data-science/blob/master/data_science_tools/faker.ipynb) |
49-
| Introduction to Schema: A Python Libary to Validate your Data | [link](https://towardsdatascience.com/introduction-to-schema-a-python-libary-to-validate-your-data-c6d99e06d56a) | [link](https://deepnote.com/launch?url=https://github.com/khuyentran1401/Data-science/blob/master/data_science_tools/schema.ipynb)
5050
|Introduction to DVC: Data Version Control Tool for Machine Learning Projects | [link](https://towardsdatascience.com/introduction-to-dvc-data-version-control-tool-for-machine-learning-projects-7cb49c229fe0) | [link](https://github.com/khuyentran1401/Machine-learning-pipeline) |
5151
| Introduction to Datasette: Explore and Publish Your Data in One Line of Code | [link](https://towardsdatascience.com/introduction-to-datasette-explore-and-publish-your-data-in-one-line-of-code-cbdc40cb4583)
5252
| Introduction to Datapane: A Python Library to Build Interactive Reports | [link](https://towardsdatascience.com/introduction-to-datapane-a-python-library-to-build-interactive-reports-4593fd3cb9c8) |
5353
| Datapane’s New Features: Create a Beautiful Dashboard in Python in a Few Lines of Code | [link](https://towardsdatascience.com/datapanes-new-features-create-a-beautiful-dashboard-in-python-in-a-few-lines-of-code-a3c44523292b) | [link](https://github.com/khuyentran1401/Data-science/tree/master/data_science_tools/Datapane_new_features)
5454
| Introduction to Hydra.cc: A Powerful Framework to Configure your Data Science Projects | [link](https://towardsdatascience.com/introduction-to-hydra-cc-a-powerful-framework-to-configure-your-data-science-projects-ed65713a53c6) |
55-
|Pytest for Data Scientists | [link](https://towardsdatascience.com/pytest-for-data-scientists-2990319e55e6) | [link](https://github.com/khuyentran1401/Data-science/tree/master/data_science_tools/pytest)
56-
| 4 Lessor-Known Yet Awesome Tips for Pytest | [link](https://towardsdatascience.com/4-lessor-known-yet-awesome-tips-for-pytest-2117d8a62d9c) | [link](https://github.com/khuyentran1401/Data-science/tree/master/data_science_tools/advanced_pytest)
5755
| Introduction to Weight & Biases: Track and Visualize your Machine Learning Experiments in 3 Lines of Code | [link](https://towardsdatascience.com/introduction-to-weight-biases-track-and-visualize-your-machine-learning-experiments-in-3-lines-9c9553b0f99d) | [link](https://github.com/khuyentran1401/Data-science/tree/master/data_science_tools/wandb_tracking)
5856
| Kedro — A Python Framework for Reproducible Data Science Project | [link](https://towardsdatascience.com/kedro-a-python-framework-for-reproducible-data-science-project-4d44977d4f04) | [link](https://github.com/khuyentran1401/kedro_demo)
5957
| Orchestrate a Data Science Project in Python With Prefect | [link](https://towardsdatascience.com/orchestrate-a-data-science-project-in-python-with-prefect-e69c61a49074) | [link](https://github.com/khuyentran1401/Data-science/tree/master/data_science_tools/prefect_example)
6058
| Introduction to Deepnote: Real-time Collaboration on Jupyter Notebook | [link](https://pub.towardsai.net/introduction-to-deepnote-real-time-collaboration-on-jupyter-notebook-18509c95d62f)
59+
60+
61+
# Testing
62+
|Pytest for Data Scientists | [link](https://towardsdatascience.com/pytest-for-data-scientists-2990319e55e6) | [link](https://github.com/khuyentran1401/Data-science/tree/master/data_science_tools/pytest)
63+
| 4 Lessor-Known Yet Awesome Tips for Pytest | [link](https://towardsdatascience.com/4-lessor-known-yet-awesome-tips-for-pytest-2117d8a62d9c) | [link](https://github.com/khuyentran1401/Data-science/tree/master/data_science_tools/advanced_pytest)
6164
| Great Expectations: Always Know What to Expect From Your Data | [link](https://towardsdatascience.com/great-expectations-always-know-what-to-expect-from-your-data-51214866c24) | [link](https://github.com/khuyentran1401/Data-science/tree/master/data_science_tools/great_expectations_example)
65+
| Introduction to Schema: A Python Libary to Validate your Data | [link](https://towardsdatascience.com/introduction-to-schema-a-python-libary-to-validate-your-data-c6d99e06d56a) | [link](https://deepnote.com/launch?url=https://github.com/khuyentran1401/Data-science/blob/master/data_science_tools/schema.ipynb)
6266

6367
# Productive Tools
6468

0 commit comments

Comments
 (0)