python使用vosk进行中文语音识别 - Mike_Zhang
https://www.cnblogs.com/MikeZhang/p/python-vosk-test-20220521.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/MikeZhang/p/python-vosk-test-20220521.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
python使用vosk进行中文语音识别 - Mike_Zhang - 博客园
操作系统:Windows10 Python版本:3.9.2 vosk是一个离线开源语音识别工具,它可以识别16种语言,包括中文。 这里记录下使用vosk进行中文识别的过程,以便后续查阅。 vosk地址:https://alphacephei.com/vosk/ 一、使用vosk-server进行语音
Python Multiple Inheritance — Python MRO (Method Resolution Order) in 1 minute
https://blog.koladev.xyz/python-multiple-inheritance-python-mro-method-resolution-order-in-1-minute-2793e3e1cd20
https://blog.koladev.xyz/python-multiple-inheritance-python-mro-method-resolution-order-in-1-minute-2793e3e1cd20
Medium
Python Multiple Inheritance — Python MRO (Method Resolution Order) in 1 minute
Python is a highly Oriented-Object Language. It means that everything in Python is an object, making it relatively easy to build OOP logic with Python. If you are doing Multiple Inheritance, you…
Automate Your Mundane Excel Reporting with Python
https://towardsdatascience.com/automate-your-mundane-excel-reporting-with-python-f3a29e6e3a0a
https://towardsdatascience.com/automate-your-mundane-excel-reporting-with-python-f3a29e6e3a0a
Medium
Automate Your Mundane Excel Reporting with Python
Learn How to Use Excel to Automate Excel Reporting
Understanding the “Why” of VM’s, Containers, & Virtual Environments
https://medium.com/kitchen-sink-data-science/software-fundamentals-for-machine-learning-series-understanding-the-why-of-vms-containers-89621cf66d23
https://medium.com/kitchen-sink-data-science/software-fundamentals-for-machine-learning-series-understanding-the-why-of-vms-containers-89621cf66d23
Medium
Understanding the “Why” of VM’s, Containers, & Virtual Environments
A friendly guide to understanding & incorporating virtual environments, containers, & VM’s into your data science projects.
Data Science: Common Data Problems and How to Solve Them Easily
https://medium.com/@alains/data-science-common-data-problems-and-how-to-solve-them-easily-691e6f65d4b3
https://medium.com/@alains/data-science-common-data-problems-and-how-to-solve-them-easily-691e6f65d4b3
Medium
Data Science: Common Data Problems and How to Solve Them Easily
Common Data Problems and How to Fix Them.
One Simple Addition to a Selenium Test Framework To Make It More Robust and Reliable
https://betterprogramming.pub/a-simple-addition-to-your-selenium-test-framework-that-makes-it-more-robust-and-reliable-e9cf97f52e78
https://betterprogramming.pub/a-simple-addition-to-your-selenium-test-framework-that-makes-it-more-robust-and-reliable-e9cf97f52e78
Medium
One Simple Addition to a Selenium Test Framework To Make It More Robust and Reliable
Just by wrapping the selenium execute function with our own version of it, you can make your test framework more robust and your tests much…
Develop a docker containerized Python API deployed with Terraform, Gitlab, Kubernetes and AWS.
https://lucacesarano.medium.com/develop-a-docker-containerized-python-api-deployed-with-terraform-gitlab-kubernetes-and-aws-238234caaaf5
https://lucacesarano.medium.com/develop-a-docker-containerized-python-api-deployed-with-terraform-gitlab-kubernetes-and-aws-238234caaaf5
Medium
Develop a docker containerized Python API deployed with Terraform, Gitlab, Kubernetes and AWS.
Hello Internet! I’ve partecipated to a DevOps assignment for an interview some months ago and I have decided to publish the solution I’ve…
Matplotlib vs. Plotly: Let’s Decide Once and for All
https://towardsdatascience.com/matplotlib-vs-plotly-lets-decide-once-and-for-all-dc3eca9aa011
https://towardsdatascience.com/matplotlib-vs-plotly-lets-decide-once-and-for-all-dc3eca9aa011
Medium
Matplotlib vs. Plotly: Let’s Decide Once and for All
Deep and rapid comparison in terms of 7 key aspects
#1Data Cleaning Using Python in VS Code : Detecting Missing Values
https://medium.com/@aggarwalkar914/1data-cleaning-using-python-in-vs-code-detecting-missing-values-266759727bcd
https://medium.com/@aggarwalkar914/1data-cleaning-using-python-in-vs-code-detecting-missing-values-266759727bcd
Medium
#1Data Cleaning Using Python in VS Code : Detecting Missing Values
Introduction
Settings for your FastAPI application + tests
https://medium.com/@caetanoog/settings-for-your-fastapi-application-tests-e4f91d5800c4
https://medium.com/@caetanoog/settings-for-your-fastapi-application-tests-e4f91d5800c4
Medium
Settings for your FastAPI application + tests
In this article I will present how to create settings for your application using pydantic models and how to load then during the…
‘Machine Learning’ course by Andrew Ng : Recoding with Python — Part2
https://medium.com/@susandyhtun1/machine-learning-course-by-andrew-ng-recoding-with-python-part2-a852eee972bd
https://medium.com/@susandyhtun1/machine-learning-course-by-andrew-ng-recoding-with-python-part2-a852eee972bd
Medium
‘Machine Learning’ course by Andrew Ng : Recoding with Python — Part2
This is the second article in this series where I try to recode the exercises in the Machine Learning course by Andrew Ng (Part1 can be…
4 Simple Steps for Deep Learning to Predict Price Direction for Bitcoin
https://medium.com/mlearning-ai/4-simple-steps-for-deep-learning-to-predict-price-direction-for-bitcoin-6df3e876f37b
https://medium.com/mlearning-ai/4-simple-steps-for-deep-learning-to-predict-price-direction-for-bitcoin-6df3e876f37b
Medium
Bitcoin Price Prediction: 4 Steps with Deep Learning
Or any Time Series Data — It’s easier than you think
Python — Can You Explain How “for loop” Works?
https://tonylixu.medium.com/python-can-you-explain-how-for-loop-works-d9d8618f39f1
https://tonylixu.medium.com/python-can-you-explain-how-for-loop-works-d9d8618f39f1
Medium
Python — Can You Explain How “for loop” Works?
Python for loop deep dive