Unleash the Power of Speech-to-Text with OpenAI Whisper
https://medium.com/@careerInAI/unleash-the-power-of-speech-to-text-with-openai-whisper-9dc1ddace61b
https://medium.com/@careerInAI/unleash-the-power-of-speech-to-text-with-openai-whisper-9dc1ddace61b
Medium
Unleash the Power of Speech-to-Text with OpenAI Whisper
Discover how OpenAI Whisper, the state-of-the-art speech-to-text project in Python, can revolutionize your transcription needs. With just…
Detailed Guide to Writing Efficient Unit Tests in Python with Pytest
https://medium.com/@ydmarinb/detailed-guide-to-writing-efficient-unit-tests-in-python-with-pytest-2e56b33cb7dc
https://medium.com/@ydmarinb/detailed-guide-to-writing-efficient-unit-tests-in-python-with-pytest-2e56b33cb7dc
Medium
Detailed Guide to Writing Efficient Unit Tests in Python with Pytest
In the software development world, unit testing is indispensable for ensuring code quality and reliability. Pytest is an exceptional tool…
Setting Up Multiple Databases in Django: A Comprehensive Guide
https://mccall167.medium.com/setting-up-multiple-databases-in-django-a-comprehensive-guide-b6d164e8bc82
https://mccall167.medium.com/setting-up-multiple-databases-in-django-a-comprehensive-guide-b6d164e8bc82
Medium
Setting Up Multiple Databases in Django: A Comprehensive Guide
TABLE OF CONTENT
Optimize Your Python Workflow with This VSCode Configuration
https://medium.com/@enlabe/optimize-your-python-workflow-with-this-vscode-configuration-79d6532f4aba
https://medium.com/@enlabe/optimize-your-python-workflow-with-this-vscode-configuration-79d6532f4aba
Medium
Optimize Your Python Workflow with This VSCode Configuration
In my previous Medium post, “The Best VSCode Extensions for Python Programmers,” I explored a series of extension packages ideal for…
Mastering Market Risks: A Deep Dive into Conditional Value at Risk (CVaR) and Expected Shortfall…
https://thepythonlab.medium.com/mastering-market-risks-a-deep-dive-into-conditional-value-at-risk-cvar-and-expected-shortfall-7a4ca10968f6
https://thepythonlab.medium.com/mastering-market-risks-a-deep-dive-into-conditional-value-at-risk-cvar-and-expected-shortfall-7a4ca10968f6
Medium
Mastering Market Risks: A Deep Dive into Conditional Value at Risk (CVaR) and Expected Shortfall…
In the realm of financial risk management, understanding and quantifying risk is paramount. Traditional measures like Value at Risk (VaR)…
Tensorflow vs Tensorflow Metal in Mac M1 Macbook Air
https://blog.mpj.io/tensorflow-vs-tensorflow-metal-in-mac-m1-macbook-air-808850e86356
https://blog.mpj.io/tensorflow-vs-tensorflow-metal-in-mac-m1-macbook-air-808850e86356
Medium
Tensorflow vs Tensorflow Metal in Mac M1 Macbook Air
Are you owner of M1 Macbook Air or it’s next generation? And are you also interested or currently learning Deep Learning? Like you, I’d…
Easy Guide on Scraping LinkedIn With Python
https://medium.com/@birappa.001/easy-guide-on-scraping-linkedin-with-python-c834058af403
https://medium.com/@birappa.001/easy-guide-on-scraping-linkedin-with-python-c834058af403
Medium
Easy Guide on Scraping LinkedIn With Python
LinkedIn is a huge source of data that’s publicly available for users and non-users alike, but it’s quite difficult to scrape, especially…
KNN Classifier Optimization: Best Practices and Tips (PART II)
https://medium.com/@madhuri15/knn-classifier-optimization-best-practices-and-tips-part-2-60e83b181d59
https://medium.com/@madhuri15/knn-classifier-optimization-best-practices-and-tips-part-2-60e83b181d59
Medium
KNN Classifier Optimization: Best Practices and Tips (PART II)
In the previous article, we implemented the k-nearest neighbors (KNN) algorithm using scikit-learn library. We also studied the effect of…
Greenletio: A helpful library to cooperate your synchronous and asynchronous functions
https://lewoudar.medium.com/greenletio-a-helpful-library-to-cooperate-your-synchronous-and-asynchronous-functions-cfa7bc136d17
https://lewoudar.medium.com/greenletio-a-helpful-library-to-cooperate-your-synchronous-and-asynchronous-functions-cfa7bc136d17
Medium
Greenletio: A helpful library to cooperate your synchronous and asynchronous functions
With the advent of asynchronous in Python, I refer to asyncio, we sometimes find ourselves in situations where we would like to use an…
[VIDEO] How To Make DataFrames Appear SIDE BY SIDE
https://zlliu.medium.com/video-how-to-make-dataframes-appear-side-by-side-2c4225e54908
https://zlliu.medium.com/video-how-to-make-dataframes-appear-side-by-side-2c4225e54908
Medium
[VIDEO] How To Make DataFrames Appear SIDE BY SIDE
# without any other external libraries
How I Built a Voice Imitator with Python step by step
https://abdelmalekmerouan.medium.com/how-i-built-a-voice-imitator-with-python-step-by-step-0a4cd6dfa7d7
https://abdelmalekmerouan.medium.com/how-i-built-a-voice-imitator-with-python-step-by-step-0a4cd6dfa7d7
Medium
How I Built a Voice Imitator with Python step by step
Hello, friend What’s up! In today’s article, we will build together a Voice Imitator with Python, pyttsx3, and SpeechRecognition libraries…
This Is How Python And Pinterest Together Can Make You $102 Per Day!
https://medium.com/@AmandaMichelle12/this-is-how-python-and-pinterest-together-can-make-you-102-per-day-f1f529db3f1a
https://medium.com/@AmandaMichelle12/this-is-how-python-and-pinterest-together-can-make-you-102-per-day-f1f529db3f1a
Medium
This Is How Python And Pinterest Together Can Make You $102 Per Day!
Combine Python with Pinterest and turn code into cash — $102 a day keeps the bills at bay.
Solving Python Questions | 30 Day Challenge | Day12
https://medium.com/@hsjaggi96/solving-python-questions-30-day-challenge-day12-e112ba68da9c
https://medium.com/@hsjaggi96/solving-python-questions-30-day-challenge-day12-e112ba68da9c
Medium
Solving Python Questions | 30 Day Challenge | Day12
It is a style guide for Python code written by the Python community to promote consistency and readability in Python programming. PEP8 outlines conventions and recommendations on various aspects of…
Create a simple TCP & UDP clients in Python & Websocket
https://medium.com/@hammad.ai/create-a-simple-tcp-udp-clients-in-python-56da716fb250
https://medium.com/@hammad.ai/create-a-simple-tcp-udp-clients-in-python-56da716fb250
Medium
Create a simple TCP & UDP clients in Python & Websocket
Whipping up your own clients in any programming languages can be an extremely useful knowledge for a lot of purposes.
Everything You Need to Know About Python for Coding Interviews
https://medium.com/@youssef.abdelsalam1234/everything-you-need-to-know-about-python-for-coding-interviews-d9d5c29ab70f
https://medium.com/@youssef.abdelsalam1234/everything-you-need-to-know-about-python-for-coding-interviews-d9d5c29ab70f
Medium
Everything You Need to Know About Python for Coding Interviews
Everything (Almost) (For me at least)