How To Replace Repeated Loops With Higher Order Functions In Python
https://pavolkutaj.medium.com/how-to-replace-repeated-loops-with-higher-order-functions-in-python-374fe1ecb874
https://pavolkutaj.medium.com/how-to-replace-repeated-loops-with-higher-order-functions-in-python-374fe1ecb874
Medium
How To Replace Repeated Loops With Higher Order Functions In Python
The aim of this page📝is to follow Uncle Bob’s dictum of DRY for nested loops where I should pass lambda do to the job. This is the Python implementation of an answer to Uncle Bob’s question raised…
Text translation using Python and Google Translate API
https://medium.com/@absaraswat/text-translation-using-python-and-google-translate-api-56235429f027
https://medium.com/@absaraswat/text-translation-using-python-and-google-translate-api-56235429f027
Medium
Text translation using Python and Google Translate API
Use the googletrans package to efficiently translate text to and from different languages
From Machine Learning model building to Model Deployment
https://moez-62905.medium.com/from-machine-learning-model-building-to-model-deployment-ee041d896561
https://moez-62905.medium.com/from-machine-learning-model-building-to-model-deployment-ee041d896561
Medium
From Machine Learning model building to Model Deployment
A step-by-step guide for building and deploying an end-to-end Machine Learning Pipeline using PyCaret and FastAPI in Python
10 minutes, ML model to predict Euromillions Jackpot
https://resquatordaryl.medium.com/10-minutes-ml-model-to-predict-euromillions-jackpot-97a975a9fca2
https://resquatordaryl.medium.com/10-minutes-ml-model-to-predict-euromillions-jackpot-97a975a9fca2
Medium
10 minutes, ML model to predict Euromillions Jackpot
Sometime, you just want to play with some datas and make some Python codding without managing a full Machine Learning project. For those…
Yapay Zeka için Python Programlama [1]
https://medium.com/@cansinwayne/yapay-zeka-i%C3%A7in-python-programlama-1-52a4a1d0c548
https://medium.com/@cansinwayne/yapay-zeka-i%C3%A7in-python-programlama-1-52a4a1d0c548
Medium
Yapay Zeka için Python Programlama [1]
Neden Python? ve Kurulumlar
Set custom label for each row in subplot matplotlib (python)
https://medium.com/@cs0183/set-custom-label-for-each-row-in-subplot-matplotlib-python-3237f39a4cfa
https://medium.com/@cs0183/set-custom-label-for-each-row-in-subplot-matplotlib-python-3237f39a4cfa
Medium
Set custom label for each row in subplot matplotlib (python)
Objectives: Set custom row names in subplots
The Zen of grinding LeetCode problems: Day 40–Back to serialization
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-40-back-to-serialization-43672d46660c
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-40-back-to-serialization-43672d46660c
Medium
The Zen of grinding LeetCode problems: Day 40–Back to serialization
I start to enjoy this kind of problem, I wonder it there’s a book about it.
Refresher Project —Part 2: Explaining how to build a simple infrastructure with Django, Celery…
https://blog.devgenius.io/refresher-project-part-2-explaining-how-to-build-a-simple-infrastructure-with-django-celery-ddf7a797c791
https://blog.devgenius.io/refresher-project-part-2-explaining-how-to-build-a-simple-infrastructure-with-django-celery-ddf7a797c791
Medium
Refresher Project —Part 2: Explaining how to build a simple infrastructure with Django, Celery, Redis, Grafana and Prometheus
In depth walkthrough of the main components of the Refresher Project and how to build an infrastructure and system design from scratch…
Processing Text Files — $50K with Python cont’d
https://medium.com/@dennisyd/processing-text-files-50k-with-python-contd-42ec47440fbd
https://medium.com/@dennisyd/processing-text-files-50k-with-python-contd-42ec47440fbd
Medium
Processing Text Files — $50K with Python cont’d
In another blog, I wrote about OCR with Python as part of making around $50K. However, this is a multi-pronged project and did not stop…