Learn Python from Top 50 Articles for the Past Year (v.2019)
https://medium.mybridge.co/learn-python-from-top-50-articles-for-the-past-year-v-2019-3225f4643d9c
https://medium.mybridge.co/learn-python-from-top-50-articles-for-the-past-year-v-2019-3225f4643d9c
Keras Mask R-CNN
In this tutorial, you will learn how to use Keras and Mask R-CNN to perform instance segmentation ...
https://www.pyimagesearch.com/2019/06/10/keras-mask-r-cnn/
In this tutorial, you will learn how to use Keras and Mask R-CNN to perform instance segmentation ...
https://www.pyimagesearch.com/2019/06/10/keras-mask-r-cnn/
minimaxir / big-list-of-naughty-strings
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
https://github.com/minimaxir/big-list-of-naughty-strings
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
https://github.com/minimaxir/big-list-of-naughty-strings
GitHub
GitHub - minimaxir/big-list-of-naughty-strings: The Big List of Naughty Strings is a list of strings which have a high probability…
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. - minimaxir/big-list-of-naughty-strings
Simple python script that mutes sound when Spotify app runs an ad
https://www.reddit.com/r/Python/comments/cefijn/simple_python_script_that_mutes_sound_when/
https://www.reddit.com/r/Python/comments/cefijn/simple_python_script_that_mutes_sound_when/
Reddit
r/Python on Reddit: Simple python script that mutes sound when Spotify app runs an ad
Posted by u/strghst - 604 votes and 91 comments
R vs Python — Battle of the Best of the Best Programming Languages
This article on R vs Python talks…
https://medium.com/edureka/r-vs-python-48eb86b7b40f
This article on R vs Python talks…
https://medium.com/edureka/r-vs-python-48eb86b7b40f
Introduction to Generators in Python
In this post, we will learn what generators are, how to create them, how they work and how to use ...
https://thecodebits.com/introduction-to-generators-in-python/?utm_source=rss&utm_medium=rss&utm_campaign=introduction-to-generators-in-python
In this post, we will learn what generators are, how to create them, how they work and how to use ...
https://thecodebits.com/introduction-to-generators-in-python/?utm_source=rss&utm_medium=rss&utm_campaign=introduction-to-generators-in-python
The Code Bits
Introduction to Generators in Python - The Code Bits
In this post, we will learn what generators are, how to create them, how they work and how to use…
Getting started with Raspberry Pi and Python
Hello there!, So you just got a shiny new Raspberry Pi. Well done and congrats! In this tutorial, ...
https://thecodebits.com/getting-started-with-raspberry-pi-and-python/?utm_source=rss&utm_medium=rss&utm_campaign=getting-started-with-raspberry-pi-and-python
Hello there!, So you just got a shiny new Raspberry Pi. Well done and congrats! In this tutorial, ...
https://thecodebits.com/getting-started-with-raspberry-pi-and-python/?utm_source=rss&utm_medium=rss&utm_campaign=getting-started-with-raspberry-pi-and-python
The Code Bits
Getting started with Raspberry Pi and Python - The Code Bits
Hello there!, So you just got a shiny new Raspberry Pi. Well done and congrats! In this tutorial, we are…
PaddlePaddle / ERNIE
LAnguage Representations Kit (ERNIE/BERT/ELMo etc.)
https://github.com/PaddlePaddle/ERNIE
LAnguage Representations Kit (ERNIE/BERT/ELMo etc.)
https://github.com/PaddlePaddle/ERNIE
GitHub
GitHub - PaddlePaddle/ERNIE: The official repository for ERNIE 4.5 and ERNIEKit – its industrial-grade development toolkit based…
The official repository for ERNIE 4.5 and ERNIEKit – its industrial-grade development toolkit based on PaddlePaddle. - PaddlePaddle/ERNIE
Multiple assignment and tuple unpacking improve Python code readability
Whether I’m teaching new Pythonistas or long-time Python programmers, I frequently find that ...
https://treyhunner.com/2018/03/tuple-unpacking-improves-python-code-readability/
Whether I’m teaching new Pythonistas or long-time Python programmers, I frequently find that ...
https://treyhunner.com/2018/03/tuple-unpacking-improves-python-code-readability/
Treyhunner
Multiple assignment and tuple unpacking improve Python code readability
Whether I’m teaching new Pythonistas or long-time Python programmers, I frequently find that Python programmers underutilize multiple …
Printing star patterns in Python: One line tricks!
In this post, we will see how to print some of the common star patterns using Python3 with one ...
https://thecodebits.com/printing-star-patterns-in-python-one-line-tricks/?utm_source=rss&utm_medium=rss&utm_campaign=printing-star-patterns-in-python-one-line-tricks
In this post, we will see how to print some of the common star patterns using Python3 with one ...
https://thecodebits.com/printing-star-patterns-in-python-one-line-tricks/?utm_source=rss&utm_medium=rss&utm_campaign=printing-star-patterns-in-python-one-line-tricks
The Code Bits
Printing star patterns in Python: One line tricks! - The Code Bits
In this post, we will see how to print some of the common star patterns using Python3 with one line…
Input Preparation for Variable Length Input Sequence
https://medium.com/@rishikaroy1802/input-preparation-for-vairiable-length-input-sequence-cfe817006a23
https://medium.com/@rishikaroy1802/input-preparation-for-vairiable-length-input-sequence-cfe817006a23
Hands On Bayesian Statistics with Python, PyMC3 & ArviZ
Gaussian Inferences, Posterior Predictive…
https://towardsdatascience.com/hands-on-bayesian-statistics-with-python-pymc3-arviz-499db9a59501
Gaussian Inferences, Posterior Predictive…
https://towardsdatascience.com/hands-on-bayesian-statistics-with-python-pymc3-arviz-499db9a59501
huggingface / pytorch-transformers
👾 A library of state-of-the-art pretrained models for Natural Language Processing (NLP)
https://github.com/huggingface/pytorch-transformers
👾 A library of state-of-the-art pretrained models for Natural Language Processing (NLP)
https://github.com/huggingface/pytorch-transformers
GitHub
GitHub - huggingface/transformers: 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. - huggingface/transformers
Tuple ordering and deep comparisons in Python
Comparing things in Python.
That sounds like something that almost doesn’t even need to be ...
https://treyhunner.com/2019/03/python-deep-comparisons-and-code-readability/
Comparing things in Python.
That sounds like something that almost doesn’t even need to be ...
https://treyhunner.com/2019/03/python-deep-comparisons-and-code-readability/
Treyhunner
Tuple ordering and deep comparisons in Python
Comparing things in Python.
That sounds like something that almost doesn’t even need to be taught.
But I’ve found that Python’s …
That sounds like something that almost doesn’t even need to be taught.
But I’ve found that Python’s …
Python 3's range is more powerful than Python 2's xrange
If you’re switching between Python 2 and Python 3, you might think that Python 2’s ...
https://treyhunner.com/2018/02/python-3-s-range-better-than-python-2-s-xrange/
If you’re switching between Python 2 and Python 3, you might think that Python 2’s ...
https://treyhunner.com/2018/02/python-3-s-range-better-than-python-2-s-xrange/
Treyhunner
Python 3's range is more powerful than Python 2's xrange - Trey Hunner
If you’re switching between Python 2 and Python 3, you might think that Python 2’s xrange objects are pretty much the identical to Python …
Deploy ML models using Flask as REST API and access via Flutter app
Simplicity of Flask , Awesomeness…
https://medium.com/@appuz2849/deploy-ml-models-using-flask-as-rest-api-and-access-via-flutter-app-7ce63d5c1f3b
Simplicity of Flask , Awesomeness…
https://medium.com/@appuz2849/deploy-ml-models-using-flask-as-rest-api-and-access-via-flutter-app-7ce63d5c1f3b
I created a GitHub repository explaining the complete process of gathering data, transforming it, getting insights and making plots using pandas, NumPy, Matplotlib and Seaborn.
https://www.reddit.com/r/Python/comments/cf7y1m/i_created_a_github_repository_explaining_the/
https://www.reddit.com/r/Python/comments/cf7y1m/i_created_a_github_repository_explaining_the/
reddit
I created a GitHub repository explaining the complete process of...
Posted in r/Python by u/Agent_Phantom • 1,301 points and 77 comments
Keras ImageDataGenerator and Data Augmentation
In today’s tutorial, you will learn how to use Keras’ ImageDataGenerator class to perform data ...
https://www.pyimagesearch.com/2019/07/08/keras-imagedatagenerator-and-data-augmentation/
In today’s tutorial, you will learn how to use Keras’ ImageDataGenerator class to perform data ...
https://www.pyimagesearch.com/2019/07/08/keras-imagedatagenerator-and-data-augmentation/
zihangdai / xlnet
XLNet: Generalized Autoregressive Pretraining for Language Understanding
https://github.com/zihangdai/xlnet
XLNet: Generalized Autoregressive Pretraining for Language Understanding
https://github.com/zihangdai/xlnet
GitHub
GitHub - zihangdai/xlnet: XLNet: Generalized Autoregressive Pretraining for Language Understanding
XLNet: Generalized Autoregressive Pretraining for Language Understanding - zihangdai/xlnet
