How to dockerize Python Pytesseract for AWS Lambda using Elastic Container Registry
https://medium.com/analytics-vidhya/how-to-dockerize-python-pytesseract-for-aws-lambda-using-elastic-container-registry-752a651edecd
https://medium.com/analytics-vidhya/how-to-dockerize-python-pytesseract-for-aws-lambda-using-elastic-container-registry-752a651edecd
Medium
How to dockerize Python Pytesseract for AWS Lambda using Elastic Container Registry
In this article, I am going to explain the whole process of orchestrating a docker image to deploy in ECR and finally run using AWS lambda…
Basic Probability and Statistical Analysis Using SciPy
https://manningbooks.medium.com/basic-probability-and-statistical-analysis-using-scipy-5ffd77569c4c
https://manningbooks.medium.com/basic-probability-and-statistical-analysis-using-scipy-5ffd77569c4c
Medium
Basic Probability and Statistical Analysis Using SciPy
From Data Science Bookcamp by Leonard Apeltsin
[LeetCode]#206. Reverse Linked List
https://donic0211.medium.com/leetcode-206-reverse-linked-list-62bb9fdcb83f
https://donic0211.medium.com/leetcode-206-reverse-linked-list-62bb9fdcb83f
Medium
[LeetCode]#206. Reverse Linked List
Environment: Python 3.8
Hydrocarbon reservoir simulation in Python. Part I: data IO
https://medium.com/@skoltech-chr/hydrocarbon-reservoir-simulation-in-python-part-i-data-io-97e9d8b1a971
https://medium.com/@skoltech-chr/hydrocarbon-reservoir-simulation-in-python-part-i-data-io-97e9d8b1a971
Medium
Hydrocarbon reservoir simulation in Python. Part I: data IO
From the very beginning of numerical approach to reservoir simulation the main challenge remains the same — the computation speed…
Geocoding with the OpenStreetMap API and GeoPy
https://medium.com/@amorrison_58444/geocoding-with-the-openstreetmap-api-and-geopy-325633980a15
https://medium.com/@amorrison_58444/geocoding-with-the-openstreetmap-api-and-geopy-325633980a15
Medium
Geocoding with the OpenStreetMap API and GeoPy
OpenStreetMap is a free, open-source global map. It’s THE open-source global map, crowd sourced and available for anyone to use. But how…