How to Run Docker Containers From Python Script
https://medium.com/@german.gerken/how-to-run-docker-containers-from-python-script-a62ef1280ed2
https://medium.com/@german.gerken/how-to-run-docker-containers-from-python-script-a62ef1280ed2
Medium
How to Run Docker Containers From Python Script
Sometimes it becomes necessary to schedule the run Docker. I know there are Kubernetes, but I want to show you an easier way to do it. We…
Using Python and PySpark to help price products you know nothing about…
https://medium.com/@motekso_ollie/using-python-and-pyspark-to-help-catalogue-products-you-know-nothing-about-8bced4728ea0
https://medium.com/@motekso_ollie/using-python-and-pyspark-to-help-catalogue-products-you-know-nothing-about-8bced4728ea0
Medium
Using Python and PySpark to help price products you know nothing about…
So I will start the post off by saying I do not collect coins outside of this collection, which happens to be what I want to catalogue and…
PyQt5 instruction manuals — Input and Display Widgets(Ubuntu 20.04.3 LTS)
https://medium.com/@happy6140/pyqt5-instruction-manuals-input-and-display-widgets-ubuntu-20-04-3-lts-57f206a7eac9
https://medium.com/@happy6140/pyqt5-instruction-manuals-input-and-display-widgets-ubuntu-20-04-3-lts-57f206a7eac9
Medium
PyQt5 instruction manuals — Input and Display Widgets(Ubuntu 20.04.3 LTS)
Zero to One: Instruction manuals — Day 2
How to Manage X-Ray Data Encrypted With KMS Master Keys?
https://kubernetes-advocate.medium.com/how-to-manage-x-ray-data-encrypted-with-kms-master-keys-356516e40bd2
https://kubernetes-advocate.medium.com/how-to-manage-x-ray-data-encrypted-with-kms-master-keys-356516e40bd2
Medium
How to Manage X-Ray Data Encrypted With KMS Master Keys?
To configure AWS X-Ray to encrypt traces and related data at rest with your own AWS KMS Customer Master Key (CMK),
R-Ladies & PyLadies — Bringing the Communities Together
https://cosimameyer.medium.com/r-ladies-pyladies-bringing-the-communities-together-1da11c4a2e03
https://cosimameyer.medium.com/r-ladies-pyladies-bringing-the-communities-together-1da11c4a2e03
Medium
R-Ladies & PyLadies — Bringing the Communities Together
Together with PyLadies Tunis and PyLadies Munich we kicked off a fantastic event last Wednesday — and I’m still overwhelmed and touched by…
Build an Image Caption Generator Model from your understanding.
https://medium.com/@souviks99/build-an-image-caption-generator-model-from-your-understanding-1f080290ada5
https://medium.com/@souviks99/build-an-image-caption-generator-model-from-your-understanding-1f080290ada5
Medium
Build an Image Caption Generator Model from your understanding.
In this blog, I am going to tell you how can you build your own image caption generator model from scratch.
Packaging and Distributing Python Script
https://medium.com/@palshreshth/packaging-and-distributing-python-script-934b5558eca5
https://medium.com/@palshreshth/packaging-and-distributing-python-script-934b5558eca5
Medium
Packaging and Distributing Python Script
While working as a summer intern i was tasked to package a python script.This is how i did it. Note: I am using vscode as ide and ubuntu…
An Algorithm That Saved Biology & Shapes Modern Medicine
https://bamania-ashish.medium.com/an-algorithm-that-saved-biology-shapes-modern-medicine-b242510949b8
https://bamania-ashish.medium.com/an-algorithm-that-saved-biology-shapes-modern-medicine-b242510949b8
Medium
An Algorithm That Saved Biology & Shapes Modern Medicine
Heard about this algorithm?
I built an IoT device that alerts me to notifications on my smartphone
https://medium.com/@hotakoma/i-built-an-iot-device-that-alerts-me-to-notifications-on-my-smartphone-17706d2e2833
https://medium.com/@hotakoma/i-built-an-iot-device-that-alerts-me-to-notifications-on-my-smartphone-17706d2e2833
Medium
I built an IoT device that alerts me to notifications on my smartphone
What is it?
Create a static map image REST API using py-staticimages and Flask in Python
https://medium.com/@alan_2900/create-a-static-map-image-rest-api-using-py-staticimages-and-flask-in-python-3c74d035762
https://medium.com/@alan_2900/create-a-static-map-image-rest-api-using-py-staticimages-and-flask-in-python-3c74d035762
Medium
Create a static map image REST API using py-staticimages and Flask in Python
Introduction
Py.1 : Getting started with Python
https://medium.com/@santosh.saxena.official/py-1-getting-started-with-python-d24197cbf660
https://medium.com/@santosh.saxena.official/py-1-getting-started-with-python-d24197cbf660
Medium
Py.1 : Getting started with Python
Greetings everyone. I have started a blog series where I will be providing notes related to Python. This series will be lightly geared…
Solving IrreversibleError on migrations of third party Django apps
https://luanjpb.medium.com/solving-irreversibleerror-on-migrations-of-third-party-django-apps-1632ee0e32f
https://luanjpb.medium.com/solving-irreversibleerror-on-migrations-of-third-party-django-apps-1632ee0e32f
Medium
Solving IrreversibleError on migrations of third party Django apps
A while ago i wrote a Django app that implements a swappable model for a third party app. By accident i runned the migrations before adding…