Real Time Object Tracking System using Thermal Camera
https://fragitya.medium.com/real-time-object-tracking-system-using-thermal-camera-b4d077a20f16
https://fragitya.medium.com/real-time-object-tracking-system-using-thermal-camera-b4d077a20f16
Medium
Real Time Object Tracking System using Thermal Camera
Light intensity is very low at night, making it difficult for humans to see and recognize objects around them. Humans need additional tools…
Scheduled backup of Vault secrets with CronJob of Kubernetes
https://warolv.medium.com/scheduled-backup-of-vault-secrets-with-cronjob-of-kubernetes-e585d2245792
https://warolv.medium.com/scheduled-backup-of-vault-secrets-with-cronjob-of-kubernetes-e585d2245792
Medium
Scheduled backup of Vault secrets with CronJob of Kubernetes
I am a DevOps engineer at Cloudify.co and I will share in this post my experience related to automation of Vault backup creation using…
Use Slicing To Insert Into A List At A Given Position In Python
https://pavolkutaj.medium.com/use-slicing-to-insert-into-a-list-at-a-given-position-in-python-bc3330d9135e
https://pavolkutaj.medium.com/use-slicing-to-insert-into-a-list-at-a-given-position-in-python-bc3330d9135e
Medium
Use Slicing To Insert Into A List At A Given Position In Python
“Use Slicing To Insert Into A List At A Given Position In Python” is published by Pavol Kutaj.
There’s an error in your code, but that’s OK! (Part 1)
https://medium.com/@kikodo/theres-an-error-in-your-code-but-that-s-ok-18630fee0189
https://medium.com/@kikodo/theres-an-error-in-your-code-but-that-s-ok-18630fee0189
Medium
There’s an error in your code, but that’s OK! (Part 1)
Thinking about learning to program, in Python? Kikodo’s interactive exercises will make your life breezier! Learn Python on Kikodo.
How to use a simple time series forecast on training data using numpy, pandas, math and matplotlib
https://tracyrenee61.medium.com/how-to-use-a-simple-time-series-forecast-on-training-data-using-numpy-pandas-math-and-matplotlib-add07ab67288
https://tracyrenee61.medium.com/how-to-use-a-simple-time-series-forecast-on-training-data-using-numpy-pandas-math-and-matplotlib-add07ab67288
Medium
How to use a simple time series forecast on training data using numpy, pandas, math and matplotlib
Although I practice the various genres of data science on datasets I have acquired on the internet, such as Kaggle and GitHub, in this post…
Sharing data across workers in a Gunicorn + Flask application
https://medium.com/@jgleeee/sharing-data-across-workers-in-a-gunicorn-flask-application-2ad698591875
https://medium.com/@jgleeee/sharing-data-across-workers-in-a-gunicorn-flask-application-2ad698591875
Medium
Sharing data across workers in a Gunicorn + Flask application
Flask and Gunicorn are Python packages that are used together to serve various services at scale. Flask is a light-weight web application…
McCabe — Thiele Method in Python
https://medium.com/@pukumarathe/mccabe-thiele-method-in-python-791e5760b6b1
https://medium.com/@pukumarathe/mccabe-thiele-method-in-python-791e5760b6b1
Medium
McCabe — Thiele Method in Python
Introduction