Finding number of character in a string
https://medium.com/@me.unagii/finding-number-of-character-in-a-string-619a5cbcae02
https://medium.com/@me.unagii/finding-number-of-character-in-a-string-619a5cbcae02
Medium
Finding number of character in a string
Me Unagii ·Just now
How to Detect Image Differences With Python
https://pub.towardsai.net/how-to-detect-image-differences-with-python-9ea04859084c
https://pub.towardsai.net/how-to-detect-image-differences-with-python-9ea04859084c
Medium
How to Detect Image Differences With Python
I. Downloading your Image
Ruby vs. Python comes down to the for loop
https://softwaredoug.com/blog/2021/11/12/ruby-vs-python-for-loop.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://softwaredoug.com/blog/2021/11/12/ruby-vs-python-for-loop.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Doug Turnbull's Blog
Ruby vs Python comes down to the for loop
Contrasting how each language handles iteration helps understand how to work effectively in either.
How to Perform Speech Recognition with Python
https://towardsdatascience.com/speech-recognition-python-assemblyai-bb5024d322d8
https://towardsdatascience.com/speech-recognition-python-assemblyai-bb5024d322d8
Medium
How to Perform Speech Recognition with Python
Performing Speech-to-Text with AssemblyAI API in Python
Python One-Liners That Every Programmer Should Know
https://levelup.gitconnected.com/python-one-liners-that-every-programmer-should-know-8bcda529f3f9
https://levelup.gitconnected.com/python-one-liners-that-every-programmer-should-know-8bcda529f3f9
Medium
Python One-Liners That Every Programmer Should Know
Handy one-liners to code like a pro programmer
Why You Should Master SQL Before Calling Yourself Data Scientist
https://levelup.gitconnected.com/why-you-should-master-sql-before-calling-yourself-data-scientist-5b2982b7ff97
https://levelup.gitconnected.com/why-you-should-master-sql-before-calling-yourself-data-scientist-5b2982b7ff97
Medium
Why You Should Master SQL Before Calling Yourself Data Scientist
I don’t call myself a data scientist but I know SQL well
How to handle single quotes “ ‘ “ dictionary to json as double quotes ‘ “ ‘?
https://medium.com/@karankajrolkar/how-to-handle-single-quotes-dictionary-to-json-as-double-quotes-9a83a76d36b2
https://medium.com/@karankajrolkar/how-to-handle-single-quotes-dictionary-to-json-as-double-quotes-9a83a76d36b2
Medium
How to handle single quotes “ ‘ “ dictionary to json as double quotes ‘ “ ‘? OR How to handle Escaped un escaped characters in…
While working on json in python I got multiple issue while creating json from pandas data frame, again collect multiple data frames to…
Performance: Improving memory needs and dict lookup time with string interning
https://medium.com/@javiercmz/performance-improving-memory-needs-and-dict-lookup-time-with-string-interning-2122c2a3bb88
https://medium.com/@javiercmz/performance-improving-memory-needs-and-dict-lookup-time-with-string-interning-2122c2a3bb88
Medium
Python Performance: Improving memory needs and dict lookup time with string interning
In this article I will talk about the method called string interning and how it can help us to reduce the memory consumed when we need to handle a big amount of strings with a lot of repeated…
Modeling uncertainty in neural networks with TensorFlow Probability
https://towardsdatascience.com/modeling-uncertainty-in-neural-networks-with-tensorflow-probability-a706c2274d12
https://towardsdatascience.com/modeling-uncertainty-in-neural-networks-with-tensorflow-probability-a706c2274d12
Medium
Modeling uncertainty in neural networks with TensorFlow Probability
Part 2: Aleatoric uncertainty
Automatic License Plate Detection & Recognition using deep learning
https://18it134.medium.com/automatic-license-plate-detection-recognition-using-deep-learning-81ad772410ac
https://18it134.medium.com/automatic-license-plate-detection-recognition-using-deep-learning-81ad772410ac
Medium
Automatic License Plate Detection & Recognition using deep learning
OpenCV: OpenCV is a library of programming functions mainly aimed at real-time computer vision plus its open-source, fun to work with and…
Developing a cryptocurrency investment assistant (trading bot)
https://medium.com/@tom.rivoire82/developing-a-cryptocurrency-investment-assistant-trading-bot-2b9c940fceb7
https://medium.com/@tom.rivoire82/developing-a-cryptocurrency-investment-assistant-trading-bot-2b9c940fceb7
Medium
Developing a cryptocurrency investment assistant (trading bot)
Python bot connected to Binance
Bitcoin Black Friday SALE! Opportunity for BUY or SELL? — Is there any correlation?
https://tokensquant.medium.com/bitcoin-black-friday-sale-opportunity-for-buy-or-sell-is-there-any-correlation-cd39cf7d3993
https://tokensquant.medium.com/bitcoin-black-friday-sale-opportunity-for-buy-or-sell-is-there-any-correlation-cd39cf7d3993
Medium
Bitcoin Black Friday SALE! Opportunity for BUY or SELL? — Is there any correlation?
As I remember or better to say Facebook remind me of how I posted some funny pictures about Black Friday and Bitcoin prices. Reminded me…
Gentle Introduction to Linear Programming
https://medium.com/daily-programming-tips/gentle-introduction-to-linear-programming-c07b28d2f616
https://medium.com/daily-programming-tips/gentle-introduction-to-linear-programming-c07b28d2f616
Medium
Gentle Introduction to Linear Programming
This article will be a gentle introduction to Linear Programming and also show you how to plot a feasible region satisfying constraints in…
1 Line of Python Code That Will Speed Up Your AI by Up to 6x
https://dogaozgon.medium.com/1-line-of-python-code-that-will-speed-up-your-ai-by-up-to-6x-667a9bf53d7d
https://dogaozgon.medium.com/1-line-of-python-code-that-will-speed-up-your-ai-by-up-to-6x-667a9bf53d7d
Medium
1 Line of Python Code That Will Speed Up Your AI by Up to 6x
One of the impressive technologies that was revealed in the NVIDIA GTC was the release of TensorRT 8.2. This release comes with a major…