How python slicing [::-1] (colon colon minus one) reverse the sequence?
https://techdurai.medium.com/how-python-slicing-1-colon-colon-minus-one-reverse-the-sequence-184cfe634950
https://techdurai.medium.com/how-python-slicing-1-colon-colon-minus-one-reverse-the-sequence-184cfe634950
Medium
How python slicing [::-1] (colon colon minus one) reverse the sequence?
Slicing syntax: sequence[start:end:step]
Put Kivy Application on iPhone (update)
https://nrodrig1.medium.com/put-kivy-application-on-iphone-update-1cda12e79825
https://nrodrig1.medium.com/put-kivy-application-on-iphone-update-1cda12e79825
Medium
Put Kivy Application on iPhone (update)
The Nuclear Option
Geospatial Image Co-registration: Part-1
https://kanishkvarshney.medium.com/geospatial-image-co-registration-part-1-cfdc0f8f853d
https://kanishkvarshney.medium.com/geospatial-image-co-registration-part-1-cfdc0f8f853d
Medium
Geospatial Image Co-registration: Part-1
While working with geospatial data, the most generic use case a data scientist runs into is comparing or overlaying the recent rasters over…
Load Test REDIS with Locust.io in Python
https://manojsingh0302.medium.com/load-test-redis-with-locust-io-in-python-b59d38724054
https://manojsingh0302.medium.com/load-test-redis-with-locust-io-in-python-b59d38724054
Medium
How to perform Load Test on REDIS with Python3
This article gives a brief introduction to how you can load test REDIS in Python using an open-source tool called Locust.io. This article…
Create Your Own ETF (Exchange-Traded Fund) and Avoid Paying Management Fees
https://medium.com/geekculture/create-your-own-etf-exchange-traded-fund-and-avoid-paying-management-fees-2b9528680cab
https://medium.com/geekculture/create-your-own-etf-exchange-traded-fund-and-avoid-paying-management-fees-2b9528680cab
Medium
Create Your Own ETF (Exchange-Traded Fund) and Avoid Paying Management Fees
Leverage replicateETF, a Python package, to buy the underlying stocks of an ETF.
Churn Prediction with PySpark and Google Cloud Dataproc
https://medium.com/@frederik-schmidt/churn-prediction-with-pyspark-and-google-cloud-dataproc-ba9bca6981d4
https://medium.com/@frederik-schmidt/churn-prediction-with-pyspark-and-google-cloud-dataproc-ba9bca6981d4
Medium
Churn Prediction with PySpark and Google Cloud Dataproc
From a business perspective, churn — which refers to customers that stop buying a company’s product or using a company’s service — can…
How To Do Automatic Semantic Versioning in Azure DevOps with Commitizen
https://medium.com/@andre.gensler/how-to-do-automatic-semantic-versioning-in-azure-devops-with-commitizen-847a03469011
https://medium.com/@andre.gensler/how-to-do-automatic-semantic-versioning-in-azure-devops-with-commitizen-847a03469011
Medium
How To Do Automatic Semantic Versioning in Azure DevOps with Commitizen
Maintaining a consistent version history of your package / library is hard. Luckily, standards such as Semantic Versioning (SemVer) define…