From 3220c46fe41689d3bdf3268f1a1547879cec99ac Mon Sep 17 00:00:00 2001 From: Markus Schanta Date: Thu, 5 Apr 2018 14:29:49 +0000 Subject: [PATCH 1/8] Add link to awesome-jupyter in Interactive Interpreter section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b46953a5..79b80413 100644 --- a/README.md +++ b/README.md @@ -725,7 +725,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). ## Interactive Interpreter -*Interactive Python interpreters (REPL).* +*Interactive Python interpreters (REPL). See: [awesome-jupyter](https://github.com/markusschanta/awesome-jupyter).* * [bpython](https://github.com/bpython/bpython) - A fancy interface to the Python interpreter. * [Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively. From 3dfebf67e620d1a23cd5846eb2022d3298333c36 Mon Sep 17 00:00:00 2001 From: Markus Schanta Date: Thu, 5 Apr 2018 16:00:51 +0000 Subject: [PATCH 2/8] Move awesome-jupyter link under the Jupyter Notebook (IPython) entry --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b80413..5883f227 100644 --- a/README.md +++ b/README.md @@ -725,10 +725,11 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). ## Interactive Interpreter -*Interactive Python interpreters (REPL). See: [awesome-jupyter](https://github.com/markusschanta/awesome-jupyter).* +*Interactive Python interpreters (REPL).* * [bpython](https://github.com/bpython/bpython) - A fancy interface to the Python interpreter. * [Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively. + * [awesome-jupyter](https://github.com/markusschanta/awesome-jupyter) * [ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). ## Internationalization From 65be3207f636034bab2de65eed163049c0289b8b Mon Sep 17 00:00:00 2001 From: Michael Petrochuk Date: Mon, 9 Apr 2018 05:55:27 -0700 Subject: [PATCH 3/8] Add PyTorch-NLP PyTorc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5883f227..58a22e30 100644 --- a/README.md +++ b/README.md @@ -816,6 +816,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text. * [spaCy](https://spacy.io/) - A library for industrial-strength natural language processing in Python and Cython. * [TextBlob](https://github.com/sloria/TextBlob) - Providing a consistent API for diving into common NLP tasks. +* [PyTorch-NLP](https://github.com/PetrochukM/PyTorch-NLP) - A toolkit enabling rapid deep learning NLP prototyping for research. + ## Network Virtualization From 524b5863b73d54a4d445428303dd0e957da3c74f Mon Sep 17 00:00:00 2001 From: Michael Petrochuk Date: Mon, 9 Apr 2018 05:58:41 -0700 Subject: [PATCH 4/8] Remove Extra Whitespaces --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 58a22e30..26736d31 100644 --- a/README.md +++ b/README.md @@ -816,8 +816,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text. * [spaCy](https://spacy.io/) - A library for industrial-strength natural language processing in Python and Cython. * [TextBlob](https://github.com/sloria/TextBlob) - Providing a consistent API for diving into common NLP tasks. -* [PyTorch-NLP](https://github.com/PetrochukM/PyTorch-NLP) - A toolkit enabling rapid deep learning NLP prototyping for research. - +* [PyTorch-NLP](https://github.com/PetrochukM/PyTorch-NLP) - A toolkit enabling rapid deep learning NLP prototyping for research. ## Network Virtualization From cfbf5723ac0f4378cdfcfdcc3e8d8d448b74ce41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Favio=20Andr=C3=A9=20V=C3=A1zquez?= Date: Mon, 9 Apr 2018 17:41:15 -0500 Subject: [PATCH 5/8] Add Optimus to Data Analysis section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5883f227..bfe784f9 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Open Mining](https://github.com/mining/mining) - Business Intelligence (BI) in Pandas interface. * [Orange](https://orange.biolab.si/) - Data mining, data visualization, analysis and machine learning through visual programming or scripts. * [Pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools. +* [Optimus](https://github.com/ironmussa/Optimus) - Cleansing, pre-processing, feature engineering, exploratory data analysis and easy Machine Learning with a PySpark backend. ## Data Validation From 21ab0612322d686e847561fc2dd601d57de906a1 Mon Sep 17 00:00:00 2001 From: Vinta Date: Wed, 11 Apr 2018 02:11:11 +0800 Subject: [PATCH 6/8] update mkdocs config --- Makefile | 13 +++++-------- docs/{ => css}/extra.css | 0 mkdocs.yml | 2 ++ 3 files changed, 7 insertions(+), 8 deletions(-) rename docs/{ => css}/extra.css (100%) diff --git a/Makefile b/Makefile index 10eb1c37..42273f35 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,12 @@ -BASEDIR=$(CURDIR) -DOCDIR=$(BASEDIR)/docs - -install: +site_install: pip install mkdocs==0.16.3 pip install mkdocs-material==1.12.2 -link: - ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md +site_link: + ln -sf $(CURDIR)/README.md $(CURDIR)/docs/index.md -preview: link +site_preview: site_link mkdocs serve -deploy: link +site_deploy: site_link mkdocs gh-deploy --clean diff --git a/docs/extra.css b/docs/css/extra.css similarity index 100% rename from docs/extra.css rename to docs/css/extra.css diff --git a/mkdocs.yml b/mkdocs.yml index d0ae59e4..aa01d279 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,5 +21,7 @@ extra: google_analytics: - 'UA-510626-7' - 'auto' +extra_css: + - css/extra.css pages: - "Life is short, you need Python.": "index.md" From 9b8f935f2cbd5f8546b967ef59a62c50ddca0be1 Mon Sep 17 00:00:00 2001 From: Filipe Filardi Date: Sun, 22 Apr 2018 18:17:56 -0300 Subject: [PATCH 7/8] Improve the concept of web crawling --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed279a4c..1f195104 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [URL Manipulation](#url-manipulation) - [Video](#video) - [Web Content Extracting](#web-content-extracting) - - [Web Crawling](#web-crawling) + - [Web Crawling & Web Scraping](#web-crawling-&-web-scraping) - [Web Frameworks](#web-frameworks) - [WebSocket](#websocket) - [WSGI Servers](#wsgi-servers) @@ -1203,9 +1203,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [textract](https://github.com/deanmalmgren/textract) - Extract text from any document, Word, PowerPoint, PDFs, etc. * [toapi](https://github.com/gaojiuli/toapi) - Every web site provides APIs. -## Web Crawling +## Web Crawling & Web Scraping -*Libraries for scraping websites.* +*Libraries to automate data extraction from websites.* * [cola](https://github.com/chineking/cola) - A distributed crawling framework. * [Demiurge](https://github.com/matiasb/demiurge) - PyQuery-based scraping micro-framework. From 58f15f2bd5dc7ae724330a112baa5bf15779f3ad Mon Sep 17 00:00:00 2001 From: Filipe Filardi Date: Sun, 22 Apr 2018 18:18:59 -0300 Subject: [PATCH 8/8] Fix web crawler url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f195104..027c6951 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [URL Manipulation](#url-manipulation) - [Video](#video) - [Web Content Extracting](#web-content-extracting) - - [Web Crawling & Web Scraping](#web-crawling-&-web-scraping) + - [Web Crawling & Web Scraping](#web-crawling--web-scraping) - [Web Frameworks](#web-frameworks) - [WebSocket](#websocket) - [WSGI Servers](#wsgi-servers)