From 7be71afcc4b9fa6630a872cd2a62b6225f3d353b Mon Sep 17 00:00:00 2001
From: Uttam Kumar Sharma <64878251+uttams237@users.noreply.github.com>
Date: Sat, 3 Oct 2020 21:21:16 +0530
Subject: [PATCH 1/2] Update README.md
---
README.md | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/README.md b/README.md
index 8ff2b36..a9a1063 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,20 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We
#### General Machine Learning
* [scikit-learn](http://scikit-learn.org/) - Simple and efficient tools for data mining and data analysis.
+
+
#### Machine Learning > Deep Learning
* [TensorFlow](https://www.tensorflow.org/) - Low-level (configurations over conventions) library for building deep learning data flow graphs.
+
#### Machine Learning > Deep Learning + Computer Vision
* [caffe](http://caffe.berkeleyvision.org/) - Deep learning framework made with expression, speed, and modularity in mind.
+
#### Optical Character Recognition (OCR)
* [pytesseract](https://github.com/madmaze/pytesseract) - A wrapper for Google Tesseract OCR.
+
+
#### Chinese Word Segmentation
* [jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities.
@@ -24,24 +30,40 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We
#### HTTP Request
* [requests](https://github.com/kennethreitz/requests) - Python HTTP requests for humans.
+
+
#### Web Crawling
* [Scrapy](http://scrapy.org/) - A fast high-level screen scraping and web crawling framework.
+
+
+
#### Web Content Extracting
* [newspaper](https://github.com/codelucas/newspaper) - News extraction, article extraction and content curation in Python.
#### Scientific Computing
* [scipy](https://github.com/scipy/scipy) - An open-source software for mathematics, science, and engineering. statistics, optimization, integration, linear algebra, Fourier transforms, signal and image processing, ODE solvers, and more.
+
+
+
#### Natural Language
* [nltk](http://www.nltk.org/) - A suite of libraries and programs for symbolic and statistical natural language processing.
+
+
+
#### Markdown
* [mistune](https://github.com/lepture/mistune) - The fastest markdown parser in pure Python with renderer features, inspired by marked.
+
+
+
#### Data Analysis
* [pandas](http://pandas.pydata.org/) - A software library for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series.
+
+
-----
## Frameworks
@@ -49,15 +71,25 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We
* [Django](https://www.djangoproject.com/) - The most popular full featured web framework in Python.
* [djangopackages](https://www.djangopackages.com/) - Excellent 3rd party django package collections.
+
+
+
-----
## Utilities
#### Interactive Interpreter
* [IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively.
+
+
+
#### Environment
* [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments.
* [virtualenvwrapper](https://pypi.python.org/pypi/virtualenvwrapper) - A set of extensions to virtualenv.
+
+
#### IDE
* [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE based on the IntelliJ platform by JetBrains. Free community edition available.
+
+
From e16ebb064232b61105718486b5a6e4a431ad7739 Mon Sep 17 00:00:00 2001
From: Uttam Kumar Sharma <64878251+uttams237@users.noreply.github.com>
Date: Sat, 3 Oct 2020 21:42:11 +0530
Subject: [PATCH 2/2] Update README.md
---
README.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a9a1063..ba38ed6 100644
--- a/README.md
+++ b/README.md
@@ -25,26 +25,34 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We
#### Chinese Word Segmentation
* [jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities.
+
+
+
#### Concurrency and Networking
* [gevent](http://www.gevent.org/) - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
+
+
#### HTTP Request
* [requests](https://github.com/kennethreitz/requests) - Python HTTP requests for humans.
+
#### Web Crawling
* [Scrapy](http://scrapy.org/) - A fast high-level screen scraping and web crawling framework.
-
+
#### Web Content Extracting
* [newspaper](https://github.com/codelucas/newspaper) - News extraction, article extraction and content curation in Python.
+
+
#### Scientific Computing
* [scipy](https://github.com/scipy/scipy) - An open-source software for mathematics, science, and engineering. statistics, optimization, integration, linear algebra, Fourier transforms, signal and image processing, ODE solvers, and more.
-
+