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
Automated Report Generation with Papermill: Part 1
Introduction
This guest post that walks through a great example of using python
to automate a ...
https://pbpython.com/papermil-rclone-report-1.html
  
  Introduction
This guest post that walks through a great example of using python
to automate a ...
https://pbpython.com/papermil-rclone-report-1.html
Pbpython
  
  Automated Report Generation with Papermill: Part 1
  This is part 1 of a two-part series post about automating report generation using python, jupyter, papermill, and a couple of other tools.
  iovisor / bcc
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
https://github.com/iovisor/bcc
  
  BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
https://github.com/iovisor/bcc
GitHub
  
  GitHub - iovisor/bcc: BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
  BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more - iovisor/bcc
  tiangolo / fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://github.com/tiangolo/fastapi
  
  FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://github.com/tiangolo/fastapi
GitHub
  
  GitHub - fastapi/fastapi: FastAPI framework, high performance, easy to learn, fast to code, ready for production
  FastAPI framework, high performance, easy to learn, fast to code, ready for production - fastapi/fastapi
  Decoupling database migrations from server startup: why and how
If you’re using a schema management tool like Django ORM or Alembic, you need to run the ...
https://pythonspeed.com/articles/schema-migrations-server-startup/
  
  If you’re using a schema management tool like Django ORM or Alembic, you need to run the ...
https://pythonspeed.com/articles/schema-migrations-server-startup/
Python⇒Speed
  
  Decoupling database migrations from server startup: why and how
  Migrating your database schema when your application’s Docker container starts up? Here’s some reasons to rethink that choice.
  The Pros of Using Django for Web Development
https://levelup.gitconnected.com/pros-of-using-django-for-web-development-f0f148cb8bd3
  https://levelup.gitconnected.com/pros-of-using-django-for-web-development-f0f148cb8bd3
Use Cython to get more than 30X speedup on your Python code
https://towardsdatascience.com/use-cython-to-get-more-than-30x-speedup-on-your-python-code-f6cb337919b6
  https://towardsdatascience.com/use-cython-to-get-more-than-30x-speedup-on-your-python-code-f6cb337919b6
The Celery Python Guide: Basics, Examples and Useful Tips
https://codeburst.io/the-celery-python-guide-basics-examples-and-useful-tips-d8da1fcfaea3
  https://codeburst.io/the-celery-python-guide-basics-examples-and-useful-tips-d8da1fcfaea3
Plotly.py 4.0 is here: Offline Only, Express First, Displayable Anywhere
https://medium.com/@plotlygraphs/plotly-py-4-0-is-here-offline-only-express-first-displayable-anywhere-fc444e5659ee
  https://medium.com/@plotlygraphs/plotly-py-4-0-is-here-offline-only-express-first-displayable-anywhere-fc444e5659ee
An Introduction to Recurrent Neural Networks for Beginners
A simple walkthrough of what RNNs are, how…
https://towardsdatascience.com/an-introduction-to-recurrent-neural-networks-for-beginners-664d717adbd
  A simple walkthrough of what RNNs are, how…
https://towardsdatascience.com/an-introduction-to-recurrent-neural-networks-for-beginners-664d717adbd
MicroPython and the Internet of Things, Part IV: Wi-Fi and the Cloud
In this chapter I'm going to show you how to use the Wi-Fi capabilities of the ESP8266 chip.
If you ...
http://blog.miguelgrinberg.com/post/micropython-and-the-internet-of-things-part-iv-wi-fi-and-the-cloud
  
  In this chapter I'm going to show you how to use the Wi-Fi capabilities of the ESP8266 chip.
If you ...
http://blog.miguelgrinberg.com/post/micropython-and-the-internet-of-things-part-iv-wi-fi-and-the-cloud
Miguelgrinberg
  
  MicroPython and the Internet of Things, Part IV: Wi-Fi and the Cloud
  In this chapter I'm going to show you how to use the Wi-Fi capabilities of the ESP8266 chip.If you want to see me and hear me explain everything in this tutorial, I encourage you to purchase the…
  bytedance / byteps
A high performance and general PS framework for distributed training
https://github.com/bytedance/byteps
  
  A high performance and general PS framework for distributed training
https://github.com/bytedance/byteps
GitHub
  
  GitHub - bytedance/byteps: A high performance and generic framework for distributed DNN training
  A high performance and generic framework for distributed DNN training - bytedance/byteps
  Python Backends: Flask Versus Django
What is right for your next project?
https://medium.com/better-programming/python-backends-flask-versus-django-5de314fa70ff
  What is right for your next project?
https://medium.com/better-programming/python-backends-flask-versus-django-5de314fa70ff
150+ Business Data Science Application in Python
https://towardsdatascience.com/150-business-data-science-application-in-python-72597d90f928
  https://towardsdatascience.com/150-business-data-science-application-in-python-72597d90f928