Extracting text from HTML in Python: a very fast approach
When working on NLP problems, sometimes you need to obtain a large corpus of text. The internet ...
http://rushter.com/blog/python-fast-html-parser/
When working on NLP problems, sometimes you need to obtain a large corpus of text. The internet ...
http://rushter.com/blog/python-fast-html-parser/
Artem Golubin
Extracting text from HTML in Python: a very fast approach | Artem Golubin
How to speed up text extraction from HTML web pages using selectolax.
PythonHub Weekly Digest for 2019-08-11
Popular, important and interesting in Python World
https://pythonhub.dev/digest/2019-08-11/
Popular, important and interesting in Python World
https://pythonhub.dev/digest/2019-08-11/
pythonhub.dev
PythonHub Weekly Digest for 2019-08-11
Interesting links and news about Python programming.
uber / ludwig
Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models without the need to write code.
https://github.com/uber/ludwig
Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models without the need to write code.
https://github.com/uber/ludwig
GitHub
GitHub - ludwig-ai/ludwig: Low-code framework for building custom LLMs, neural networks, and other AI models
Low-code framework for building custom LLMs, neural networks, and other AI models - ludwig-ai/ludwig
plotly / plotly.py
An open-source, interactive graphing library for Python ✨
https://github.com/plotly/plotly.py
An open-source, interactive graphing library for Python ✨
https://github.com/plotly/plotly.py
GitHub
GitHub - plotly/plotly.py: The interactive graphing library for Python :sparkles:
The interactive graphing library for Python :sparkles: - plotly/plotly.py
Keras Learning Rate Finder
In this tutorial, you will learn how to automatically find learning rates using Keras. This guide ...
https://www.pyimagesearch.com/2019/08/05/keras-learning-rate-finder/
In this tutorial, you will learn how to automatically find learning rates using Keras. This guide ...
https://www.pyimagesearch.com/2019/08/05/keras-learning-rate-finder/
Program that paths how many clicks it takes to get from one sub to an nsfw sub
https://www.reddit.com/r/Python/comments/cltkgl/program_that_paths_how_many_clicks_it_takes_to/
https://www.reddit.com/r/Python/comments/cltkgl/program_that_paths_how_many_clicks_it_takes_to/
reddit
r/Python - Program that paths how many clicks it takes to get from one sub to an nsfw sub
759 votes and 55 comments so far on Reddit
99 ways to extend the Jupyter ecosystem
The Jupyter ecosystem is very modular and extensible, so there are lots of ways to extend it. This blog post aims to provide a quick summary of the most common ways to extend Jupyter.
https://blog.jupyter.org/99-ways-to-extend-the-jupyter-ecosystem-11e5dab7c54
The Jupyter ecosystem is very modular and extensible, so there are lots of ways to extend it. This blog post aims to provide a quick summary of the most common ways to extend Jupyter.
https://blog.jupyter.org/99-ways-to-extend-the-jupyter-ecosystem-11e5dab7c54
The 10 Most Influential Programming Languages of the Last 50 years and Their Creators
https://medium.com/better-programming/the-10-most-influential-programming-languages-of-the-last-50-years-and-their-creators-6559bb9ce224
https://medium.com/better-programming/the-10-most-influential-programming-languages-of-the-last-50-years-and-their-creators-6559bb9ce224
Understand TensorFlow by mimicking its API from scratch
https://medium.com/@d3lm/understand-tensorflow-by-mimicking-its-api-from-scratch-faa55787170d
https://medium.com/@d3lm/understand-tensorflow-by-mimicking-its-api-from-scratch-faa55787170d
Writing a simple SOCKS server in Python
This article explains how to write a tiny and basic SOCKS 5 server in Python 3.6. I am assuming ...
http://rushter.com/blog/python-socks-server/
This article explains how to write a tiny and basic SOCKS 5 server in Python 3.6. I am assuming ...
http://rushter.com/blog/python-socks-server/
Artem Golubin
Writing a simple SOCKS server in Python | Artem Golubin
A tutorial on writing a socks server in Python from scratch.
Python is eating the world: How one developer's side project became the hottest programming language on the planet
Frustrated by programming language shortcomings, Guido van Rossum created Python. With the language now used by millions, Nick Heath talks to van Rossum about Python's past and explores what's next.
https://www.techrepublic.com/article/python-is-eating-the-world-how-one-developers-side-project-became-the-hottest-programming-language-on-the-planet/
Frustrated by programming language shortcomings, Guido van Rossum created Python. With the language now used by millions, Nick Heath talks to van Rossum about Python's past and explores what's next.
https://www.techrepublic.com/article/python-is-eating-the-world-how-one-developers-side-project-became-the-hottest-programming-language-on-the-planet/
Optimization tricks in Python: lists and tuples
Python has two similar sequence types such as tuples and lists. The most well-known difference ...
http://rushter.com/blog/python-lists-and-tuples/
Python has two similar sequence types such as tuples and lists. The most well-known difference ...
http://rushter.com/blog/python-lists-and-tuples/
Artem Golubin
Optimization tricks in Python: lists and tuples | Artem Golubin
An overview of optimization tricks for lists and tuples
Experimentation in Data Science
When AB testing doesn’t cut it
https://towardsdatascience.com/experimentation-in-data-science-90521e74ee4c
When AB testing doesn’t cut it
https://towardsdatascience.com/experimentation-in-data-science-90521e74ee4c
4 Basic Python Tips to Automate Your Workflow
Make it seem like you’re working when you’re not
https://medium.com/better-programming/4-basic-python-tips-to-automate-your-workflow-befabe140b83
Make it seem like you’re working when you’re not
https://medium.com/better-programming/4-basic-python-tips-to-automate-your-workflow-befabe140b83
Detecting SQL injections in Python code using AST
Python has a built-in ast module that lets you inspect, parse and edit Python code. AST stands ...
http://rushter.com/blog/detecting-sql-injections-in-python/
Python has a built-in ast module that lets you inspect, parse and edit Python code. AST stands ...
http://rushter.com/blog/detecting-sql-injections-in-python/
Artem Golubin
Detecting SQL injections in Python code using AST | Artem Golubin
Detecting SQL Injections in Python code using abstract syntax trees
To dance or not to dance? — The Machine Learning approach.
https://towardsdatascience.com/to-dance-or-not-to-dance-the-machine-learning-approach-decc2a7782b5
https://towardsdatascience.com/to-dance-or-not-to-dance-the-machine-learning-approach-decc2a7782b5
Writing a Kubernetes Operator in Python without frameworks and SDK
https://medium.com/flant-com/kubernetes-operator-in-python-451f2d2e33f3
https://medium.com/flant-com/kubernetes-operator-in-python-451f2d2e33f3
Setting up your own Data Science workspace with Visual Studio Code and Anaconda (Python)
https://medium.com/@christiaandollen/setting-up-your-own-data-science-workspace-with-visual-studio-code-and-anaconda-python-22237590b4ed
https://medium.com/@christiaandollen/setting-up-your-own-data-science-workspace-with-visual-studio-code-and-anaconda-python-22237590b4ed