Has the Python GIL been slain?
https://medium.com/hackernoon/has-the-python-gil-been-slain-9440d28fa93d
https://medium.com/hackernoon/has-the-python-gil-been-slain-9440d28fa93d
Comprehending the concept of ‘Comprehensions’ in Python
Understanding and implementing the list…
https://towardsdatascience.com/comprehending-the-concept-of-comprehensions-in-python-c9dafce5111
Understanding and implementing the list…
https://towardsdatascience.com/comprehending-the-concept-of-comprehensions-in-python-c9dafce5111
rusty1s / pytorch_geometric
Geometric Deep Learning Extension Library for PyTorch
https://github.com/rusty1s/pytorch_geometric
Geometric Deep Learning Extension Library for PyTorch
https://github.com/rusty1s/pytorch_geometric
GitHub
GitHub - pyg-team/pytorch_geometric: Graph Neural Network Library for PyTorch
Graph Neural Network Library for PyTorch. Contribute to pyg-team/pytorch_geometric development by creating an account on GitHub.
Video classification with Keras and Deep Learning

In this tutorial, you will learn how to perform video classification using Keras, Python, ...
https://www.pyimagesearch.com/2019/07/15/video-classification-with-keras-and-deep-learning/

In this tutorial, you will learn how to perform video classification using Keras, Python, ...
https://www.pyimagesearch.com/2019/07/15/video-classification-with-keras-and-deep-learning/
50+ Python 3 Tips & Tricks
These Python Gems Will Make Your Code Beautiful and Elegant
https://medium.com/towards-artificial-intelligence/50-python-3-tips-tricks-e5dbe05212d7
These Python Gems Will Make Your Code Beautiful and Elegant
https://medium.com/towards-artificial-intelligence/50-python-3-tips-tricks-e5dbe05212d7
How to swap two variables in Python
In this post, we will explore different ways to swap variables in Python.
1. The Pythonic way: ...
https://thecodebits.com/how-to-swap-two-variables-in-python/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-swap-two-variables-in-python
In this post, we will explore different ways to swap variables in Python.
1. The Pythonic way: ...
https://thecodebits.com/how-to-swap-two-variables-in-python/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-swap-two-variables-in-python
The Code Bits
How to swap two variables in Python - The Code Bits
In this post, we will explore different ways to swap variables in Python. Table of Contents1. The Pythonic way: Tuple…
Building a Bayesian Logistic Regression with Python and PyMC3
How likely am I to subscribe a term…
https://towardsdatascience.com/building-a-bayesian-logistic-regression-with-python-and-pymc3-4dd463bbb16
How likely am I to subscribe a term…
https://towardsdatascience.com/building-a-bayesian-logistic-regression-with-python-and-pymc3-4dd463bbb16
Physics simulator with rotation and collision I made with Python. If you dropped your phone, and it just kept bouncing!
https://www.reddit.com/r/Python/comments/cg1ipy/physics_simulator_with_rotation_and_collision_i/
https://www.reddit.com/r/Python/comments/cg1ipy/physics_simulator_with_rotation_and_collision_i/
reddit
Physics simulator with rotation and collision I made with Python....
Posted in r/Python by u/mbecks • 1,503 points and 68 comments
home-assistant / home-assistant
🏡 Open source home automation that puts local control and privacy first
https://github.com/home-assistant/home-assistant
🏡 Open source home automation that puts local control and privacy first
https://github.com/home-assistant/home-assistant
GitHub
GitHub - home-assistant/core: :house_with_garden: Open source home automation that puts local control and privacy first.
:house_with_garden: Open source home automation that puts local control and privacy first. - home-assistant/core
Build a Celebrity Look-Alike Detector with Azure’s Face Detect and Python
Introduction
This article describes how to to use Microsoft Azure’s Cognitive Services Face API ...
https://pbpython.com/python-face-detect.html
Introduction
This article describes how to to use Microsoft Azure’s Cognitive Services Face API ...
https://pbpython.com/python-face-detect.html
Pbpython
Build a Celebrity Look-Alike Detector with Azure’s Face Detect and Python
This article describes how to use Microsoft Azure's Face API with python to identify faces in images and determine if they are of the same person.
Online/Incremental Learning with Keras and Creme
In this tutorial, you will learn how to perform online/incremental learning with Keras and Creme ...
https://www.pyimagesearch.com/2019/06/17/online-incremental-learning-with-keras-and-creme/
In this tutorial, you will learn how to perform online/incremental learning with Keras and Creme ...
https://www.pyimagesearch.com/2019/06/17/online-incremental-learning-with-keras-and-creme/
Keras learning rate schedules and decay
In this tutorial, you will learn about learning rate schedules and decay using Keras. You’ll learn ...
https://www.pyimagesearch.com/2019/07/22/keras-learning-rate-schedules-and-decay/
In this tutorial, you will learn about learning rate schedules and decay using Keras. You’ll learn ...
https://www.pyimagesearch.com/2019/07/22/keras-learning-rate-schedules-and-decay/
CorentinJ / Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
https://github.com/CorentinJ/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
https://github.com/CorentinJ/Real-Time-Voice-Cloning
GitHub
GitHub - CorentinJ/Real-Time-Voice-Cloning: Clone a voice in 5 seconds to generate arbitrary speech in real-time
Clone a voice in 5 seconds to generate arbitrary speech in real-time - CorentinJ/Real-Time-Voice-Cloning
Unique sentinel values, identity checks, and when to use object() instead of None
Occasionally in Python (and in programming in general), you’ll need an object which can be ...
https://treyhunner.com/2019/03/unique-and-sentinel-values-in-python/
Occasionally in Python (and in programming in general), you’ll need an object which can be ...
https://treyhunner.com/2019/03/unique-and-sentinel-values-in-python/
Treyhunner
Unique sentinel values, identity checks, and when to use object() instead of None
Occasionally in Python (and in programming in general), you’ll need an object which can be uniquely identified.
Sometimes this unique object …
Sometimes this unique object …
15 Python tips and tricks, so you don’t have to look them up on Stack Overflow
https://medium.com/@george.seif94/15-python-tips-and-tricks-so-you-dont-have-to-look-them-up-on-stack-overflow-90cec02705ae
https://medium.com/@george.seif94/15-python-tips-and-tricks-so-you-dont-have-to-look-them-up-on-stack-overflow-90cec02705ae
My secret sauce to be in top 2% of a kaggle competition
https://towardsdatascience.com/my-secret-sauce-to-be-in-top-2-of-a-kaggle-competition-57cff0677d3c
https://towardsdatascience.com/my-secret-sauce-to-be-in-top-2-of-a-kaggle-competition-57cff0677d3c
gRPC and why it can save you development time
At this point many of you guys should have heard about…
https://medium.com/red-crane/grpc-and-why-it-can-save-you-development-time-436168fd0cbc
At this point many of you guys should have heard about…
https://medium.com/red-crane/grpc-and-why-it-can-save-you-development-time-436168fd0cbc